Skip to content

Commit

Permalink
fix Axon tests
Browse files Browse the repository at this point in the history
Summary:
re T165462020
for failed deletes, `axonlog_default_region_filter` must be always provided

Reviewed By: disylh

Differential Revision: D49955715

fbshipit-source-id: 74ac7044997615154c5eb85d4b2dbe1faa9e3382
  • Loading branch information
Lenar Fatikhov authored and facebook-github-bot committed Oct 5, 2023
1 parent b4cb02e commit 9982d1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion mcrouter/test/test_axon_log.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"axonlog": true,
"axonlog_tier": "axon.dl_memcache",
"axonlog_keyspace": 4,
"axonlog_all_delete": false
"axonlog_all_delete": false,
"axonlog_default_region_filter": "georgia"
}
}
3 changes: 2 additions & 1 deletion mcrouter/test/test_axon_log_alldelete.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"axonlog": true,
"axonlog_tier": "axon.dl_memcache",
"axonlog_keyspace": 4,
"axonlog_all_delete": true
"axonlog_all_delete": true,
"axonlog_default_region_filter": "georgia"
}
}

0 comments on commit 9982d1d

Please sign in to comment.