Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test ``` //deps/rabbitmq_mqtt:shared_SUITE-mixed --test_env FOCUS="-group [web_mqtt,v3,cluster_size_1] -case block_only_publisher" ``` was flaky: ``` === Ended at 2023-06-26 07:09:57 === Location: [{shared_SUITE,block_only_publisher,1323}, {test_server,ts_tc,1782}, {test_server,run_test_case_eval1,1291}, {test_server,run_test_case_eval,1223}] === === Reason: no match of right hand side value {error,ack_timeout} in function shared_SUITE:block_only_publisher/1 (shared_SUITE.erl, line 1323) in call from test_server:ts_tc/3 (test_server.erl, line 1782) in call from test_server:run_test_case_eval1/6 (test_server.erl, line 1291) in call from test_server:run_test_case_eval/9 (test_server.erl, line 1223) ``` It seems that the ack_timeout of 1 second was too low for a subscription.
- Loading branch information