-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Mb share jpa date tests #3154
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
Mb share jpa date tests #3154
Conversation
Share a date search tests between JPA and Mongo.
Codecov Report
@@ Coverage Diff @@
## master #3154 +/- ##
=========================================
Coverage 82.76% 82.77%
- Complexity 20057 20058 +1
=========================================
Files 1346 1346
Lines 72213 72213
Branches 10885 10885
=========================================
+ Hits 59769 59774 +5
+ Misses 8270 8264 -6
- Partials 4174 4175 +1
Continue to review full report at Codecov.
|
...ir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/dao/search/ExtendedLuceneIndexExtractor.java
Outdated
Show resolved
Hide resolved
<executions> | ||
<execution> | ||
<goals> | ||
<goal>test-jar</goal> |
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.
what is this doing exactly?
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.
Builds a jar of all the test classes and publishes it as a test-jar type jar.
The alternative is another full project called something like hapi-fhir-storage-test-utils, but that seemed overkill for a couple of classes.
@@ -2913,7 +2913,7 @@ | |||
<profile> | |||
<id>FASTINSTALL</id> | |||
<properties> | |||
<maven.test.skip>true</maven.test.skip> | |||
<skipTests>true</skipTests> |
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.
just verifying you tested this and it works.
Share the new date tests with Mongo.