Skip to content

Commit

Permalink
lightning: fix lightning_various_types integration test (#37883)
Browse files Browse the repository at this point in the history
close #37884
  • Loading branch information
lichunzhu committed Sep 16, 2022
1 parent c5c5cee commit ed9a0cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion br/tests/lightning_various_types/data/vt.json.sql
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ INSERT INTO `json` VALUES
(1464, '[[],[]]'),
(1554, '{"a":{},"b":{}}'),
(1670, '{"foo":["bar","baz"],"":0,"a/b":1,"c%d":2,"e^f":3,"g|h":4,"i\\\\j":5,"k\\"l":6," ":7,"m~n":8}'),
(1764, '[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]'),
-- Use 99 [] here because max json depth is 100, see https://github.com/pingcap/tidb/blob/b5ab19c098720000131f668e8f1190049f1e19e5/types/json_binary.go#L123
(1764, '[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]'),
(1781, '{"-1":6,"1":2}');

-- test for pingcap/tidb-tools#144
Expand Down

0 comments on commit ed9a0cd

Please sign in to comment.