SDKQE-2411: Dotnet combination test pipeline matrix improvements#28
Open
willbroadbelt wants to merge 1 commit into
Open
SDKQE-2411: Dotnet combination test pipeline matrix improvements#28willbroadbelt wants to merge 1 commit into
willbroadbelt wants to merge 1 commit into
Conversation
Motivations: The combination pipeline does not run all the server versions when they are run, only the first version will run. Also the combination tests are always skipped and will not run unless replayed. Modifications: - Introduce a matrix for the combination tests so that all the versions will be run in parallel - Fix logic of when the combination tests will be skipped/run - Made combination test script more resilient to errors during setup that may prevent tests from running
Contributor
Author
|
FYI Here's this script being run on jenkins: http://sdk.jenkins.couchbase.com/job/dotnet/job/sdk/job/couchbase-net-scripted-build-pipeline-wip/33/ About ~2/3rds of the test failures are fixed in this patch https://review.couchbase.org/c/couchbase-net-client/+/171117 |
Contributor
jeffrymorris
left a comment
There was a problem hiding this comment.
LGTM, but @RiPont should take as look as he has been working on Jenkins more than myself.
Jeff
8a4c1d1 to
55e217f
Compare
eb289ec to
4ee748c
Compare
24bcbaf to
ab7ac0c
Compare
a5a2f84 to
7bba9f5
Compare
8d7e48b to
fb53f2d
Compare
b8095ff to
b3282a6
Compare
684cd7e to
e5bccc5
Compare
aecef86 to
0c99d2b
Compare
59c46f3 to
c8f24e6
Compare
cb3084f to
d12bcf0
Compare
1648340 to
52c1732
Compare
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.
Motivations:
The combination pipeline does not run all the server versions when
they are run, only the first version will run. Also the combination
tests are always skipped and will not run unless replayed.
Modifications:
versions will be run in parallel
setup that may prevent tests from running