summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@oath.com>2018-03-23 14:23:22 +0000
committerTor Egge <Tor.Egge@oath.com>2018-03-23 14:23:22 +0000
commit4d35f01a80d190e1acf48aa82dbf4dc419994848 (patch)
treed25220e5c885f3f2e6b58ba1d33e7600707e99f6 /storage
parent1bf4da826021c74155aff58c34a010fb870eb9af (diff)
Use more descriptive test name.
Diffstat (limited to 'storage')
-rw-r--r--storage/src/tests/storageserver/bouncertest.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/storage/src/tests/storageserver/bouncertest.cpp b/storage/src/tests/storageserver/bouncertest.cpp
index f8c80773a2e..0882d7c07c8 100644
--- a/storage/src/tests/storageserver/bouncertest.cpp
+++ b/storage/src/tests/storageserver/bouncertest.cpp
@@ -39,7 +39,7 @@ struct BouncerTest : public CppUnit::TestFixture {
void readOnlyOperationsAreNotRejected();
void internalOperationsAreNotRejected();
void outOfBoundsConfigValuesThrowException();
- void abortOnlyOnDefaultBucketSpace();
+ void abort_request_when_derived_bucket_space_node_state_is_marked_down();
CPPUNIT_TEST_SUITE(BouncerTest);
CPPUNIT_TEST(testFutureTimestamp);
@@ -52,7 +52,7 @@ struct BouncerTest : public CppUnit::TestFixture {
CPPUNIT_TEST(readOnlyOperationsAreNotRejected);
CPPUNIT_TEST(internalOperationsAreNotRejected);
CPPUNIT_TEST(outOfBoundsConfigValuesThrowException);
- CPPUNIT_TEST(abortOnlyOnDefaultBucketSpace);
+ CPPUNIT_TEST(abort_request_when_derived_bucket_space_node_state_is_marked_down);
CPPUNIT_TEST_SUITE_END();
using Priority = api::StorageMessage::Priority;
@@ -330,7 +330,7 @@ makeClusterStateBundle(const vespalib::string &baselineState, const std::map<doc
}
void
-BouncerTest::abortOnlyOnDefaultBucketSpace()
+BouncerTest::abort_request_when_derived_bucket_space_node_state_is_marked_down()
{
auto state = makeClusterStateBundle("distributor:3 storage:3", {{ document::FixedBucketSpaces::default_space(), "distributor:3 storage:3 .2.s:d" }});
_node->getNodeStateUpdater().setClusterStateBundle(state);