[tracker/sam/slow-tests: 1/2] functional-tests: Remove 12-transactions test



commit 6c537a10b29a042f7e04e6c71a0f96756673e880
Author: Sam Thursfield <sam afuera me uk>
Date:   Thu Aug 1 17:10:34 2019 +0200

    functional-tests: Remove 12-transactions test
    
    This test repeatedly inserts lots of data into Tracker and then
    kills the store. Recently its been timing out in CI even when given a
    120 sec timeout, which suggests that it performs very badly on some
    kinds of virtualized hardware.
    
    It seems unlikely that this test will find useful regressions. At best
    it could find some underlying issue in SQLite, at random, but we don't
    really need to run this kind of resource intensive stress test on every
    commit.

 tests/functional-tests/12-transactions.py | 87 -------------------------------
 tests/functional-tests/meson.build        |  1 -
 2 files changed, 88 deletions(-)
---
diff --git a/tests/functional-tests/meson.build b/tests/functional-tests/meson.build
index 274c88abf..d74c0806f 100644
--- a/tests/functional-tests/meson.build
+++ b/tests/functional-tests/meson.build
@@ -20,7 +20,6 @@ functional_tests = [
   '07-graph',
   '08-unique-insertions',
   '09-concurrent-query',
-  '12-transactions',
   '14-signals',
   '15-statistics',
   '16-collation',


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