Skip to content

Commit 0235514

Browse files
committed
Remove dead code
Closes #62
1 parent dc5a922 commit 0235514

File tree

2 files changed

+0
-78
lines changed

2 files changed

+0
-78
lines changed

src/tarantool/connector.clj

Lines changed: 0 additions & 55 deletions
This file was deleted.

src/tarantool/runner.clj

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,6 @@
4343
{:set sets/workload
4444
:counter-inc counter/workload-inc
4545
:counter-dec counter/workload-dec
46-
;:bank bank/workload
47-
;:bank-index bank/index-workload
48-
;:g2 g2/workload
49-
;:internal internal/workload
50-
;:monotonic monotonic/workload
51-
;:multimonotonic multimonotonic/workload
52-
;:pages pages/workload
5346
:register register/workload})
5447

5548
(def standard-workloads
@@ -60,22 +53,6 @@
6053
"A collection of workload names which we expect should actually pass."
6154
(remove #{:counter-dec} standard-workloads))
6255

63-
(def workload-options
64-
"For each workload, a map of workload options to all the values that option
65-
supports."
66-
{;:set {:serialized-indices [true false]
67-
; :strong-read [true false]}
68-
;:bank {:fixed-instances [true false]
69-
; :at-query [true false]}
70-
;:bank-index {:fixed-instances [true false]
71-
; :serialized-indices [true false]}
72-
;:g2 {:serialized-indices [true false]}
73-
;:internal {:serialized-indices [true false]}
74-
;:monotonic {:at-query-jitter [0 10000 100000]}
75-
;:multimonotonic {}
76-
;:pages {:serialized-indices [true false]}
77-
:register {}})
78-
7956
(def nemeses
8057
"Types of faults a nemesis can create."
8158
#{:pause :kill :partition :clock})

0 commit comments

Comments
 (0)