We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 624bd68 commit af4c7e9Copy full SHA for af4c7e9
algo/src/test/java/org/neo4j/gds/traversal/RandomWalkTest.java
@@ -414,10 +414,9 @@ void testWithConfiguredOffsetStartNodes() {
414
415
/**
416
* Ensure that when termination flag is set externally, we terminate the walk
417
- * @throws InterruptedException
418
*/
419
@Test
420
- void testPartialReadMultipleRuns() {
+ void testSetTerminationFlagAndMultipleRuns() {
421
for (int i = 0; i < 3; i++) {
422
Node2VecStreamConfig config = ImmutableNode2VecStreamConfig.builder()
423
.walkBufferSize(1)
0 commit comments