Bug 216046
Summary: | EWS should clearly say which revision it is testing against | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | aakash_jain, ap, dean_johnson, dino, jbedard, kocsen_chung, ryanhaddad, 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=203698 |
Alexey Proskuryakov
I see no way to tell which revision EWS tests against. Looking at https://ews-build.webkit.org/#/builders/32/builds/16546, I can only find a git hash. This makes it difficult to figure out why tests are failing.
We should be prominently exposing svn revisions.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Aakash Jain
We can expose git hash. However, EWS doesn’t know svn revision. We would need some way to convert git hash to corresponding svn revision.
Alexey Proskuryakov
Right, we need to find a way to expose the svn revision. It's never ok to only expose a git hash - even when we migrate to git, everything in UI should be showing a manufactured revision.
Radar WebKit Bug Importer
<rdar://problem/68521726>
Aakash Jain
Do we have any service which can convert a WebKit git hash to corresponding svn revision?
Alexey Proskuryakov
Maybe we should be using git-svn until we have git revision numbers.