Broken by D8910
Details
Details
Diff Detail
Diff Detail
- Repository
- rDGRPH Compressed graph representation
- Branch
- master
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 33439 Build 52418: Phabricator diff pipeline on jenkins Jenkins console · Jenkins Build 52417: arc lint + arc unit
Event Timeline
Comment Actions
Build has FAILED
Patch application report for D9001 (id=32459)
Rebasing onto f87e0a3c3c...
Current branch diff-target is up to date.
Changes applied before test
commit 29bd614631282287e6ef9617ea749d1ebe32e049 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Thu Jan 5 18:37:43 2023 +0100 Fix Java tests broken by 559d4068bfe1dd50d57062192c0e22664ada03c8
Link to build: https://jenkins.softwareheritage.org/job/DGRPH/job/tests-on-diff/348/
See console output for more information: https://jenkins.softwareheritage.org/job/DGRPH/job/tests-on-diff/348/console
Comment Actions
Build has FAILED
Patch application report for D9001 (id=32459)
Rebasing onto f87e0a3c3c...
Current branch diff-target is up to date.
Changes applied before test
commit 29bd614631282287e6ef9617ea749d1ebe32e049 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Thu Jan 5 18:37:43 2023 +0100 Fix Java tests broken by 559d4068bfe1dd50d57062192c0e22664ada03c8
Link to build: https://jenkins.softwareheritage.org/job/DGRPH/job/tests-on-diff/350/
See console output for more information: https://jenkins.softwareheritage.org/job/DGRPH/job/tests-on-diff/350/console
Comment Actions
Build is green
Patch application report for D9001 (id=32471)
Could not rebase; Attempt merge onto f87e0a3c3c...
Updating f87e0a3..03c8ca6 Fast-forward .../graph/rpc/NodePropertyBuilder.java | 15 +++- .../java/org/softwareheritage/graph/GraphTest.java | 1 + .../org/softwareheritage/graph/SubgraphTest.java | 13 ++-- .../softwareheritage/graph/rpc/CountEdgesTest.java | 6 +- .../softwareheritage/graph/rpc/CountNodesTest.java | 8 +-- .../graph/rpc/FindPathBetweenTest.java | 2 +- .../softwareheritage/graph/rpc/FindPathToTest.java | 21 ++++-- .../softwareheritage/graph/rpc/GetNodeTest.java | 82 +++++++++++++--------- .../org/softwareheritage/graph/rpc/StatsTest.java | 6 +- .../graph/rpc/TraverseLeavesTest.java | 2 + .../graph/rpc/TraverseNeighborsTest.java | 2 + .../graph/rpc/TraverseNodesTest.java | 20 +++--- tox.ini | 6 +- 13 files changed, 112 insertions(+), 72 deletions(-)
Changes applied before test
commit 03c8ca6a6272d7f7cd6cd3b75ab5bfcaf4538fe6 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Thu Jan 5 18:37:43 2023 +0100 Fix Java tests broken by 559d4068bfe1dd50d57062192c0e22664ada03c8 commit d344071c0f6ee1d38a368a34f476fdbf15257d91 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Fri Jan 6 15:29:37 2023 +0100 tox: s/whitelist_externals/allowlist_externals/ whitelist_externals is deprecated since v3.18, and removed since v4.0
See https://jenkins.softwareheritage.org/job/DGRPH/job/tests-on-diff/351/ for more details.