-
Notifications
You must be signed in to change notification settings - Fork 109
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
Refactor JPA tests (work in progress) #1561
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
5d58f11
Also update sql/derby/derby.dml.sql to use ee.jakarta.tck.persistence…
scottmarlow 59ad50d
minor changes for sql/derby/derby.ddl.persistence.sql
scottmarlow a59de82
more missing classes updates
scottmarlow 48bfc51
add schema classes to a few more places
scottmarlow 139c47d
remove double slash in Client.class.getResource call
scottmarlow bf8b22f
few more fixes
scottmarlow c4e2768
move jpa persistence from src/java to src/resources folder
scottmarlow 10c6fd6
move jpa persistence from src/java to src/resources folder
scottmarlow 91f4dbb
move jpa persistence from src/java to src/resources folder
scottmarlow 4ccbc5a
comment out reference to unused vehicle_ear_name
scottmarlow ffdc8d6
remove leading slash on persistence.xml
scottmarlow b0f506b
pluggability test fix
scottmarlow f74ad20
switch from system prop to properties passed in + other cleanup
scottmarlow 75ccb2e
resource path changes, add a few missing classes, save work in progress
scottmarlow 63c7111
workaround jakartaee-tck-tools/issues/148 by removing Tag("web") from…
scottmarlow 0ca05f4
Revert "update refactoring without https://github.com/eclipse-ee4j/ja…
scottmarlow 9f63861
add missing setupAData + setupOrderData setup methods
scottmarlow 1a1beef
do not merge with this exclude of repeatable tests (revert it)
scottmarlow 6a8fa0d
add missing ee.jakarta.tck.persistence.core.criteriaapi.parameter.Cli…
scottmarlow 35e5db9
Prevent NPE in ee.jakarta.tck.persistence.common.PMClientBase.getPers…
scottmarlow a24573a
Prevent NPE in ee.jakarta.tck.persistence.core.annotations.access.pro…
scottmarlow f45da0b
Correct naming of ee.jakarta.tck.persistence.core.annotations.access.…
scottmarlow 588b451
Correct naming of some other setupN methods which should be called setup
scottmarlow 657bd75
ee.jakarta.tck.persistence.core.annotations.mapkey.setupCreateTestDat…
scottmarlow be72476
ee.jakarta.tck.persistence.common.schema30.Spouse should use consiste…
scottmarlow 0601fac
Update EETest TRACE logging to show setup Method + cleanup Method
scottmarlow 469bcb7
Add dependencies on jakarta.tck:common + jakarta.tck:persistence-plat…
scottmarlow 08664db
Correct ee.jakarta.tck.persistence.core.entityManager2.Client2/Client…
scottmarlow 58d1afc
Correct jpa_core_EntityGraph_appmanaged_vehicle_client.jar to match e…
scottmarlow c4c1ddd
Ensure that jpa22.repeatable.namedstoredprocedure tests do not call t…
scottmarlow 31983ec
Update appclient jar name to be the same as ear name with _client.jar…
scottmarlow 19570ea
update jpa appclient test runner with glassfish
alwin-joseph 0dd4a96
remove duplicate dependency
alwin-joseph 620a7ce
Merge pull request #4 from alwin-joseph/jpa_appclient_test
scottmarlow File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+2.2 KB
glassfish-runner/jpa-platform-tck/jakartaeetck/bin/certificates/clientcert.jks
Binary file not shown.
Binary file added
BIN
+1.58 KB
glassfish-runner/jpa-platform-tck/jakartaeetck/bin/certificates/clientcert.p12
Binary file not shown.
Binary file added
BIN
+909 Bytes
glassfish-runner/jpa-platform-tck/jakartaeetck/bin/certificates/cts_cert
Binary file not shown.
2,463 changes: 2,463 additions & 0 deletions
2,463
glassfish-runner/jpa-platform-tck/jakartaeetck/bin/ts.jte
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
We could leave this in or remove it. If anyone finds they need the vehicle_ear_name property, we should add it back in.