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

unit tests failures with 4store #40

Open
alexskr opened this issue Nov 18, 2024 · 1 comment
Open

unit tests failures with 4store #40

alexskr opened this issue Nov 18, 2024 · 1 comment

Comments

@alexskr
Copy link
Member

alexskr commented Nov 18, 2024

Unit tests are passing with AllegroGraph backend but fail with 4store:

TestAnnotator#test_annotate = 0.26 s = F
TestAnnotator#test_annotate_minsize_term = 0.27 s = F
 ...

Finished tests in 17.753188s, 0.6759 tests/s, 696.2693 assertions/s.

  1) Failure:
TestAnnotator#test_annotate [/srv/ontoportal/ncbo_annotator/test/test_annotator.rb:259]:
Failed assertion, no message given.

  2) Failure:
TestAnnotator#test_annotate_minsize_term [/srv/ontoportal/ncbo_annotator/test/test_annotator.rb:380]:
Failed assertion, no message given.

12 tests, 12361 assertions, 2 failures, 0 errors, 1 skips

alexskr added a commit that referenced this issue Nov 26, 2024
- comply with minitest style guide
- fix the use of assigment operator (=) instead of equality operator (==)
- add unit test failure message for debugging #40
@alexskr
Copy link
Member Author

alexskr commented Nov 26, 2024

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

No branches or pull requests

1 participant