-
Notifications
You must be signed in to change notification settings - Fork 611
NMS-19648: CircleCI: Store failed result of flaky tests, improve a test case #8404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
mershad-manesh
wants to merge
37
commits into
develop
Choose a base branch
from
mem/improvements
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
99b5375
increase the dbCreateThreads to 8
mershad-manesh 7d548d1
Build using 1 thread per core
mershad-manesh c2b9f54
use the built in no-transfer-progress
mershad-manesh 1941e58
try to improve the smoke tests and how we build
mershad-manesh 6fa2213
undo change to build
mershad-manesh 3e49d92
deal with Grafana IT failing due to another element blocking it
mershad-manesh 0f9874d
add retry functionalities... hopefully this reduces the selenium test…
mershad-manesh 215a5f9
remove vi and fakeTimer
mershad-manesh e175883
add failsafe
mershad-manesh 464c4f1
more changes
mershad-manesh c747e23
more improvements
mershad-manesh 9a01eb7
does this work?
mershad-manesh 93a8950
remove fakeTimer
mershad-manesh 2d145d9
enable smoke tests
mershad-manesh ac2f8ac
tweak the integration test script
mershad-manesh fc6c65a
improve logging and calling out errors
mershad-manesh 35548f2
set the id,location,broker_url
mershad-manesh b74816f
Revert "set the id,location,broker_url"
mershad-manesh 36c55a3
Merge remote-tracking branch 'origin/develop' into mem/improvements
mershad-manesh f27c1b2
Merge remote-tracking branch 'origin/develop' into mem/improvements
mershad-manesh f5d1c06
Merge remote-tracking branch 'origin/develop' into mem/improvements
mershad-manesh 313788c
parallel tweaks
mershad-manesh fb15769
reduce redundant calls
mershad-manesh 60e4f1d
Merge remote-tracking branch 'origin/develop' into mem/improvements
mershad-manesh f1a2068
tweak smoke tests
mershad-manesh 00577bd
don't hide flaky test failures, even if they pass on re-run
mershad-manesh 622c70b
disable flaky test job for now
mershad-manesh ec43484
delete build trigger file
mershad-manesh 89c0e52
reduce the parallelism to 8 across smoke tests
mershad-manesh e8d8e90
revert core and minion parallelism back to 10 !smoke
mershad-manesh 54298bf
set implicit wait to 0 and then set it back after we are done.
mershad-manesh b43e6dd
force a build !smoke
mershad-manesh 2e2adb1
Merge branch 'develop' into mem/improvements
mershad-manesh 858fbab
Implement few improvements
mershad-manesh 971a8f0
fix an issue with itest and unskip few UI tests with some tweaks
mershad-manesh 7feeccd
Update .circleci/main/commands/executions/run-smoke-tests.yml
mershad-manesh 3f59e4f
Update .circleci/main/commands/executions/run-integration-tests.yml
mershad-manesh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| # increment this to force a full build | ||
| 26 | ||
| 27 |
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| jobs: | ||
| smoke-test-flaky: | ||
| executor: smoke-test-executor | ||
| parallelism: 2 | ||
| resource_class: medium+ | ||
| steps: | ||
| - cached-checkout | ||
| - attach_workspace: | ||
| at: ~/ | ||
| - run-smoke-tests: | ||
| suite: flaky | ||
| rerun-failtest-count: 2 | ||
| allow-failures: true |
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.