Uh oh!
There was an error while loading. Please reload this page.
Create new google-cloud-conformance-tests module - #5540
Conversation
BenWhitehead
commented
Jun 21, 2019
Replacing #5537 |
BenWhitehead
commented
Jun 21, 2019
@kolea2 Please review |
kolea2
commented
Jun 24, 2019
Looks ok to me, adding in @chingor13 for a core perspective. |
Uh oh!
There was an error while loading. Please reload this page.
Codecov Report
@@ Coverage Diff @@## master #5540 +/- ##
============================================
+ Coverage 46.39% 46.71% +0.32%
Complexity 24645 24645 ============================================
Files 2351 2351 Lines 256176 256176 Branches 29294 29319 +25 ============================================
+ Hits 118853 119683 +830 + Misses 127611 127573 -38 + Partials 9712 8920 -792
Continue to review full report at Codecov.
|
Uh oh!
There was an error while loading. Please reload this page.
A new module where common code related to conformance tests can be shared. * Includes a rudimentary classpath scanner that can be used to locate test definitions. (The firestore test suite currently have 224 test definitions.) * The classpath scanner includes a suite of tests to ensure it can accurately find resources in jar files and directories. * Tests have been ran against the following JVMs on Linux x64 and verified to pass. ``` openjdk version "1.7.0_75" OpenJDK Runtime Environment (build 1.7.0_75-b13) OpenJDK 64-Bit Server VM (build 24.75-b04, mixed mode) java version "1.8.0_201" Java(TM) SE Runtime Environment (build 1.8.0_201-b09) Java HotSpot(TM) 64-Bit Server VM (build 25.201-b09, mixed mode) java version "11.0.2" 2019-01-15 LTS Java(TM) SE Runtime Environment 18.9 (build 11.0.2+9-LTS) Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.2+9-LTS, mixed mode) openjdk version "12" 2019-03-19 OpenJDK Runtime Environment (build 12+33) OpenJDK 64-Bit Server VM (build 12+33, mixed mode, sharing) ```
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
BenWhitehead
commented
Jun 28, 2019
@chingor13 Requests integrated. Failing windows build appears to be the spanner test that is flaky on windows. |
BenWhitehead
commented
Jun 28, 2019
Thanks for merging @chingor13! |
A new module where common code related to conformance tests can be
shared.
test definitions. (The firestore test suite currently have 224 test
definitions.)
accurately find resources in jar files and directories.
verified to pass.