Skip to content

Commit

Permalink
Fix a test failure inside pylib/cqlshlib/test/test_cqlsh_output.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydeepkumar1984 authored and jaydeep1984 committed Oct 9, 2024
1 parent dce07ee commit a145408
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pylib/cqlshlib/test/test_cqlsh_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,9 @@ def test_describe_columnfamily_output(self):
AND memtable_flush_period_in_ms = 0
AND min_index_interval = 128
AND read_repair = 'BLOCKING'
AND speculative_retry = '99p';""" % quote_name(get_keyspace()))
AND speculative_retry = '99p'
AND automated_repair_full = {'enabled': 'true'}
AND automated_repair_incremental = {'enabled': 'true'};""" % quote_name(get_keyspace()))

with cqlsh_testrun(tty=True, env=self.default_env) as c:
for cmdword in ('describe table', 'desc columnfamily'):
Expand Down

0 comments on commit a145408

Please sign in to comment.