Skip to content

Commit fe3a240

Browse files
ci: add regenerated fixtures
1 parent 5a830a6 commit fe3a240

File tree

5 files changed

+11
-16
lines changed

5 files changed

+11
-16
lines changed

internal/test_helpers/fixtures/bind/failure

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[tester::#JM1] Running tests for Stage #JM1 (jm1)
22
[tester::#JM1] $ ./spawn_redis_server.sh
3-
[tester::#JM1] Test log for testing regenerate_fixtures
43
[tester::#JM1] Connecting to port 6379...
54
[your_program] hey, not going to bind!
65
[tester::#JM1] Failed to connect to port 6379.

internal/test_helpers/fixtures/bind/success

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ Debug = true
22

33
[tester::#JM1] Running tests for Stage #JM1 (jm1)
44
[tester::#JM1] $ ./spawn_redis_server.sh
5-
[tester::#JM1] Test log for testing regenerate_fixtures
65
[tester::#JM1] Connecting to port 6379...
76
[your_program] hey, binding to 6379
87
[tester::#JM1] Connection successful

internal/test_helpers/fixtures/bind/timeout

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[tester::#JM1] Running tests for Stage #JM1 (jm1)
22
[tester::#JM1] $ ./spawn_redis_server.sh
3-
[tester::#JM1] Test log for testing regenerate_fixtures
43
[tester::#JM1] Connecting to port 6379...
54
[your_program] hey, not going to bind!
65
[tester::#JM1] Failed to connect to port 6379, retrying in 1s

internal/test_helpers/fixtures/expiry/pass

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@ Debug = true
22

33
[tester::#YZ1] Running tests for Stage #YZ1 (yz1)
44
[tester::#YZ1] $ ./spawn_redis_server.sh
5-
[tester::#YZ1] [client] Connected (port 37626 -> port 6379)
5+
[tester::#YZ1] [client] Connected (port 54044 -> port 6379)
66
[tester::#YZ1] [client] $ redis-cli SET apple blueberry PX 100
77
[tester::#YZ1] [client] Sent bytes: "*5\r\n$3\r\nSET\r\n$5\r\napple\r\n$9\r\nblueberry\r\n$2\r\nPX\r\n$3\r\n100\r\n"
88
[tester::#YZ1] [client] Received bytes: "+OK\r\n"
99
[tester::#YZ1] [client] Received RESP simple string: "OK"
1010
[tester::#YZ1] [client] ✔︎ Received "OK"
11-
[tester::#YZ1] Received OK at 04:15:22.748
12-
[tester::#YZ1] Fetching key "apple" at 04:15:22.748 (should not be expired)
11+
[tester::#YZ1] Received OK at 04:28:34.579
12+
[tester::#YZ1] Fetching key "apple" at 04:28:34.579 (should not be expired)
1313
[tester::#YZ1] [client] > GET apple
1414
[tester::#YZ1] [client] Sent bytes: "*2\r\n$3\r\nGET\r\n$5\r\napple\r\n"
1515
[tester::#YZ1] [client] Received bytes: "$9\r\nblueberry\r\n"
1616
[tester::#YZ1] [client] Received RESP bulk string: "blueberry"
1717
[tester::#YZ1] [client] ✔︎ Received "blueberry"
1818
[tester::#YZ1] Sleeping for 101ms
19-
[tester::#YZ1] Fetching key "apple" at 04:15:22.851 (should be expired)
19+
[tester::#YZ1] Fetching key "apple" at 04:28:34.682 (should be expired)
2020
[tester::#YZ1] [client] > GET apple
2121
[tester::#YZ1] [client] Sent bytes: "*2\r\n$3\r\nGET\r\n$5\r\napple\r\n"
2222
[tester::#YZ1] [client] Received bytes: "$-1\r\n"
@@ -28,7 +28,7 @@ Debug = true
2828

2929
[tester::#LA7] Running tests for Stage #LA7 (la7)
3030
[tester::#LA7] $ ./spawn_redis_server.sh
31-
[tester::#LA7] [client] Connected (port 37634 -> port 6379)
31+
[tester::#LA7] [client] Connected (port 54056 -> port 6379)
3232
[tester::#LA7] Setting key blueberry to raspberry
3333
[tester::#LA7] [client] $ redis-cli SET blueberry raspberry
3434
[tester::#LA7] [client] Sent bytes: "*3\r\n$3\r\nSET\r\n$9\r\nblueberry\r\n$9\r\nraspberry\r\n"
@@ -47,7 +47,7 @@ Debug = true
4747

4848
[tester::#QQ0] Running tests for Stage #QQ0 (qq0)
4949
[tester::#QQ0] $ ./spawn_redis_server.sh
50-
[tester::#QQ0] [client] Connected (port 37642 -> port 6379)
50+
[tester::#QQ0] [client] Connected (port 54070 -> port 6379)
5151
[tester::#QQ0] [client] $ redis-cli ECHO pear
5252
[tester::#QQ0] [client] Sent bytes: "*2\r\n$4\r\nECHO\r\n$4\r\npear\r\n"
5353
[tester::#QQ0] [client] Received bytes: "$4\r\npear\r\n"
@@ -59,13 +59,13 @@ Debug = true
5959

6060
[tester::#ZU2] Running tests for Stage #ZU2 (zu2)
6161
[tester::#ZU2] $ ./spawn_redis_server.sh
62-
[tester::#ZU2] [client-1] Connected (port 37664 -> port 6379)
62+
[tester::#ZU2] [client-1] Connected (port 54090 -> port 6379)
6363
[tester::#ZU2] [client-1] $ redis-cli PING
6464
[tester::#ZU2] [client-1] Sent bytes: "*1\r\n$4\r\nPING\r\n"
6565
[tester::#ZU2] [client-1] Received bytes: "+PONG\r\n"
6666
[tester::#ZU2] [client-1] Received RESP simple string: "PONG"
6767
[tester::#ZU2] [client-1] ✔︎ Received "PONG"
68-
[tester::#ZU2] [client-2] Connected (port 37672 -> port 6379)
68+
[tester::#ZU2] [client-2] Connected (port 54104 -> port 6379)
6969
[tester::#ZU2] [client-2] $ redis-cli PING
7070
[tester::#ZU2] [client-2] Sent bytes: "*1\r\n$4\r\nPING\r\n"
7171
[tester::#ZU2] [client-2] Received bytes: "+PONG\r\n"
@@ -87,7 +87,7 @@ Debug = true
8787
[tester::#ZU2] [client-2] Received RESP simple string: "PONG"
8888
[tester::#ZU2] [client-2] ✔︎ Received "PONG"
8989
[tester::#ZU2] [client-1] Success, closing connection...
90-
[tester::#ZU2] [client-3] Connected (port 37676 -> port 6379)
90+
[tester::#ZU2] [client-3] Connected (port 54118 -> port 6379)
9191
[tester::#ZU2] [client-3] $ redis-cli PING
9292
[tester::#ZU2] [client-3] Sent bytes: "*1\r\n$4\r\nPING\r\n"
9393
[tester::#ZU2] [client-3] Received bytes: "+PONG\r\n"
@@ -101,7 +101,7 @@ Debug = true
101101

102102
[tester::#WY1] Running tests for Stage #WY1 (wy1)
103103
[tester::#WY1] $ ./spawn_redis_server.sh
104-
[tester::#WY1] [client-1] Connected (port 37692 -> port 6379)
104+
[tester::#WY1] [client-1] Connected (port 54138 -> port 6379)
105105
[tester::#WY1] [client-1] $ redis-cli PING
106106
[tester::#WY1] [client-1] Sent bytes: "*1\r\n$4\r\nPING\r\n"
107107
[tester::#WY1] [client-1] Received bytes: "+PONG\r\n"
@@ -124,7 +124,7 @@ Debug = true
124124

125125
[tester::#RG2] Running tests for Stage #RG2 (rg2)
126126
[tester::#RG2] $ ./spawn_redis_server.sh
127-
[tester::#RG2] [client] Connected (port 37714 -> port 6379)
127+
[tester::#RG2] [client] Connected (port 54150 -> port 6379)
128128
[tester::#RG2] Connection established, sending ping command...
129129
[tester::#RG2] [client] $ redis-cli PING
130130
[tester::#RG2] [client] Sent bytes: "*1\r\n$4\r\nPING\r\n"
@@ -137,7 +137,6 @@ Debug = true
137137

138138
[tester::#JM1] Running tests for Stage #JM1 (jm1)
139139
[tester::#JM1] $ ./spawn_redis_server.sh
140-
[tester::#JM1] Test log for testing regenerate_fixtures
141140
[tester::#JM1] Connecting to port 6379...
142141
[tester::#JM1] Connection successful
143142
[tester::#JM1] Test passed.

internal/test_helpers/fixtures/ping-pong/slow_response

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
[tester::#JM1] Running tests for Stage #JM1 (jm1)
99
[tester::#JM1] $ ./spawn_redis_server.sh
10-
[tester::#JM1] Test log for testing regenerate_fixtures
1110
[tester::#JM1] Connecting to port 6379...
1211
[your_program] hey, binding to 6379
1312
[tester::#JM1] Test passed.

0 commit comments

Comments
 (0)