[Test] Quarantine AD stacks on failure for debugging purposes. #6742
Draft
gmarciani wants to merge 3 commits intoaws:release-3.13from
Draft
[Test] Quarantine AD stacks on failure for debugging purposes. #6742gmarciani wants to merge 3 commits intoaws:release-3.13from
gmarciani wants to merge 3 commits intoaws:release-3.13from
Conversation
0dc1070 to
f41efd2
Compare
ab22bf3 to
3051466
Compare
63a7e22 to
a088a2e
Compare
In particular: 1. Make the Ad admin node signal the failure, not only the success; in this way the wait condition handle can fail faster. 2. reduced the number of retries made by adcli from 5 to 3 because in case of issues is not necessary to do that many retries; especially considering that adcli has a 2min retry delay. 3. reduced the condition handle timeout from 900s to 600s as 10min are enough to include AD admin node bootstrap and 3 adcli retries. 4. Execute the post processing lambda only if the AD admin node was able to setup the directory
…t 5 will be quarantined to limit costs.
a088a2e to
42ec878
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.
Description of changes
Quarantine AD stacks on failure for debugging purposes.
At most 5 will be quarantined to limit costs.
Tests
test_ad_integration succeeds
AD stack is retained on failure (injected artificial failures in Ad stack to trigger the retention)
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.