aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/tests/distributor/CMakeLists.txt
blob: 250cb8722232ff2f29796fd09c7795d465531afe (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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

vespa_add_executable(storage_distributor_gtest_runner_app TEST
    SOURCES
    blockingoperationstartertest.cpp
    btree_bucket_database_test.cpp
    bucket_db_prune_elision_test.cpp
    bucketdatabasetest.cpp
    bucketdbmetricupdatertest.cpp
    bucketgctimecalculatortest.cpp
    bucketstateoperationtest.cpp
    check_condition_test.cpp
    distributor_bucket_space_repo_test.cpp
    distributor_bucket_space_test.cpp
    distributor_host_info_reporter_test.cpp
    distributor_message_sender_stub.cpp
    distributor_stripe_pool_test.cpp
    distributor_stripe_test.cpp
    distributor_stripe_test_util.cpp
    externaloperationhandlertest.cpp
    garbagecollectiontest.cpp
    getoperationtest.cpp
    idealstatemanagertest.cpp
    joinbuckettest.cpp
    maintenancemocks.cpp
    maintenanceschedulertest.cpp
    mergelimitertest.cpp
    mergeoperationtest.cpp
    multi_thread_stripe_access_guard_test.cpp
    newest_replica_test.cpp
    node_supported_features_repo_test.cpp
    nodeinfotest.cpp
    nodemaintenancestatstrackertest.cpp
    operation_sequencer_test.cpp
    operationtargetresolvertest.cpp
    ownership_transfer_safe_time_point_calculator_test.cpp
    pendingmessagetrackertest.cpp
    persistence_metrics_set_test.cpp
    putoperationtest.cpp
    read_for_write_visitor_operation_test.cpp
    removebucketoperationtest.cpp
    removelocationtest.cpp
    removeoperationtest.cpp
    simplebucketprioritydatabasetest.cpp
    simplemaintenancescannertest.cpp
    splitbuckettest.cpp
    statecheckerstest.cpp
    statoperationtest.cpp
    statusreporterdelegatetest.cpp
    throttlingoperationstartertest.cpp
    top_level_bucket_db_updater_test.cpp
    top_level_distributor_test.cpp
    top_level_distributor_test_util.cpp
    twophaseupdateoperationtest.cpp
    updateoperationtest.cpp
    visitoroperationtest.cpp
    DEPENDS
    storage_testcommon
    storage_testhostreporter
    storage
    GTest::gmock_main
)

vespa_add_test(
    NAME storage_distributor_gtest_runner_app
    COMMAND storage_distributor_gtest_runner_app
    COST 350
)