Conversation
|
2020-07-27T15:15:25.6293721Z [ERROR] com.google.cloud.storage.contrib.nio.CloudStorageFileAttributesTest.testAcl Time elapsed: 0.451 s <<< ERROR! |
|
Just maybe relevant: [WARNING] ***************************************************************** |
|
tests are running in parallel and are not using random paths: |
|
Warning: This pull request is touching the following templated files:
|
|
This issue might be related to recent failures. Not quite sure what's going on though as I'm not able to repro this issue locally. |
d4cd678 to
8caa011
Compare
Codecov Report
@@ Coverage Diff @@
## master #179 +/- ##
============================================
+ Coverage 72.21% 72.29% +0.07%
Complexity 500 500
============================================
Files 29 29
Lines 1663 1664 +1
Branches 268 277 +9
============================================
+ Hits 1201 1203 +2
Misses 336 336
+ Partials 126 125 -1
Continue to review full report at Codecov.
|
|
Woot, looks like things are passing now. Pending review from @BenWhitehead when he's back in the office tomorrow. |
| <path> | ||
| <groupId>com.google.auto.value</groupId> | ||
| <artifactId>auto-value</artifactId> | ||
| <version>1.7.3</version> |
|
|
Will continue debugging. This looks related to the open failures that exist right now. |
|
@elharo I found that If it looks good to you, can we merge this in? |
BenWhitehead
left a comment
There was a problem hiding this comment.
Shared config has had auto-value support for some time.
We should be able to remove auto-value and auto-service and use the config from shared config.
See https://github.com/googleapis/java-firestore/pull/221/files for an example of it being used in Firestore.
elharo
left a comment
There was a problem hiding this comment.
@BenWhitehead PTAL. The commit history is becoming convoluted, but I think this is now what you asked for,
|
MockitoErrors in Java 7. CloudStorageLateInitializationTest.before:41 » UnsupportedClassVersion org/moc... |
|
Stuck on: Thanks @elharo! |
|
Kokoro integrations failed again. I think it might be a flake and not sure how to reinforce without doing a retry of the tests. |
|
Chatting with @BenWhitehead, the kokoro build change to retry tests will be removed by autosynth... |
|
We will merge this PR once jobs pass and will follow-up with another solution provided by @BenWhitehead for flaky integration tests to separate tasks. |
@suraj-qlogic @suztomo
fixes #178