Skip to content

Commit 0dada75

Browse files
ligurioBuristan
authored andcommitted
test: update parameters in sql-tap tests
A long time ago (as Mergen Imeev told), API for Tarantool's storage engines was not unified, and SQL tests could be successfully executed on one engine and be broken on another. Due to this, some SQL tests were parameterized by a single engine. Now all SQL tests can be successfully executed on both engines (vinyl and memtx). The patch updates a config for an `sql-tap` test suite and allows parameterization by both engines. Required by the following commit. NO_CHANGELOG=testing NO_DOC=testing NO_TEST=testing
1 parent dfd15d3 commit 0dada75

File tree

1 file changed

+0
-42
lines changed

1 file changed

+0
-42
lines changed

test/sql-tap/engine.cfg

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,4 @@
11
{
2-
"analyze9.test.lua": {
3-
"memtx": {"engine": "memtx"}
4-
},
5-
"collation_unicode.test.lua": {
6-
"memtx": {"engine": "memtx"}
7-
},
8-
"in2.test.lua": {
9-
"memtx": {"engine": "memtx"}
10-
},
11-
"delete3.test.lua": {
12-
"memtx": {"engine": "memtx"}
13-
},
14-
"sort.test.lua": {
15-
"memtx": {"engine": "memtx"}
16-
},
17-
"gh-3083-ephemeral-unref-tuples.test.lua": {
18-
"memtx": {"engine": "memtx"}
19-
},
20-
"gh-3332-tuple-format-leak.test.lua": {
21-
"memtx": {"engine": "memtx"}
22-
},
23-
"gh-6164-uuid-follow-ups.test.lua": {
24-
"memtx": {"engine": "memtx"}
25-
},
26-
"metatypes.test.lua": {
27-
"memtx": {"engine": "memtx"}
28-
},
29-
"decimal.test.lua": {
30-
"memtx": {"engine": "memtx"}
31-
},
32-
"gh-6239-quote-with-double-arg.test.lua": {
33-
"memtx": {"engine": "memtx"}
34-
},
35-
"built-in-functions.test.lua": {
36-
"memtx": {"engine": "memtx"}
37-
},
38-
"gh-6157-unnecessary-free-on-string.test.lua": {},
39-
"gh-6376-wrong-double-to-dec-cmp.test.lua": {},
40-
"gh-4077-iproto-execute-no-bind.test.lua": {},
41-
"gh-6375-assert-on-unsupported-ext.test.lua": {},
42-
"gh-6485-bugs-in-decimal.test.lua": {},
43-
"gh-6113-assert-in-hex-on-zeroblob.test.lua": {},
442
"*": {
453
"memtx": {"engine": "memtx"},
464
"vinyl": {"engine": "vinyl"}

0 commit comments

Comments
 (0)