| Summary: | results.webkit.org: A suite running multiple times in a commit for a single configuration may pre-empt processing | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Jonathan Bedard <jbedard> | ||||||
| Component: | Tools / Tests | Assignee: | Jonathan Bedard <jbedard> | ||||||
| Status: | RESOLVED FIXED | ||||||||
| Severity: | Normal | CC: | aakash_jain, webkit-bug-importer | ||||||
| Priority: | P2 | Keywords: | InRadar | ||||||
| Version: | WebKit Nightly Build | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=211097 | ||||||||
| Attachments: |
|
||||||||
|
Description
Jonathan Bedard
2020-04-27 14:50:25 PDT
Created attachment 397746 [details]
Patch
Comment on attachment 397746 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=397746&action=review > Tools/resultsdbpy/resultsdbpy/model/upload_context.py:195 > + hash_key = hash(configuration) ^ hash(branch) ^ hash(self.commit_context.uuid_for_commits(commits)) ^ hash(suite) ^ hash(timestamp) Bug description or Changelog can be made more descriptive explaining that the hash key was colliding in certain cases. Created attachment 397759 [details]
Patch for landing
Committed r260796: <https://trac.webkit.org/changeset/260796> All reviewed patches have been landed. Closing bug and clearing flags on attachment 397759 [details]. |