Skip to content

Commit 2050115

Browse files
committed
purposely fail on travis-ci to see the output
1 parent 743e475 commit 2050115

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_commands.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ def test_ping(self, r):
9696
assert r.ping()
9797

9898
def test_slowlog_get(self, r):
99+
# fail on purpose on travis
100+
assert [
101+
r.config_get('slowlog-log-slower-than'),
102+
r.config.get('slowlog-max-len')] == [-10, -10]
99103
assert r.slowlog_reset()
100104
unicode_string = unichr(3456) + u('abcd') + unichr(3421)
101105
r.get(unicode_string)

0 commit comments

Comments
 (0)