Page MenuHomeSoftware Heritage

java: refactor AllowedEdges to remove its Graph attribute
ClosedPublic

Authored by seirl on Oct 5 2020, 5:49 PM.

Diff Detail

Unit TestsFailed

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

Event Timeline

Build has FAILED

Patch application report for D4145 (id=14617)

Rebasing onto b3f110be7a...

Current branch diff-target is up to date.
Changes applied before test
commit 15550e2c880934e1f39ebc97501095c91c0c0acf
Author: Antoine Pietri <antoine.pietri1@gmail.com>
Date:   Mon Oct 5 17:48:56 2020 +0200

    java: refactor AllowedEdges to remove its Graph attribute

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

This revision is now accepted and ready to land.Oct 5 2020, 6:09 PM

Just walking by...
Maybe remove also the following import in Graph:
import it.unimi.dsi.big.webgraph.BVGraph;

Fix BVGraph/ImmutableGraph implicit naming

This revision was landed with ongoing or failed builds.Oct 5 2020, 6:22 PM
This revision was automatically updated to reflect the committed changes.

Build has FAILED

Patch application report for D4145 (id=14620)

Rebasing onto b3f110be7a...

Current branch diff-target is up to date.
Changes applied before test
commit 8b18ec1cb26b32469fd6cb8f1d58e2005b6d54df
Author: Antoine Pietri <antoine.pietri1@gmail.com>
Date:   Mon Oct 5 17:48:56 2020 +0200

    java: refactor AllowedEdges to remove its Graph attribute

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