[tracker/sam/functional-tests-removal] tests: Remove some functional tests



commit 3155f39d36715e3425e4f13fb5f9174b8bddff91
Author: Sam Thursfield <sam afuera me uk>
Date:   Mon Mar 4 10:21:51 2019 +0100

    tests: Remove some functional tests
    
    These tests appear to be either basic smoke tests, or performance tests
    that are intended to be timed and executed manually. Some also dump huge
    amounts of text to the test log file.

 tests/functional-tests/ipc/meson.build             |  52 ----
 tests/functional-tests/ipc/test-bus-query.vala     |  15 --
 tests/functional-tests/ipc/test-bus-update.vala    |  15 --
 tests/functional-tests/ipc/test-busy-handling.vala | 165 ------------
 .../ipc/test-class-signal-performance-batch.vala   | 115 ---------
 .../ipc/test-class-signal-performance.vala         | 159 ------------
 tests/functional-tests/ipc/test-class-signal.vala  | 178 -------------
 .../functional-tests/ipc/test-default-update.vala  |  70 ------
 tests/functional-tests/ipc/test-direct-query.vala  |  70 ------
 tests/functional-tests/ipc/test-shared-query.vala  | 139 -----------
 tests/functional-tests/ipc/test-shared-update.vala | 137 ----------
 .../ipc/test-update-array-performance.c            | 277 ---------------------
 12 files changed, 1392 deletions(-)
---
diff --git a/tests/functional-tests/ipc/meson.build b/tests/functional-tests/ipc/meson.build
index b789faca7..bd4c3250e 100644
--- a/tests/functional-tests/ipc/meson.build
+++ b/tests/functional-tests/ipc/meson.build
@@ -9,58 +9,6 @@ insert_or_replace_test = executable('test-insert-or-replace',
 test('functional-ipc-insert-or-replace', insert_or_replace_test,
   env: test_env)
 
-busy_handling_test = executable('test-busy-handling',
-  'test-busy-handling.vala',
-  dependencies: [tracker_common_dep, tracker_sparql_dep])
-
-direct_query_test = executable('test-direct-query',
-  'test-direct-query.vala',
-  'test-shared-query.vala',
-  dependencies: [tracker_common_dep, tracker_sparql_dep])
-test('functional-ipc-direct-query', direct_query_test,
-  env: test_env)
-
-bus_query_test = executable('test-bus-query',
-  'test-bus-query.vala',
-  'test-shared-query.vala',
-  link_with: [libtracker_bus],
-  dependencies: [tracker_common_dep, tracker_sparql_dep, tracker_sparql_bus_dep])
-test('functional-ipc-bus-query', bus_query_test,
-  env: test_env)
-
-default_update_test = executable('test-default-update',
-  'test-default-update.vala',
-  'test-shared-update.vala',
-  dependencies: [tracker_common_dep, tracker_sparql_dep])
-test('functional-ipc-default-update', default_update_test,
-  env: test_env)
-
-bus_update_test = executable('test-bus-update',
-  'test-bus-update.vala',
-  'test-shared-update.vala',
-  link_with: [libtracker_bus],
-  dependencies: [tracker_common_dep, tracker_sparql_dep, tracker_sparql_bus_dep])
-test('functional-ipc-bus-update', bus_update_test,
-  env: test_env)
-
-class_signal_test = executable('test-class-signal',
-  'test-class-signal.vala',
-  dependencies: [tracker_common_dep, tracker_sparql_dep])
-
-class_signal_performance_test = executable('test-class-signal-performance',
-  'test-class-signal-performance.vala',
-  dependencies: [tracker_common_dep, tracker_sparql_dep])
-
-class_signal_performance_batch_test = executable('test-class-signal-performance-batch',
-  'test-class-signal-performance-batch.vala',
-  dependencies: [tracker_common_dep, tracker_sparql_dep])
-
-update_array_performance_test = executable('test-update-array-performance',
-  'test-update-array-performance.c',
-  dependencies: [tracker_common_dep, tracker_sparql_dep])
-test('functional-ipc-update-array-performance', update_array_performance_test,
-  env: test_env)
-
 bus_query_cancellation_test = executable('test-bus-query-cancellation',
   'test-bus-query-cancellation.c',
   c_args: functional_ipc_test_c_args,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]