|
57 | 57 | --- Rebalance stalls if we move all buckets at once; use a small subset. |
58 | 58 | local test_tuples = { |
59 | 59 | {22, box.NULL, 'Alex', 34}, |
60 | | - -- {92, box.NULL, 'Artur', 29}, |
61 | | - -- {3, box.NULL, 'Anastasia', 22}, |
62 | | - -- {5, box.NULL, 'Sergey', 25}, |
63 | | - -- {9, box.NULL, 'Anna', 30}, |
64 | | - -- {71, box.NULL, 'Oksana', 29}, |
| 60 | + {92, box.NULL, 'Artur', 29}, |
| 61 | + {3, box.NULL, 'Anastasia', 22}, |
| 62 | + {5, box.NULL, 'Sergey', 25}, |
| 63 | + {9, box.NULL, 'Anna', 30}, |
| 64 | + {71, box.NULL, 'Oksana', 29}, |
65 | 65 | } |
66 | 66 |
|
67 | 67 | local last_call = fiber.time() |
@@ -120,7 +120,6 @@ pgroup_duplicates.test_duplicates = function(g) |
120 | 120 | 'test implemented only for 3.1 and greater' |
121 | 121 | ) |
122 | 122 | if g.params.backend == "config" then |
123 | | - t.xfail('not implemented yet') |
124 | 123 | duplicate_operations[g.params.operation](g) |
125 | 124 |
|
126 | 125 | local cfg = g.cluster:cfg() |
@@ -246,8 +245,8 @@ pgroup_not_applied.test_not_applied = function(g) |
246 | 245 | ), |
247 | 246 | 'test implemented only for 3.1 and greater' |
248 | 247 | ) |
| 248 | + t.skip_if(g.params.operation == 'get' and g.params.safe_mode == false, 'todo: rework get') |
249 | 249 | if g.params.backend == "config" then |
250 | | - t.xfail('not implemented yet') |
251 | 250 | local tuples, tuples_count = {}, 1000 |
252 | 251 | for i = 1, tuples_count do |
253 | 252 | tuples[i] = {i, box.NULL, 'John Fedor', 42} |
|
0 commit comments