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

Avoiding unintentional multi run builds when results inserted in parallel #23

Open
Muusssi opened this issue Aug 17, 2020 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@Muusssi
Copy link
Member

Muusssi commented Aug 17, 2020

Some times when to builds are inserted in parallel without explicit build numbers, the builds may receive the same build number and can be unintentionally be filed under the same build. This tends to be problem especially with the "All builds" series which does not even have any explicit build number.

Proposed mitigation:
Isolate the series mapping in the end as a possibly separate transaction to avoid two in parallel inserted builds receiving the same build number unintentionally.

@Muusssi Muusssi added the enhancement New feature or request label Aug 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant