Skip to content

Commit

Permalink
branch-3.0: [Fix](regression) Fix flaky test `fault_injection_p0/clou…
Browse files Browse the repository at this point in the history
…d/test_cloud_mow_stale_resp_load_load_conflict` (#43843)

Cherry-picked from #43448

Co-authored-by: bobhan1 <[email protected]>
  • Loading branch information
github-actions[bot] and bobhan1 authored Nov 14, 2024
1 parent 41ebfc1 commit d7ee8d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1622,7 +1622,7 @@ class Suite implements GroovyInterceptable {
}

void setFeConfig(String key, Object value) {
sql "ADMIN SET FRONTEND CONFIG ('${key}' = '${value}')"
sql "ADMIN SET ALL FRONTEND CONFIG ('${key}' = '${value}')"
}

void setFeConfigTemporary(Map<String, Object> tempConfig, Closure actionSupplier) {
Expand Down

0 comments on commit d7ee8d4

Please sign in to comment.