Test against core branch stream_read-wrapper#166
Conversation
bd8d339 to
65b4e57
Compare
Codecov Report
@@ Coverage Diff @@
## master #166 +/- ##
============================================
- Coverage 71.94% 71.77% -0.18%
Complexity 612 612
============================================
Files 35 35
Lines 2299 2299
============================================
- Hits 1654 1650 -4
- Misses 645 649 +4
Continue to review full report at Codecov.
|
|
Rebased this just now. CI is running again against the rebased core branch. Let's see the result. |
|
https://drone.owncloud.com/owncloud/encryption/1088/43/16 https://drone.owncloud.com/owncloud/encryption/1088/105/17 Those are master key encryption tests. The same scenarios fail with user key encryption also. |
|
Now I understand what is the problem here. When I test against a GitHub branch, then the system-under-test is just a git clone of core. It does not automagically have any other apps available. In this case When running against a release tarball, or daily-master tarball, those tarballs have various "bonus apps" code already bundled in the tarball. I will adjust the drone starlark here so it fetches the notifications app code... |
|
Works - great stuff! |
Run the acceptance tests using core branch
stream_read-wrapper(core PR owncloud/core#36546 )