Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 924 Bytes

File metadata and controls

24 lines (16 loc) · 924 Bytes

Jakarta Data TCK Eclipse JNoSQL Implementation

This project runs the Jakarta Data Technology Compatibility Kit (TCK) on standalone mode with Eclipse JNoSQL. Before running this project it is recommended to read the documentation located in the base TCK distribution project.

Overview

This project is configured specifically to allow the feature developers to run the TCK against the Eclipse JNoSQL implementation.

Running the TCK for Verification

First start up a Mongo DB instance. You can do this by running the following command:

docker run -d -p 27017:27017 --name mongodb mongo

Then, run the following command to execute the TCK:

mvn clean test -B -Djnosql.document.database=mongo -Djnosql.mongodb.host=localhost:27017