jnosql icon indicating copy to clipboard operation
jnosql copied to clipboard

Run TCK against MongoDB or Any NoSQL Document Database

Open otaviojava opened this issue 1 year ago • 0 comments

We must ensure that the TCK can run against a NoSQL document database like MongoDB. This will validate the compatibility and functionality of Jakarta Data with NoSQL databases.

Tasks:

  • [ ] Set up a MongoDB instance for testing.
  • [ ] Configure the TCK to connect to the MongoDB instance.
  • [ ] Run the TCK tests against MongoDB.
  • [ ] Identify and document any issues or failures.
  • [ ] Fix any compatibility issues found during the test run.
  • [ ] Document the process and steps to run the TCK against a NoSQL document database.

otaviojava avatar May 28 '24 19:05 otaviojava