Skip to content

Commit cb4183d

Browse files
committed
[NOID] Enable assertions in kernel
1 parent 9121a81 commit cb4183d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ subprojects {
9595
'neo4jDockerImage': project.hasProperty("neo4jDockerEeOverride") ? project.getProperty("neo4jDockerEeOverride") : 'neo4j:5.26.0-enterprise',
9696
'neo4jCommunityDockerImage': project.hasProperty("neo4jDockerCeOverride") ? project.getProperty("neo4jDockerCeOverride") : 'neo4j:5.26.0',
9797
'coreDir': 'apoc-core/core',
98-
'testDockerBundle': false
98+
'testDockerBundle': false,
99+
'org.neo4j.io.pagecache.tracing.cursor.DefaultPageCursorTracer.CHECK_REPORTED_COUNTERS': 'true' // Extra assertions in kernel
99100

100101
maxHeapSize = "5G"
101102
forkEvery = 50

0 commit comments

Comments
 (0)