Page MenuHomeSoftware Heritage

java: migrate to Junit 5
ClosedPublic

Authored by seirl on Oct 5 2020, 7:43 PM.

Diff Detail

Unit TestsFailed

TimeTest
3 msJenkins > .tox.py3.lib.python3.7.site-packages.swh.graph.tests.test_api_client::test_count
self = <RemoteGraphClient url=http://127.0.0.1:46145/graph/> response = <Response [400]>
4 msJenkins > .tox.py3.lib.python3.7.site-packages.swh.graph.tests.test_api_client::test_leaves
self = <RemoteGraphClient url=http://127.0.0.1:46145/graph/> response = <Response [400]>
3 msJenkins > .tox.py3.lib.python3.7.site-packages.swh.graph.tests.test_api_client::test_neighbors
self = <RemoteGraphClient url=http://127.0.0.1:46145/graph/> response = <Response [400]>
3 msJenkins > .tox.py3.lib.python3.7.site-packages.swh.graph.tests.test_api_client::test_random_walk
self = <RemoteGraphClient url=http://127.0.0.1:46145/graph/> response = <Response [400]>
3 msJenkins > .tox.py3.lib.python3.7.site-packages.swh.graph.tests.test_api_client::test_visit_edges
self = <RemoteGraphClient url=http://127.0.0.1:46145/graph/> response = <Response [400]>
View Full Test Results (8 Failed · 24 Passed · 2 Skipped)

Event Timeline

java/src/test/java/org/softwareheritage/graph/GraphTest.java
33

Ignore this, it was just annoying to split in another diff

Build has FAILED

Patch application report for D4146 (id=14624)

Rebasing onto 8b18ec1cb2...

Current branch diff-target is up to date.
Changes applied before test
commit 29ae6bf46d22de7fd6341951850f20f0fe1ebad4
Author: Antoine Pietri <antoine.pietri1@gmail.com>
Date:   Mon Oct 5 19:42:59 2020 +0200

    java: migrate to Junit 5

Link to build: https://jenkins.softwareheritage.org/job/DGRPH/job/tests-on-diff/57/
See console output for more information: https://jenkins.softwareheritage.org/job/DGRPH/job/tests-on-diff/57/console

This revision is now accepted and ready to land.Oct 5 2020, 11:05 PM
This revision was landed with ongoing or failed builds.Oct 5 2020, 11:31 PM
This revision was automatically updated to reflect the committed changes.