-
Notifications
You must be signed in to change notification settings - Fork 119
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 overlapping results #805
Conversation
this looks good to me |
Pls update release notes :) |
Sure, it's just draft for the moment :) |
Codecov Report
@@ Coverage Diff @@
## master #805 +/- ##
============================================
- Coverage 79.01% 78.90% -0.12%
+ Complexity 702 696 -6
============================================
Files 138 137 -1
Lines 2930 2891 -39
Branches 421 417 -4
============================================
- Hits 2315 2281 -34
+ Misses 343 342 -1
+ Partials 272 268 -4 |
08acbb8
to
db1cc64
Compare
db1cc64
to
ae5ba7d
Compare
@bootstraponline @jan-gogo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks awesome!
This PR will break backward compatibility due to different directory structure for both gcs and local results, but is essential to fix overlapping results bug
Fixes #792
Add matrix level to directory tree structure for gcs . iOS structure remains the same.
Within this change local dir structure will be exactly the same as gcs'.
iOS path should be inlined with android once FTL introduces server side sharding for iOS.
Examples:
Android:
test-lab-v9cn46bb990nx-kz69ymd4nm9aq/2020-05-21_07-57-00.760000_AIxU/matrix_2/NexusLowRes-28-en-portrait-shard_0
results/test-lab-v9cn46bb990nx-kz69ymd4nm9aq/2020-05-21_07-57-00.760000_AIxU/matrix_2/NexusLowRes-28-en-portrait-shard_0
iOS:
test-lab-v9cn46bb990nx-kz69ymd4nm9aq/2020-05-21_08-38-22.460000_OnCd/shard_0/iphone8-11.2-en_US-portrait/
results/test-lab-v9cn46bb990nx-kz69ymd4nm9aq/2020-05-21_08-38-22.460000_OnCd/shard_0/iphone8-11.2-en_US-portrait/
Checklist