You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run expensive Traversal verification sanity check less often (#3442)
A sanity check to validate the traversal integrity was recently added in
#3435. That check alone seems to almost double the total time it takes
to run the `core-tests` during PRB from around 15 minutes to around 30
minutes. It's a useful check, but it is probably running too often. We
should be able to get away with only running it occaisionally and then
only enabling it more stringently if the need arises.
Copy file name to clipboardExpand all lines: fdb-record-layer-core/src/main/java/com/apple/foundationdb/record/query/plan/cascades/CascadesPlanner.java
+19-5Lines changed: 19 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -437,11 +437,22 @@ private void planPartial(@Nonnull final Supplier<Reference> referenceSupplier,
0 commit comments