8000 Cleanup in preparation for Replication 2.0 transaction handling (try #2) by goedderz · Pull Request #14907 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

Cleanup in preparation for Replication 2.0 transaction handling (try #2) #14907

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Nov 4, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix non-maintainer build.
  • Loading branch information
mpoeter committed Nov 2, 2021
commit 66a8cd5f5483867703fca2fccdaf88740abdc013
2 changes: 2 additions & 0 deletions arangod/Cluster/ServerState.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1191,8 +1191,10 @@ Result ServerState::propagateClusterReadOnly(bool mode) {
return Result();
}

#ifdef ARANGODB_USE_GOOGLE_TESTS
bool ServerState::isGoogleTest() const noexcept { return _isGoogleTests; }

void ServerState::setGoogleTest(bool isGoogleTests) noexcept {
_isGoogleTests = isGoogleTests;
}
#endif
0