summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/distributor/distributortest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'storage/src/tests/distributor/distributortest.cpp')
-rw-r--r--storage/src/tests/distributor/distributortest.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/storage/src/tests/distributor/distributortest.cpp b/storage/src/tests/distributor/distributortest.cpp
index 40359ef460f..fc09dc17c1f 100644
--- a/storage/src/tests/distributor/distributortest.cpp
+++ b/storage/src/tests/distributor/distributortest.cpp
@@ -75,11 +75,11 @@ protected:
void configured_safe_time_point_rejection_works_end_to_end();
public:
- void setUp() {
+ void setUp() override {
createLinks();
};
- void tearDown() {
+ void tearDown() override {
close();
}
@@ -375,7 +375,7 @@ public:
StatusRequestThread(StatusReporterDelegate& reporter)
: _reporter(reporter)
{}
- void run(framework::ThreadHandle&) {
+ void run(framework::ThreadHandle&) override {
framework::HttpUrlPath path("/distributor?page=buckets");
std::ostringstream stream;
_reporter.reportStatus(stream, path);