8000 test always adopting the lock, try #2 · arangodb/arangodb@f30e5f7 · GitHub
[go: up one dir, main page]

Skip to content

Commit f30e5f7

Browse files
committed
test always adopting the lock, try #2
1 parent f8689b0 commit f30e5f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arangod/GeneralServer/RestHandler.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,7 @@ RestStatus RestHandler::waitForFuture(futures::Future<RestStatus>&& f,
758758
f.result().throwIfFailed(); // just throw the error upwards
759759
return f.waitAndGet();
760760
}
761+
adoptLock = true; // force this for testing; TODO remove
761762
_lockAdopted = adoptLock;
762763
TRI_ASSERT(_executionCounter == 0);
763764
_executionCounter = 2;

0 commit comments

Comments
 (0)
0