Commit 962f2b3
authored
Update info.tcl test to revert client output limits sooner (redis#13738)
This PR is based on: valkey-io/valkey#1462
We set the client output buffer limits to 10 bytes, and then execute
info stats which produces more than 10 bytes of output, which can cause
that command to throw an error.
I'm not sure why it wasn't consistently erroring before, might have been
some change related to the ubuntu upgrade though.
failed CI:
https://github.com/redis/redis/actions/runs/12738281720/job/35500381299
------
Co-authored-by: Madelyn Olson
[[email protected]](mailto:[email protected])1 parent 4d8c056 commit 962f2b3
1 file changed
+15
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
1 | 14 | | |
2 | 15 | | |
3 | 16 | | |
| |||
386 | 399 | | |
387 | 400 | | |
388 | 401 | | |
| 402 | + | |
389 | 403 | | |
390 | 404 | | |
391 | | - | |
392 | | - | |
| 405 | + | |
393 | 406 | | |
394 | 407 | | |
395 | 408 | | |
| |||
0 commit comments