You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by as...@apache.org on 2020/04/21 08:15:35 UTC

[mesos] 02/02: Enabled `LoggingTest*` and `MetricTest*` on Windows.

This is an automated email from the ASF dual-hosted git repository.

asekretenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit 00466fe6138138ead1ca676df37c3af69104956d
Author: Andrei Sekretenko <as...@apache.org>
AuthorDate: Mon Apr 20 13:08:28 2020 +0200

    Enabled `LoggingTest*` and `MetricTest*` on Windows.
    
    Review: https://reviews.apache.org/r/72390
---
 src/tests/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt
index e43eb25..9d5ce02 100644
--- a/src/tests/CMakeLists.txt
+++ b/src/tests/CMakeLists.txt
@@ -106,11 +106,13 @@ set(MESOS_TESTS_SRC
   hook_tests.cpp
   http_authentication_tests.cpp
   http_fault_tolerance_tests.cpp
+  logging_tests.cpp
   master_draining_tests.cpp
   master_load_tests.cpp
   master_maintenance_tests.cpp
   master_slave_reconciliation_tests.cpp
   master/update_framework_tests.cpp
+  metrics_tests.cpp
   operation_reconciliation_tests.cpp
   operation_status_update_manager_tests.cpp
   partition_tests.cpp
@@ -178,7 +180,6 @@ if (NOT WIN32)
     examples_tests.cpp
     fetcher_cache_tests.cpp
     log_tests.cpp
-    logging_tests.cpp
     master_allocator_tests.cpp
     master_authorization_tests.cpp
     master_benchmarks.cpp
@@ -186,7 +187,6 @@ if (NOT WIN32)
     master_quota_tests.cpp
     master_tests.cpp
     master_validation_tests.cpp
-    metrics_tests.cpp
     module_tests.cpp
     oversubscription_tests.cpp
     persistent_volume_endpoints_tests.cpp