mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 01:42:37 +08:00
rename the function where it is defined as well as where it is called
This commit is contained in:
parent
9e15872418
commit
5e8e2ef2a6
@ -416,7 +416,7 @@ def test_timeouts(db):
|
||||
def test_combinations(db):
|
||||
# (1) Cancellation does survive on_error() even when retry limit is hit
|
||||
@retry_with_timeout(default_timeout)
|
||||
def txn2(tr):
|
||||
def txn1(tr):
|
||||
tr.options.set_retry_limit(0)
|
||||
tr.cancel()
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user