-
Notifications
You must be signed in to change notification settings - Fork 124
Increase TestRunID suffix to 6 digits #2572
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
base: main
Are you sure you want to change the base?
Conversation
@kcreddy It would be required to update the script related to system flags in order to take into account those 6 digits instead of 5 in the regexex here: elastic-package/scripts/test-system-test-flags.sh Lines 269 to 271 in 0965fdd
|
💚 Build Succeeded
History
cc @kcreddy |
test integrations |
Created or updated PR in integrations repository to test this version. Check elastic/integrations#13801 |
Is this change required at the end? |
@jsoriano, not completely sure if this fixes the problem in elastic/integrations#13432 (and all related issues). We are not able to find the root cause, and @mrodm (in this comment) also verified the builds running at the same time and confirmed there is no retry. cc: @narph |
While debugging integrations flaky tests, in comment it is observed that the system tests are failing because there is existing S3 bucket deployed by Terraform that is clashing with current test run.
Increasing TestRunID suffix to 6 digits to avoid clash with existing test resources.