GitHub CI pipeline: Update the SCS-checkout tool version to avoid a soon-deprecated older such version. / GitHub CI pipeline: Ditto the artifact-upload tool version. / Pulling in submodules: Flow-IPC/flow#112, Flow-IPC/flow#113, Flow-IPC/ipc_shm#31#153
Draft
GitHub CI pipeline: Update the SCS-checkout tool version to avoid a soon-deprecated older such version. / GitHub CI pipeline: Ditto the artifact-upload tool version. / Pulling in submodules: Flow-IPC/flow#112, Flow-IPC/flow#113, Flow-IPC/ipc_shm#31#153
Conversation
… so setting the manual-install flag for that compiler/version.
…unching client, as some of the slower build types (as with TSAN enabled) sometimes result in executing it before the server has prepared the bulk test data fully; so the test does not execute (fails).
…oon-deprecated older such version.
…a soon-deprecated older such version.
…longer before launching client, as some of the slower build types (as with TSAN enabled) sometimes result in executing it before the server has read the input-script fully; so the test does not execute (fails). Increase all similar wait times a bit. / Pulling in submodules (i_t_s -> main merge).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
+:
GitHub CI pipeline:
perf_demoscript needs to wait longer before launching client, as some of the slower build types (as with TSAN enabled) sometimes result in executing it before the server has prepared the bulk test data fully; so the test does not execute (fails).Update: Happened to a
transport_test(scripted) run too. Increase all such waits a bit.