Skip to content
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

Fix failing bulk launch job due to create partition race #15000

Merged
merged 1 commit into from Mar 15, 2024

Conversation

TheRealHaoLiu
Copy link
Member

SUMMARY

https://github.com/ansible/awx/pull/14910/files

introduced a bug where we no longer accept the right exceptions

when 2 job launch at the sametime and try to create jobevent table partition 1 of the job will fail

ISSUE TYPE
  • Bug, Docs Fix or other nominal change
COMPONENT NAME
  • API
AWX VERSION

ADDITIONAL INFORMATION

https://github.com/ansible/awx/pull/14910/files

introduced a bug where we no longer accept the right exceptions

when 2 job launch at the sametime and try to create jobevent table partition 1 of the job will fail
Copy link
Member

@jjwatt jjwatt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@chrismeyersfsu chrismeyersfsu merged commit a635445 into ansible:devel Mar 15, 2024
22 checks passed
@Klaas-
Copy link
Contributor

Klaas- commented Mar 27, 2024

thanks for the quick fix @TheRealHaoLiu

I'll properly link the related issues/prs: #14910 #15016 and #14563

@Klaas- Klaas- mentioned this pull request Mar 27, 2024
11 tasks
@TheRealHaoLiu TheRealHaoLiu deleted the fix-bulk-launch-flake branch April 9, 2024 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants