diff --git a/src/commands/xinfo-stream.json b/src/commands/xinfo-stream.json index 018826f91..609dc336d 100644 --- a/src/commands/xinfo-stream.json +++ b/src/commands/xinfo-stream.json @@ -292,7 +292,8 @@ }, "seen-time": { "description": "timestamp of the last interaction attempt of the consumer", - "type": "integer" + "type": "integer", + "minimum": 0 }, "pel-count": { "description": "number of unacknowledged entries that belong to the consumer", diff --git a/tests/integration/corrupt-dump-fuzzer.tcl b/tests/integration/corrupt-dump-fuzzer.tcl index 132f8891c..206e503fc 100644 --- a/tests/integration/corrupt-dump-fuzzer.tcl +++ b/tests/integration/corrupt-dump-fuzzer.tcl @@ -1,6 +1,8 @@ # tests of corrupt listpack payload with valid CRC -tags {"dump" "corruption" "external:skip"} { +# The fuzzer can cause corrupt the state in many places, which could +# mess up the reply, so we decided to skip logreqres. +tags {"dump" "corruption" "external:skip" "logreqres:skip"} { # catch sigterm so that in case one of the random command hangs the test, # usually due to redis not putting a response in the output buffers,