Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Commit 29f3942

Browse files
committed
Fix & refactor {space,shard}_nullable_1_1_conn.test.lua
1 parent ec77344 commit 29f3942

8 files changed

+119
-1137
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#!/usr/bin/env tarantool
2+
3+
local fio = require('fio')
4+
5+
-- require in-repo version of graphql/ sources despite current working directory
6+
package.path = fio.abspath(debug.getinfo(1).source:match("@?(.*/)")
7+
:gsub('/./', '/'):gsub('/+$', '')) .. '/../../?.lua' .. ';' .. package.path
8+
9+
local utils = require('test.utils')
10+
local testdata = require('test.testdata.nullable_1_1_conn_testdata')
11+
12+
box.cfg({})
13+
14+
utils.run_testdata(testdata)
15+
16+
os.exit()

test/local/space_nullable_1_1_conn.result

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

test/local/space_nullable_1_1_conn.test.lua

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

0 commit comments

Comments
 (0)