Skip to content
Failed

#337 (Jun 16, 2021, 10:46:22 AM)

Started 4 yr 4 mo ago
Took 2 min 19 sec

Started by GitHub push by ledsoft

This run spent:

  • 6 sec waiting;
  • 2 min 19 sec build duration;
  • 2 min 25 sec total from scheduled to completion.
Revision: 4c3cd9a6d14a7109e194a20b73f0aad3203edbd0
Repository: https://github.com/kbss-cvut/jopa.git
  • origin/development
Test Result (19 failures / +19)Show all failed tests >>>
Changes
  1. [Enhancement #73] Refactor OntoDriver API descriptors in preparation for supporting multiple contexts per assertion/subject. (commit: 6f83773) (details / githubweb)
  2. [Enhancement #73] Ensure consistent handling of contexts in OntoDriver axiom descriptors. (commit: 0912513) (details / githubweb)
  3. [Enhancement #73] Refactor Sesame driver to support the new plural contexts supporting axiom descriptors. (commit: ceeb452) (details / githubweb)
  4. [Enhancement #73] Test support for multiple read contexts in Sesame OntoDriver. (commit: 8e9b4db) (details / githubweb)
  5. [Enhancement #73] Refactor Jena OntoDriver to support the new axiom descriptors with plural contexts. (commit: 6dfdd27) (details / githubweb)
  6. [Enhancement #73] Testing support for using multiple contexts in assertion loading in Jena Driver. (commit: 4aa99d1) (details / githubweb)
  7. [Enhancement #73] Fix issues with AxiomDescriptorFactoryTest. (commit: 1f44ba7) (details / githubweb)
  8. [Enhancement #73] Refactor types OntoDriver API to support multiple contexts. Fix test issues. (commit: 9c25a14) (details / githubweb)
  9. [Enhancement #73] Refactor descriptors to support multiple contexts per descriptor and attribute. (commit: ada5b96) (details / githubweb)
  10. [Enhancement #73] Add tests for the updated descriptor behavior, fix issues. (commit: c4626b8) (details / githubweb)
  11. [Enhancement #73] Adapting JOPA impl to the new descriptors API. WIP. (commit: 6201470) (details / githubweb)
  12. [Enhancement #73] Adapting OOM in JOPA to the new descriptor API. Extend Descriptor with methods for getting single context (used for write operations). (commit: c68ede8) (details / githubweb)
  13. [Enhancement #73] Refactor OntoDriver API (and implementations) to support contains call with plural contexts. (commit: 8b32ff2) (details / githubweb)
  14. [Enhancement #73] Use OntoDriver plural context contains API in JOPA. (commit: f5129eb) (details / githubweb)
  15. [Enhancement #73] Working on modifications of second level cache to support plural contexts. (commit: e1813dc) (details / githubweb)
  16. [Enhancement #73] Update second level cache to work with plural contexts. (commit: d355dac) (details / githubweb)
  17. [Enhancement #73] Fix tests after context-related refactoring (WIP). (commit: 815f342) (details / githubweb)
  18. [Enhancement #73] Fix integration tests after plural context changes. (commit: f93cd42) (details / githubweb)
  19. [Enhancement #73] Add integration tests for plural contexts support. (commit: 4711b74) (details / githubweb)
  20. [Upd] Update dependencies (RDF4J 3.4.2, JaCoCo plugin 0.8.6). (commit: 1e91d74) (details / githubweb)
  21. [Upd] Update to RDF4J 3.4.3. (commit: f2b6362) (details / githubweb)
  22. [0.16.0] Bump version and update release notes. (commit: 6a58d79) (details / githubweb)
  23. Initial draft - WIP (commit: d8ba832) (details / githubweb)
  24. Changed metamodel API, partially implemented. WIP: populating query attributes in EntityConstructor. (commit: 65f35f2) (details / githubweb)
  25. first test (commit: c6967b9) (details / githubweb)
  26. param this implemented (commit: 673a0f1) (details / githubweb)
  27. QueryFactory and TypedQuery test mocking (commit: 91d42e8) (details / githubweb)
  28. fixed testReconstructEntityWithQueryAttribute (commit: 19da568) (details / githubweb)
  29. Plural query attribute implemented, added integration tests. (commit: 7b18a52) (details / githubweb)
  30. Implemented and tested lazy fetching for query attributes, fixed plural query attributes (commit: cc971e1) (details / githubweb)
  31. added participation constraints support for query attributes (commit: f26edd9) (details / githubweb)
  32. removed superfluous converter (commit: d4a633b) (details / githubweb)
  33. added missing javadoc (commit: 6ebca84) (details / githubweb)
  34. Removed commented code from EntityConstructorTest (commit: 490530a) (details / githubweb)
  35. Fixed mistakes from code review (commit: e01d855) (details / githubweb)