Skip to content

Commit

Permalink
Merge branch 'mcm-share-db-if-readonly' of https://github.com/Relatio…
Browse files Browse the repository at this point in the history
…nalAI/rai-test-julia into mcm-share-db-if-readonly
  • Loading branch information
mcmcgrath13 committed Mar 30, 2024
2 parents 2830dfe + 4e0d0ee commit 5e2edcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/testrel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function create_test_database(name::String, clone_db::Option{String}=nothing; re
# If the status code is 409 and we have retries remaining then let's try a new name
if e isa HTTPError && e.status_code == 409 && retries_remaining > 0
new_name = create_test_database_name()
@warn "Conflict when creating database $name. Trying again with new name $new_name."
@warn "[DB CONFLICT] Conflict when creating database $name. Trying again with new name $new_name."
return create_test_database(
new_name,
clone_db;
Expand Down

0 comments on commit 5e2edcd

Please sign in to comment.