aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb/documentdb_test.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-12-08 20:34:33 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-12-08 22:56:28 +0000
commitd2537bcc6f2474633b5d51bd51546c8a37f025b3 (patch)
tree6ca48580547a38e9116439f28f02110b76ffa59c /searchcore/src/tests/proton/documentdb/documentdb_test.cpp
parent0f15b405cad738460a8126bf9ef689ec3edfd094 (diff)
Move sessionmanager from documentdb to proton and use a SchedulerForwardExecutor to drive pruning instead of a maintenance job.
Diffstat (limited to 'searchcore/src/tests/proton/documentdb/documentdb_test.cpp')
-rw-r--r--searchcore/src/tests/proton/documentdb/documentdb_test.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/searchcore/src/tests/proton/documentdb/documentdb_test.cpp b/searchcore/src/tests/proton/documentdb/documentdb_test.cpp
index 7aa18513f73..cdf874a6601 100644
--- a/searchcore/src/tests/proton/documentdb/documentdb_test.cpp
+++ b/searchcore/src/tests/proton/documentdb/documentdb_test.cpp
@@ -290,11 +290,6 @@ TEST_F("requireThatStateIsReported", Fixture)
slime.toString());
}
-TEST_F("require that session manager can be explored", Fixture)
-{
- EXPECT_TRUE(DocumentDBExplorer(f._db).get_child("session"));
-}
-
TEST_F("require that document db registers reference", Fixture)
{
auto &registry = f._myDBOwner._registry;