Commit a9ee084
committed
dt/audit: Add 'rpc::service_unavailable' to upgrade test allow list
This test works by performing a rolling upgrade and verifying audit log
function at each stage. With RPC-based audit logging enabled, the audit
client on some node can race against service startup on some other, recently
upgraded node, resulting in transient RPC error logs on the source node.
In these cases the audit log client will immediately retry to avoid disruption,
but the error log itself will trigger BadLogLines.
Since the test is working as intended and there is no expectation of
synchronization between RPC client and service on separate nodes, let's
just add the specific rpc error log to the allow list for this test.
Fixes CORE-15036
Signed-off-by: Oren Leiman <oren.leiman@redpanda.com>1 parent f83d5c6 commit a9ee084
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3374 | 3374 | | |
3375 | 3375 | | |
3376 | 3376 | | |
3377 | | - | |
| 3377 | + | |
| 3378 | + | |
| 3379 | + | |
| 3380 | + | |
| 3381 | + | |
3378 | 3382 | | |
3379 | 3383 | | |
3380 | 3384 | | |
| |||
0 commit comments