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

Use weld-junit5 as CDI container #126

Merged
merged 3 commits into from
Jun 4, 2024

Conversation

KyleAure
Copy link
Contributor

@KyleAure KyleAure commented Jun 4, 2024

Updates

  • Fixed some issue with logging
    • org.eclipse.jnosql
    • org.jboss
  • Fixed target directory
  • Fixed TCK runner and add TODOs
  • Attempted to use AutoWeld to make sure correct extensions are used

Current status

Injection is working now, but most tests are failing with

 Throwable.cause: The method public abstract long ee.jakarta.tck.data.framework.read.only.NaturalNumbers.countAll() is not supported. At the class interface ee.jakarta.tck.data.framework.read.only.NaturalNumbers 

Local results

-------------------------------------------------------------------------------
Test set: org.eclipse.jnosql.tck.MyEntityTests
-------------------------------------------------------------------------------
Tests run: 73, Failures: 0, Errors: 73, Skipped: 0, Time elapsed: 2.723 s <<< FAILURE! - in org.eclipse.jnosql.tck.MyEntityTests
-------------------------------------------------------------------------------
Test set: org.eclipse.jnosql.tck.MyNoSQLEntityTests
-------------------------------------------------------------------------------
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.523 s <<< FAILURE! - in org.eclipse.jnosql.tck.MyNoSQLEntityTests
-------------------------------------------------------------------------------
Test set: org.eclipse.jnosql.tck.MySignatureTests
-------------------------------------------------------------------------------
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.847 s - in org.eclipse.jnosql.tck.MySignatureTests

@genie-jnosql
Copy link
Collaborator

Can one of the admins verify this patch?

@otaviojava otaviojava merged commit b06bdca into eclipse:main Jun 4, 2024
3 checks passed
@KyleAure KyleAure deleted the extend-tck-using-weld branch June 5, 2024 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants