File tree
19 files changed
+191
-141
lines changed- .github/workflows
- test
- binary
- capable
- internal
- sasl
- text
19 files changed
+191
-141
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
| 36 | + | |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
| 39 | + | |
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
149 | 149 |
| |
150 | 150 |
| |
151 | 151 |
| |
152 |
| - | |
| 152 | + | |
153 | 153 |
| |
154 | 154 |
| |
155 | 155 |
| |
|
- .coveragerc+14
- .flake8+2
- .github/workflows/test.yml+70
- .gitignore+2
- .gitmodules+6
- .luacheckrc+32
- .tarantoolctl+19
- Makefile+33
- README.md+186-29
- dispatcher.py+454
- lib/Makefile-2
- lib/__init__.py+88
- lib/admin_connection.py+21-15
- lib/app_server.py+218-40
- lib/box_connection.py+15-18
- lib/checks+1
- lib/colorer.py+149-56
- lib/connpool.py+10-7
- lib/error.py+3
- lib/inspector.py+70-11
- lib/luatest+1
- lib/luatest_server.py+133
- lib/options.py+349
- lib/parallel.py-388
- lib/preprocessor.py+195-77
- lib/pytap13.py+229
- lib/sampler.py+182
- lib/server.py+146-16
- lib/server_mixins.py+260
- lib/tarantool-python+1-1
- lib/tarantool_connection.py+30-13
- lib/tarantool_server.py+742-348
- lib/test.py+249-82
- lib/test_suite.py+232-97
- lib/unittest_server.py+50-18
- lib/utils.py+361-22
- lib/worker.py+425
- lib/yapps/__init__.py
- lib/yapps/runtime.py-442
- listeners.py+428
- requirements-test.txt+3
- requirements.txt+2-5
- test-run.py+273-204
- test/instances/default.lua+19
- test/luatest_helpers.lua+44
- test/luatest_helpers/server.lua+141
- test/test-app/cfg.test.lua+19
- test/test-app/suite.ini+5
- test/test-luatest/smoke_check_test.lua+35
- test/test-luatest/suite.ini+3
- test/test-run.py+1
- test/test-tarantool/box.lua+12
- test/test-tarantool/call.result+592
- test/test-tarantool/call.test.py+214
- test/test-tarantool/engine.cfg+15
- test/test-tarantool/iproto.result+7
- test/test-tarantool/iproto.test.py+55
- test/test-tarantool/replica.lua+21
- test/test-tarantool/set_language.result+50
- test/test-tarantool/set_language.test.sql+18
- test/test-tarantool/setopt_delimeter.result+35
- test/test-tarantool/setopt_delimeter.test.lua+22
- test/test-tarantool/suite.ini+6
- test/test-tarantool/worker_hang_when_gc_triggered_inside_colorer.result+43
- test/test-tarantool/worker_hang_when_gc_triggered_inside_colorer.test.lua+21
- test/test-unit/broken_unicode.result+5
- test/test-unit/broken_unicode.test+15
- test/test-unit/suite.ini+4
- test/unittest/00000000000000000003.snap
- test/unittest/test_lib_utils.py+32
- test_run.lua+325-74
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
19 |
| - | |
| 18 | + | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 |
| - | |
| 42 | + | |
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
19 |
| - | |
| 18 | + | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
|
Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
18 |
| - | |
| 17 | + | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
26 |
| - | |
| 25 | + | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
34 |
| - | |
| 33 | + | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
|
Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
18 |
| - | |
| 17 | + | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
26 |
| - | |
| 25 | + | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
34 |
| - | |
| 33 | + | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
| 24 | + | |
24 | 25 |
| |
25 | 26 |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
| 24 | + | |
24 | 25 |
| |
25 | 26 |
|
Lines changed: 56 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
8 | 56 |
| |
9 | 57 |
| |
10 | 58 |
| |
| |||
165 | 213 |
| |
166 | 214 |
| |
167 | 215 |
| |
168 |
| - | |
| 216 | + | |
169 | 217 |
| |
170 | 218 |
| |
171 | 219 |
| |
| |||
268 | 316 |
| |
269 | 317 |
| |
270 | 318 |
| |
271 |
| - | |
| 319 | + | |
272 | 320 |
| |
273 |
| - | |
| 321 | + | |
274 | 322 |
| |
275 | 323 |
| |
276 | 324 |
| |
| |||
559 | 607 |
| |
560 | 608 |
| |
561 | 609 |
| |
562 |
| - | |
| 610 | + | |
563 | 611 |
| |
564 |
| - | |
| 612 | + | |
565 | 613 |
| |
566 | 614 |
| |
567 | 615 |
| |
| |||
595 | 643 |
| |
596 | 644 |
| |
597 | 645 |
| |
598 |
| - | |
| 646 | + | |
599 | 647 |
| |
600 | 648 |
| |
601 | 649 |
| |
| |||
643 | 691 |
| |
644 | 692 |
| |
645 | 693 |
| |
646 |
| - | |
| 694 | + | |
647 | 695 |
| |
648 | 696 |
| |
649 | 697 |
| |
| |||
699 | 747 |
| |
700 | 748 |
| |
701 | 749 |
| |
702 |
| - | |
| 750 | + | |
703 | 751 |
| |
704 | 752 |
| |
705 | 753 |
| |
|
Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
19 |
| - | |
| 18 | + | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
27 |
| - | |
| 26 | + | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
35 |
| - | |
| 34 | + | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
| |||
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
83 |
| - | |
| 83 | + | |
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
|
0 commit comments