Skip to content

Commit

Permalink
CBQE-7120: Fix force-updates parameter for mad-hatter tests
Browse files Browse the repository at this point in the history
The force-updates parameter is wrong for a mad-hatter ttl test, causing
it to not apply properly and fail.

Change-Id: I687a94969459f82160af8cf47557e38cd795a05b
Reviewed-on: http://review.couchbase.org/c/testrunner/+/157526
Tested-by: Joe Mitchell Jones <joe.mitchelljones@couchbase.com>
Reviewed-by: Thuan Nguyen <soccon@gmail.com>
  • Loading branch information
Joe Mitchell Jones authored and saigon committed Jul 14, 2021
1 parent 00a76a1 commit c484813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/entbackuprestore/entbackuprestore-objstore.conf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ent_backup_restore.enterprise_backup_restore_test.EnterpriseBackupRestoreTest:
test_cbbackupmgr_restore_with_ttl,objstore_provider=s3,replace-ttl=all,GROUP=P1,replace-ttl-with=300,bk-with-ttl=600
test_cbbackupmgr_restore_with_ttl,objstore_provider=s3,replace-ttl=all,GROUP=P1,replace-ttl-with=400
test_cbbackupmgr_restore_with_ttl,objstore_provider=s3,replace-ttl=empty-flag,GROUP=P0,replace-ttl-with=60,should-fail=True
test_cbbackupmgr_restore_with_ttl,objstore_provider=s3,replace-ttl=expired,GROUP=P0,bk-with-ttl=60,replace-ttl-with=0,force_updates=True
test_cbbackupmgr_restore_with_ttl,objstore_provider=s3,replace-ttl=expired,GROUP=P0,bk-with-ttl=60,replace-ttl-with=0,force-updates=True
test_cbbackupmgr_restore_with_ttl,objstore_provider=s3,replace-ttl=expired,GROUP=P0,replace-ttl-with=300
test_cbbackupmgr_restore_with_ttl,objstore_provider=s3,replace-ttl=expired,GROUP=P0,replace-ttl-with=4320000,bk-with-ttl=120
test_cbbackupmgr_restore_with_ttl,objstore_provider=s3,replace-ttl=expired,GROUP=P1,replace-ttl-with=-300,should-fail=True
Expand Down

0 comments on commit c484813

Please sign in to comment.