-
Notifications
You must be signed in to change notification settings - Fork 106
CLOUDP-81143: Add failure scenarios to Cluster int tests #98
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
Merged
Merged
Changes from all commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
8de2ac4
Update mongodbatlas library & corresponding specs
vasilevp 625446c
Add more test cases
vasilevp 47b7b41
Reorganize tests
vasilevp 210db05
Merge remote-tracking branch 'origin/main' into CLOUDP-81076
vasilevp 0918c4a
Fix disk size condition
vasilevp 657ab6f
Remove disk size increase test (takes too long)
vasilevp 1cb4f91
Merge remote-tracking branch 'origin/main' into CLOUDP-81076
vasilevp e868edc
PR comments
vasilevp 5b15641
Merge branch 'CLOUDP-81076' of github.com:mongodb/mongodb-atlas-kuber…
vasilevp 45894cf
Merge remote-tracking branch 'origin/main' into CLOUDP-81076
vasilevp e416aaa
Fixes after merge
vasilevp ba5f2ba
Small fixes
vasilevp 4cdeb41
Small fixes
vasilevp 94234a4
Merge branch 'CLOUDP-81076' of github.com:mongodb/mongodb-atlas-kuber…
vasilevp a6ba48f
Make atlas tests generic & reusable
vasilevp 9438080
Merge remote-tracking branch 'origin/main' into CLOUDP-81143-cluster-…
vasilevp 42df9c4
Initial test impl
vasilevp 78cb6db
Add special case for Paused
vasilevp f432351
Run make generate manifests
vasilevp 286f2f0
Fix matched condition in Pause
vasilevp a097a09
Fix matched condition for unpause
vasilevp 51d2ec9
Fix typo
vasilevp 6755c28
Add int tests for cluster (un)pause
vasilevp 3b00aab
Support "REPAIRING" state (for pause)
vasilevp 3cd01f8
Add tests between pause/unpause
vasilevp 5686ceb
Fix lastGeneration in tests
vasilevp ba12fab
Reduce project remove timeout
vasilevp 8f88f60
Merge remote-tracking branch 'origin/main' into CLOUDP-80765-cluster-…
vasilevp 6f60768
Add common checks to post-pause
vasilevp 0c1d6d2
Fix atlas cluster unit test
vasilevp 6146120
Rework tests
vasilevp f3bf39c
Starting lastGeneration should be 0
vasilevp fa78e81
Merge remote-tracking branch 'origin/main' into CLOUDP-80765-cluster-…
vasilevp 493d645
Merge remote-tracking branch 'origin/main' into CLOUDP-81143-cluster-…
vasilevp 3c7052f
Merge branch 'CLOUDP-80765-cluster-pause' into CLOUDP-81143-cluster-t…
vasilevp d0a6cdf
Add more fail tests
vasilevp 110483f
More lastGeneration stuff
vasilevp 643c0c3
Merge branch 'CLOUDP-80765-cluster-pause' into CLOUDP-81143-cluster-t…
vasilevp 745e31f
Remove unused func
vasilevp f09e5b9
Merge remote-tracking branch 'origin/main' into CLOUDP-81143-cluster-…
vasilevp aaea167
Add ClusterNotUpdatedInAtlas; stub WithMessageRegexp
vasilevp bb998f0
Fix
vasilevp 5f06c4c
Add a test for create failure
vasilevp 39bcdc0
Remove rename test
vasilevp ebb2e76
Fix WithMessageRegexp
vasilevp c7da935
Change message regexp
vasilevp ff2744e
Rework create failure case
vasilevp da59546
Merge remote-tracking branch 'origin/main' into CLOUDP-81143-cluster-…
vasilevp 43bd6bd
Revert timeout
vasilevp dc84a40
Fix reason for invalid name
vasilevp e09e1c2
Fix invalid cluster used for update
vasilevp f10e557
Fix conditions
vasilevp 421479b
Try to fix generation?
vasilevp 7d98c08
Unfocus tests
vasilevp 63c1603
Add comment for create failed test
vasilevp 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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!