Skip to content

Commit cba2c8a

Browse files
committed
Disable counter-inc
counter-inc test is disabled by default for running with 'test-all' option due to a bug in Tarantool [1]. 1. tarantool/tarantool#6095 Part of: #84
1 parent a7bdbc2 commit cba2c8a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/tarantool/runner.clj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,11 @@
5454
(remove #{} (keys workloads)))
5555

5656
(def workloads-expected-to-pass
57-
"A collection of workload names which we expect should actually pass.
58-
https://github.com/tarantool/jepsen.tarantool/issues/83"
59-
(remove #{:bank :bank-multitable} standard-workloads))
57+
"A collection of workload names which we expect should actually pass."
58+
(remove #{:bank ; https://github.com/tarantool/jepsen.tarantool/issues/83
59+
:bank-multitable ; https://github.com/tarantool/jepsen.tarantool/issues/83
60+
:counter-inc ; https://github.com/tarantool/tarantool/issues/6095
61+
} standard-workloads))
6062

6163
(def nemeses
6264
"Types of faults a nemesis can create."

0 commit comments

Comments
 (0)