summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/distributor/CMakeLists.txt
blob: 4e0a73b646574f163bc6dffb17b50991fd218286 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(storage_testdistributor TEST
    SOURCES
    mergelimitertest.cpp
    bucketdatabasetest.cpp
    messagesenderstub.cpp
    externaloperationhandlertest.cpp
    getoperationtest.cpp
    idealstatemanagertest.cpp
    putoperationtest.cpp
    removeoperationtest.cpp
    removebucketoperationtest.cpp
    mergeoperationtest.cpp
    splitbuckettest.cpp
    joinbuckettest.cpp
    visitoroperationtest.cpp
    twophaseupdateoperationtest.cpp
    removelocationtest.cpp
    bucketdbupdatertest.cpp
    statoperationtest.cpp
    pendingmessagetrackertest.cpp
    distributortestutil.cpp
    simplebucketprioritydatabasetest.cpp
    simplemaintenancescannertest.cpp
    maintenanceschedulertest.cpp
    throttlingoperationstartertest.cpp
    blockingoperationstartertest.cpp
    nodeinfotest.cpp
    updateoperationtest.cpp
    bucketstateoperationtest.cpp
    distributortest.cpp
    mapbucketdatabasetest.cpp
    operationtargetresolvertest.cpp
    garbagecollectiontest.cpp
    statecheckerstest.cpp
    statusreporterdelegatetest.cpp
    bucketdbmetricupdatertest.cpp
    bucketgctimecalculatortest.cpp
    nodemaintenancestatstrackertest.cpp
    distributor_host_info_reporter_test.cpp
    ownership_transfer_safe_time_point_calculator_test.cpp
    persistence_metrics_set_test.cpp
    operation_sequencer_test.cpp
    DEPENDS
    storage_distributor
    storage_testcommon
    storage_testhostreporter
)