Skip to content
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

JPA/JTA Functional Test #1745

Closed
barchetta opened this issue May 6, 2020 · 3 comments · Fixed by #2127
Closed

JPA/JTA Functional Test #1745

barchetta opened this issue May 6, 2020 · 3 comments · Fixed by #2127
Assignees
Labels
2.x Issues for 2.x version branch jpa/jta P2
Projects
Milestone

Comments

@barchetta
Copy link
Member

We need a basic functional test for JPA/JTA. It could be similar to or a variation of the Bookstore test we currently have (which is a simple CRUD style application).

@barchetta barchetta added jpa/jta 2.x Issues for 2.x version branch labels May 6, 2020
@barchetta barchetta added this to the 2.0.0 milestone May 6, 2020
@m0mus m0mus added this to Needs triage in Backlog May 14, 2020
@m0mus m0mus added P3 P2 and removed P3 labels May 14, 2020
@m0mus m0mus moved this from Needs triage to High priority in Backlog May 14, 2020
@m0mus m0mus modified the milestones: 2.0.0, 2.0.1 Jun 18, 2020
@m0mus m0mus modified the milestones: 2.0.1, 2.0.2 Jun 29, 2020
@m0mus m0mus added P3 P2 and removed P2 P3 labels Sep 10, 2020
@m0mus
Copy link
Contributor

m0mus commented Sep 10, 2020

We need instructions about how to run these tests.

@Tomas-Kraus
Copy link
Member

Running the tests
JPA tests are in tests/integration/jpa.
Tests can be run in two modes:

  • Java VM mode
  • Graal VM native-image mode

To run tests in Java VM mode (default) from Helidon project root, execute:

(cd tests/integration/jpa && mvn clean verify)

To run tests in Graal VM native-image mode from Helidon project root, execute:

(cd tests/integration/jpa && mvn clean verify -Pnative-image -Dnative-image)

@Tomas-Kraus
Copy link
Member

PR #2127 was merged and closed.

Backlog automation moved this from High priority to Closed Sep 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.x Issues for 2.x version branch jpa/jta P2
Projects
Backlog
  
Closed
3 participants