Skip to content

Commit a18209b

Browse files
committed
fix failing rerun
1 parent b3c617f commit a18209b

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

tests/functional/003_columns/006_update_events_visitors_pk.log

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
skip-for-sqlite: table (columns) cannot be altered online
22
===
3+
GET /columns/events/visitors
4+
===
5+
200
6+
Content-Type: application/json
7+
Content-Length: 51
8+
9+
{"name":"visitors","type":"bigint","nullable":true}
10+
===
311
PUT /columns/events/visitors
412

513
{"nullable":false}
@@ -18,6 +26,16 @@ Content-Length: 35
1826

1927
{"name":"visitors","type":"bigint"}
2028
===
29+
PUT /columns/events/visitors
30+
31+
{"nullable":true}
32+
===
33+
200
34+
Content-Type: application/json
35+
Content-Length: 4
36+
37+
true
38+
===
2139
GET /columns/events/id
2240
===
2341
200
@@ -40,9 +58,9 @@ GET /columns/events/visitors
4058
===
4159
200
4260
Content-Type: application/json
43-
Content-Length: 35
61+
Content-Length: 51
4462

45-
{"name":"visitors","type":"bigint"}
63+
{"name":"visitors","type":"bigint","nullable":true}
4664
===
4765
PUT /columns/events/id
4866

0 commit comments

Comments
 (0)