-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Create new google-cloud-conformance-tests module #5540
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
Create new google-cloud-conformance-tests module #5540
Conversation
|
Replacing #5537 |
|
@kolea2 Please review |
|
Looks ok to me, adding in @chingor13 for a core perspective. |
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.
|
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)
```
...conformance-tests/src/test/java/com/google/cloud/conformance/ConformanceTestLocatorTest.java
Outdated
Show resolved
Hide resolved
|
@chingor13 Requests integrated. Failing windows build appears to be the spanner test that is flaky on windows. |
|
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.