Skip to content

Commit b89d534

Browse files
authored
Merge pull request #226 from codecrafters-io/upgrade-tester-utils-0.4.9
Upgrade tester-utils to 0.4.9
2 parents 10d8734 + a60854b commit b89d534

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
module github.com/codecrafters-io/redis-tester
22

3-
go 1.24
3+
go 1.24.0
44

55
toolchain go1.24.2
66

77
require (
8-
github.com/codecrafters-io/tester-utils v0.4.8
8+
github.com/codecrafters-io/tester-utils v0.4.9
99
github.com/hdt3213/rdb v1.2.0
1010
github.com/stretchr/testify v1.10.0
1111
github.com/tidwall/pretty v1.2.1
@@ -19,7 +19,7 @@ require (
1919
github.com/mattn/go-isatty v0.0.20 // indirect
2020
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
2121
github.com/pmezard/go-difflib v1.0.0 // indirect
22-
golang.org/x/sys v0.35.0 // indirect
22+
golang.org/x/sys v0.37.0 // indirect
2323
gopkg.in/yaml.v2 v2.4.0 // indirect
2424
)
2525

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ github.com/chenzhuoyu/base64x v0.0.0-20211019084208-fb5309c8db06/go.mod h1:DH46F
66
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311/go.mod h1:b583jCggY9gE99b6G5LEC39OIiVsWj+R97kbl5odCEk=
77
github.com/cloudwego/base64x v0.1.4/go.mod h1:0zlkT4Wn5C6NdauXdJRhSKRlJvmclQ1hhJgA0rcu/8w=
88
github.com/cloudwego/iasm v0.2.0/go.mod h1:8rXZaNYT2n95jn+zTI1sDr+IgcD2GVs0nlbbQPiEFhY=
9-
github.com/codecrafters-io/tester-utils v0.4.8 h1:+37SwsQ93ni+Tkz1/tNoDuqYbhvOS0nsbdeJrzRumpc=
10-
github.com/codecrafters-io/tester-utils v0.4.8/go.mod h1:Fyrv4IebzjWtvKfpYf8ooYDoOtjYe2qx8bV7KAJpX+w=
9+
github.com/codecrafters-io/tester-utils v0.4.9 h1:4J9ZdYB8A2vktofPK9ZlaaXOXP1dZD9zSv6cwDZ9srU=
10+
github.com/codecrafters-io/tester-utils v0.4.9/go.mod h1:Fyrv4IebzjWtvKfpYf8ooYDoOtjYe2qx8bV7KAJpX+w=
1111
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
1212
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
1313
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
@@ -43,8 +43,8 @@ golang.org/x/arch v0.9.0/go.mod h1:FEVrYAQjsQXMVJ1nsMoVVXPZg6p2JE2mx8psSWTDQys=
4343
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
4444
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
4545
golang.org/x/sys v0.24.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
46-
golang.org/x/sys v0.35.0 h1:vz1N37gP5bs89s7He8XuIYXpyY0+QlsKmzipCbUtyxI=
47-
golang.org/x/sys v0.35.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
46+
golang.org/x/sys v0.37.0 h1:fdNQudmxPjkdUTPnLn5mdQv7Zwvbvpaxqs831goi9kQ=
47+
golang.org/x/sys v0.37.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
4848
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
4949
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
5050
gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=

internal/test_helpers/fixtures/bind/failure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
[tester::#JM1] Connecting to port 6379...
44
[your_program] hey, not going to bind!
55
[tester::#JM1] Failed to connect to port 6379.
6-
[tester::#JM1] Test failed (try setting 'debug: true' in your codecrafters.yml to see more details)
6+
[tester::#JM1] Test failed

internal/test_helpers/fixtures/bind/timeout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
[tester::#JM1] Failed to connect to port 6379, retrying in 1s
1616
[tester::#JM1] Failed to connect to port 6379, retrying in 1s
1717
[tester::#JM1] timed out, test exceeded 15 seconds
18-
[tester::#JM1] Test failed (try setting 'debug: true' in your codecrafters.yml to see more details)
18+
[tester::#JM1] Test failed

internal/test_helpers/fixtures/ping-pong/without_crlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
[tester::#RG2] Received: "+PONG"
66
[tester::#RG2]  ^ error
77
[tester::#RG2] Error: Expected \r\n at the end of a simple string
8-
[tester::#RG2] Test failed (try setting 'debug: true' in your codecrafters.yml to see more details)
8+
[tester::#RG2] Test failed

internal/test_helpers/fixtures/ping-pong/without_read_multiple_pongs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
[your_program] Logs from your program will appear here!
44
[tester::#RG2] [client] $ redis-cli PING
55
[tester::#RG2] Found extra data: "+PONG\r\n+PONG\r\n"
6-
[tester::#RG2] Test failed (try setting 'debug: true' in your codecrafters.yml to see more details)
6+
[tester::#RG2] Test failed

0 commit comments

Comments
 (0)