Skip to content

Commit

Permalink
Update test results
Browse files Browse the repository at this point in the history
  • Loading branch information
ybd-bot committed Jan 12, 2025
1 parent ca56577 commit 896adf5
Show file tree
Hide file tree
Showing 16 changed files with 188 additions and 231 deletions.
6 changes: 3 additions & 3 deletions AliyunRedis-4.0.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@
test: xtrim command with MINID/LIMIT version skipped
test: psubscribe command passed
test: psubscribe with RESET version skipped
test: publish command run test error Connection closed by server.
test: publish command passed
test: pubsub channels command passed
test: pubsub numpat command passed
test: pubsub numsub command passed
Expand All @@ -414,7 +414,7 @@
test: subscribe command passed
test: subscribe with RESET version skipped
test: sunsubscribe command version skipped
test: unsubscribe command run test error Connection closed by server.
test: unsubscribe command passed
-------- The result of tests --------
Summary: version: 4.0.0, total tests: 194, passed: 194, rate: 100.00%
Summary: version: 4.0.0, total tests: 196, passed: 196, rate: 100.00%
</pre>
4 changes: 2 additions & 2 deletions AliyunRedis-6.0.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@
test: subscribe command passed
test: subscribe with RESET version skipped
test: sunsubscribe command version skipped
test: unsubscribe command run test error Connection closed by server.
test: unsubscribe command passed
-------- The result of tests --------
Summary: version: 6.0.0, total tests: 227, passed: 227, rate: 100.00%
Summary: version: 6.0.0, total tests: 228, passed: 228, rate: 100.00%
</pre>
4 changes: 2 additions & 2 deletions AliyunRedis-7.0.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -412,9 +412,9 @@
test: spublish command passed
test: ssubscribe command passed
test: subscribe command passed
test: subscribe with RESET run test error Connection closed by server.
test: subscribe with RESET passed
test: sunsubscribe command passed
test: unsubscribe command passed
-------- The result of tests --------
Summary: version: 7.0.0, total tests: 349, passed: 349, rate: 100.00%
Summary: version: 7.0.0, total tests: 350, passed: 350, rate: 100.00%
</pre>
7 changes: 4 additions & 3 deletions AliyunRedisCluster-4.0.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
test: rename command tags skipped
test: renamenx command failed
test: renamenx command tags skipped
test: randomkey command passed
test: randomkey command failed
test: exists command passed
test: ttl command passed
test: pttl command passed
Expand Down Expand Up @@ -416,10 +416,11 @@
test: sunsubscribe command version skipped
test: unsubscribe command run test error only (P/S)SUBSCRIBE / (P/S)UNSUBSCRIBE / PING / QUIT allowed in this context
-------- The result of tests --------
Summary: version: 4.0.0, total tests: 189, passed: 153, rate: 80.95%
Summary: version: 4.0.0, total tests: 189, passed: 152, rate: 80.42%
This is failed tests for 4.0.0:
FailedTest(name='rename command', reason=RedisClusterException('rename - all keys must map to the same key slot'))
FailedTest(name='renamenx command', reason=RedisClusterException('renamenx - all keys must map to the same key slot'))
FailedTest(name='randomkey command', reason='expected: k, result: None')
FailedTest(name='keys command', reason=RedisClusterException('mset - all keys must map to the same key slot'))
FailedTest(name='sdiff command', reason=RedisClusterException('sdiff - all keys must map to the same key slot'))
FailedTest(name='sdiffstore command', reason=RedisClusterException('sdiffstore - all keys must map to the same key slot'))
Expand All @@ -439,7 +440,7 @@
FailedTest(name='brpoplpush command', reason=RedisClusterException('brpoplpush - all keys must map to the same key slot'))
FailedTest(name='unwatch command', reason=RedisClusterException("No way to dispatch this command to Redis Cluster. Missing key.\nYou can execute the command by specifying target nodes.\nCommand: ('unwatch',)"))
FailedTest(name='watch command', reason=RedisClusterException("No way to dispatch this command to Redis Cluster. Missing key.\nYou can execute the command by specifying target nodes.\nCommand: ('unwatch',)"))
FailedTest(name='scan command', reason="expected: ['0', ['k']], result: ({'172.16.0.46:6379': 72057594037927936}, ['k'])")
FailedTest(name='scan command', reason="expected: ['0', ['k']], result: ({'172.16.0.71:6379': 72057594037927936}, ['k'])")
FailedTest(name='blpop command', reason=RedisClusterException('blpop - all keys must map to the same key slot'))
FailedTest(name='brpop command', reason=RedisClusterException('brpop - all keys must map to the same key slot'))
FailedTest(name='zinterstore command', reason=RedisClusterException('zinterstore - all keys must map to the same key slot'))
Expand Down
2 changes: 1 addition & 1 deletion AliyunRedisCluster-5.0.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@
FailedTest(name='brpoplpush command', reason=RedisClusterException('brpoplpush - all keys must map to the same key slot'))
FailedTest(name='unwatch command', reason=RedisClusterException("No way to dispatch this command to Redis Cluster. Missing key.\nYou can execute the command by specifying target nodes.\nCommand: ('unwatch',)"))
FailedTest(name='watch command', reason=RedisClusterException("No way to dispatch this command to Redis Cluster. Missing key.\nYou can execute the command by specifying target nodes.\nCommand: ('unwatch',)"))
FailedTest(name='scan command', reason="expected: ['0', ['k']], result: ({'172.16.0.46:6379': 72057594037927936}, ['k'])")
FailedTest(name='scan command', reason="expected: ['0', ['k']], result: ({'172.16.0.71:6379': 72057594037927936}, ['k'])")
FailedTest(name='blpop command', reason=RedisClusterException('blpop - all keys must map to the same key slot'))
FailedTest(name='brpop command', reason=RedisClusterException('brpop - all keys must map to the same key slot'))
FailedTest(name='zinterstore command', reason=RedisClusterException('zinterstore - all keys must map to the same key slot'))
Expand Down
4 changes: 2 additions & 2 deletions AliyunRedisCluster-6.0.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -439,8 +439,8 @@
FailedTest(name='brpoplpush command', reason=RedisClusterException('brpoplpush - all keys must map to the same key slot'))
FailedTest(name='unwatch command', reason=RedisClusterException("No way to dispatch this command to Redis Cluster. Missing key.\nYou can execute the command by specifying target nodes.\nCommand: ('unwatch',)"))
FailedTest(name='watch command', reason=RedisClusterException("No way to dispatch this command to Redis Cluster. Missing key.\nYou can execute the command by specifying target nodes.\nCommand: ('unwatch',)"))
FailedTest(name='scan command', reason="expected: ['0', ['k']], result: ({'172.16.0.46:6379': 72057594037927936}, ['k'])")
FailedTest(name='scan with TYPE', reason="expected: ['0', ['geokey']], result: ({'172.16.0.46:6379': 72057594037927936}, ['geokey'])")
FailedTest(name='scan command', reason="expected: ['0', ['k']], result: ({'172.16.0.71:6379': 72057594037927936}, ['k'])")
FailedTest(name='scan with TYPE', reason="expected: ['0', ['geokey']], result: ({'172.16.0.71:6379': 72057594037927936}, ['geokey'])")
FailedTest(name='brpop with double timeout', reason=RedisClusterException('brpop - all keys must map to the same key slot'))
FailedTest(name='brpoplpush with double timeout', reason=RedisClusterException('brpoplpush - all keys must map to the same key slot'))
FailedTest(name='bitfield_ro command', reason=ResponseError("unknown command 'BITFIELD_RO'"))
Expand Down
4 changes: 2 additions & 2 deletions AliyunRedisCluster-7.0.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -460,8 +460,8 @@
FailedTest(name='brpoplpush command', reason=RedisClusterException('brpoplpush - all keys must map to the same key slot'))
FailedTest(name='unwatch command', reason=RedisClusterException("No way to dispatch this command to Redis Cluster. Missing key.\nYou can execute the command by specifying target nodes.\nCommand: ('unwatch',)"))
FailedTest(name='watch command', reason=RedisClusterException("No way to dispatch this command to Redis Cluster. Missing key.\nYou can execute the command by specifying target nodes.\nCommand: ('unwatch',)"))
FailedTest(name='scan command', reason="expected: ['0', ['k']], result: ({'172.16.0.46:6379': 72057594037927936}, ['k'])")
FailedTest(name='scan with TYPE', reason="expected: ['0', ['geokey']], result: ({'172.16.0.46:6379': 72057594037927936}, ['geokey'])")
FailedTest(name='scan command', reason="expected: ['0', ['k']], result: ({'172.16.0.71:6379': 72057594037927936}, ['k'])")
FailedTest(name='scan with TYPE', reason="expected: ['0', ['geokey']], result: ({'172.16.0.71:6379': 72057594037927936}, ['geokey'])")
FailedTest(name='brpop with double timeout', reason=RedisClusterException('brpop - all keys must map to the same key slot'))
FailedTest(name='brpoplpush with double timeout', reason=RedisClusterException('brpoplpush - all keys must map to the same key slot'))
FailedTest(name='bitfield_ro command', reason=ResponseError("unknown command 'BITFIELD_RO'"))
Expand Down
4 changes: 2 additions & 2 deletions AliyunTair-4.0.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@
test: subscribe command passed
test: subscribe with RESET version skipped
test: sunsubscribe command version skipped
test: unsubscribe command run test error Connection closed by server.
test: unsubscribe command passed
-------- The result of tests --------
Summary: version: 4.0.0, total tests: 194, passed: 194, rate: 100.00%
Summary: version: 4.0.0, total tests: 195, passed: 195, rate: 100.00%
</pre>
4 changes: 2 additions & 2 deletions AliyunTair-7.0.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -411,10 +411,10 @@
test: punsubscribe command passed
test: spublish command passed
test: ssubscribe command passed
test: subscribe command run test error Connection closed by server.
test: subscribe command passed
test: subscribe with RESET passed
test: sunsubscribe command passed
test: unsubscribe command passed
-------- The result of tests --------
Summary: version: 7.0.0, total tests: 348, passed: 348, rate: 100.00%
Summary: version: 7.0.0, total tests: 349, passed: 349, rate: 100.00%
</pre>
2 changes: 1 addition & 1 deletion AliyunTairCluster-4.0.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@
FailedTest(name='brpoplpush command', reason=RedisClusterException('brpoplpush - all keys must map to the same key slot'))
FailedTest(name='unwatch command', reason=RedisClusterException("No way to dispatch this command to Redis Cluster. Missing key.\nYou can execute the command by specifying target nodes.\nCommand: ('unwatch',)"))
FailedTest(name='watch command', reason=RedisClusterException("No way to dispatch this command to Redis Cluster. Missing key.\nYou can execute the command by specifying target nodes.\nCommand: ('unwatch',)"))
FailedTest(name='scan command', reason="expected: ['0', ['k']], result: ({'172.16.0.45:6379': 72057594037927936}, ['k'])")
FailedTest(name='scan command', reason="expected: ['0', ['k']], result: ({'172.16.0.70:6379': 72057594037927936}, ['k'])")
FailedTest(name='blpop command', reason=RedisClusterException('blpop - all keys must map to the same key slot'))
FailedTest(name='brpop command', reason=RedisClusterException('brpop - all keys must map to the same key slot'))
FailedTest(name='zinterstore command', reason=RedisClusterException('zinterstore - all keys must map to the same key slot'))
Expand Down
2 changes: 1 addition & 1 deletion AliyunTairCluster-5.0.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@
FailedTest(name='brpoplpush command', reason=RedisClusterException('brpoplpush - all keys must map to the same key slot'))
FailedTest(name='unwatch command', reason=RedisClusterException("No way to dispatch this command to Redis Cluster. Missing key.\nYou can execute the command by specifying target nodes.\nCommand: ('unwatch',)"))
FailedTest(name='watch command', reason=RedisClusterException("No way to dispatch this command to Redis Cluster. Missing key.\nYou can execute the command by specifying target nodes.\nCommand: ('unwatch',)"))
FailedTest(name='scan command', reason="expected: ['0', ['k']], result: ({'172.16.0.45:6379': 72057594037927936}, ['k'])")
FailedTest(name='scan command', reason="expected: ['0', ['k']], result: ({'172.16.0.70:6379': 72057594037927936}, ['k'])")
FailedTest(name='blpop command', reason=RedisClusterException('blpop - all keys must map to the same key slot'))
FailedTest(name='brpop command', reason=RedisClusterException('brpop - all keys must map to the same key slot'))
FailedTest(name='zinterstore command', reason=RedisClusterException('zinterstore - all keys must map to the same key slot'))
Expand Down
9 changes: 5 additions & 4 deletions AliyunTairCluster-6.0.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
test: rename command tags skipped
test: renamenx command failed
test: renamenx command tags skipped
test: randomkey command passed
test: randomkey command failed
test: exists command passed
test: ttl command passed
test: pttl command passed
Expand Down Expand Up @@ -416,10 +416,11 @@
test: sunsubscribe command version skipped
test: unsubscribe command run test error only (P/S)SUBSCRIBE / (P/S)UNSUBSCRIBE / PING / QUIT allowed in this context
-------- The result of tests --------
Summary: version: 6.0.0, total tests: 221, passed: 181, rate: 81.90%
Summary: version: 6.0.0, total tests: 221, passed: 180, rate: 81.45%
This is failed tests for 6.0.0:
FailedTest(name='rename command', reason=RedisClusterException('rename - all keys must map to the same key slot'))
FailedTest(name='renamenx command', reason=RedisClusterException('renamenx - all keys must map to the same key slot'))
FailedTest(name='randomkey command', reason='expected: k, result: None')
FailedTest(name='keys command', reason=RedisClusterException('mset - all keys must map to the same key slot'))
FailedTest(name='sdiff command', reason=RedisClusterException('sdiff - all keys must map to the same key slot'))
FailedTest(name='sdiffstore command', reason=RedisClusterException('sdiffstore - all keys must map to the same key slot'))
Expand All @@ -439,8 +440,8 @@
FailedTest(name='brpoplpush command', reason=RedisClusterException('brpoplpush - all keys must map to the same key slot'))
FailedTest(name='unwatch command', reason=RedisClusterException("No way to dispatch this command to Redis Cluster. Missing key.\nYou can execute the command by specifying target nodes.\nCommand: ('unwatch',)"))
FailedTest(name='watch command', reason=RedisClusterException("No way to dispatch this command to Redis Cluster. Missing key.\nYou can execute the command by specifying target nodes.\nCommand: ('unwatch',)"))
FailedTest(name='scan command', reason="expected: ['0', ['k']], result: ({'172.16.0.45:6379': 72057594037927936}, ['k'])")
FailedTest(name='scan with TYPE', reason="expected: ['0', ['geokey']], result: ({'172.16.0.45:6379': 72057594037927936}, ['geokey'])")
FailedTest(name='scan command', reason="expected: ['0', ['k']], result: ({'172.16.0.70:6379': 72057594037927936}, ['k'])")
FailedTest(name='scan with TYPE', reason="expected: ['0', ['geokey']], result: ({'172.16.0.70:6379': 72057594037927936}, ['geokey'])")
FailedTest(name='brpop with double timeout', reason=RedisClusterException('brpop - all keys must map to the same key slot'))
FailedTest(name='brpoplpush with double timeout', reason=RedisClusterException('brpoplpush - all keys must map to the same key slot'))
FailedTest(name='bitfield_ro command', reason=ResponseError("unknown command 'BITFIELD_RO'"))
Expand Down
9 changes: 5 additions & 4 deletions AliyunTairCluster-7.0.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
test: rename command tags skipped
test: renamenx command failed
test: renamenx command tags skipped
test: randomkey command passed
test: randomkey command failed
test: exists command passed
test: ttl command passed
test: pttl command passed
Expand Down Expand Up @@ -416,10 +416,11 @@
test: sunsubscribe command run test error only (P/S)SUBSCRIBE / (P/S)UNSUBSCRIBE / PING / QUIT allowed in this context
test: unsubscribe command run test error only (P/S)SUBSCRIBE / (P/S)UNSUBSCRIBE / PING / QUIT allowed in this context
-------- The result of tests --------
Summary: version: 7.0.0, total tests: 336, passed: 255, rate: 75.89%
Summary: version: 7.0.0, total tests: 336, passed: 254, rate: 75.60%
This is failed tests for 7.0.0:
FailedTest(name='rename command', reason=RedisClusterException('rename - all keys must map to the same key slot'))
FailedTest(name='renamenx command', reason=RedisClusterException('renamenx - all keys must map to the same key slot'))
FailedTest(name='randomkey command', reason='expected: k, result: None')
FailedTest(name='keys command', reason=RedisClusterException('mset - all keys must map to the same key slot'))
FailedTest(name='sdiff command', reason=RedisClusterException('sdiff - all keys must map to the same key slot'))
FailedTest(name='sdiffstore command', reason=RedisClusterException('sdiffstore - all keys must map to the same key slot'))
Expand Down Expand Up @@ -460,8 +461,8 @@
FailedTest(name='brpoplpush command', reason=RedisClusterException('brpoplpush - all keys must map to the same key slot'))
FailedTest(name='unwatch command', reason=RedisClusterException("No way to dispatch this command to Redis Cluster. Missing key.\nYou can execute the command by specifying target nodes.\nCommand: ('unwatch',)"))
FailedTest(name='watch command', reason=RedisClusterException("No way to dispatch this command to Redis Cluster. Missing key.\nYou can execute the command by specifying target nodes.\nCommand: ('unwatch',)"))
FailedTest(name='scan command', reason="expected: ['0', ['k']], result: ({'172.16.0.45:6379': 72057594037927936}, ['k'])")
FailedTest(name='scan with TYPE', reason="expected: ['0', ['geokey']], result: ({'172.16.0.45:6379': 72057594037927936}, ['geokey'])")
FailedTest(name='scan command', reason="expected: ['0', ['k']], result: ({'172.16.0.70:6379': 72057594037927936}, ['k'])")
FailedTest(name='scan with TYPE', reason="expected: ['0', ['geokey']], result: ({'172.16.0.70:6379': 72057594037927936}, ['geokey'])")
FailedTest(name='brpop with double timeout', reason=RedisClusterException('brpop - all keys must map to the same key slot'))
FailedTest(name='brpoplpush with double timeout', reason=RedisClusterException('brpoplpush - all keys must map to the same key slot'))
FailedTest(name='bitfield_ro command', reason=ResponseError("unknown command 'BITFIELD_RO'"))
Expand Down
4 changes: 2 additions & 2 deletions Kvrocks-7.0.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@
test: xtrim command failed
test: xtrim command with MINID/LIMIT failed
test: psubscribe command passed
test: psubscribe with RESET run test error Connection closed by server.
test: psubscribe with RESET passed
test: publish command passed
test: pubsub channels command passed
test: pubsub numpat command passed
Expand All @@ -416,7 +416,7 @@
test: sunsubscribe command passed
test: unsubscribe command passed
-------- The result of tests --------
Summary: version: 7.0.0, total tests: 349, passed: 288, rate: 82.52%
Summary: version: 7.0.0, total tests: 350, passed: 289, rate: 82.57%
This is failed tests for 7.0.0:
FailedTest(name='keys command', reason=ResponseError('only keys prefix match was supported'))
FailedTest(name='srandmember command', reason="expected: 0, result: ['0']")
Expand Down
Loading

0 comments on commit 896adf5

Please sign in to comment.