Skip to content

Commit 58a7a8b

Browse files
committed
these tests are currently flaky
1 parent 27ffb6b commit 58a7a8b

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

tests/v3/connection_state_test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3364,6 +3364,7 @@ AWS_TEST_CASE_FIXTURE(
33643364
s_clean_up_mqtt_server_fn,
33653365
&test_data)
33663366

3367+
// DEBUG WIP currently FLAKY
33673368
/**
33683369
* Makes a CONNECT, with 1 second keep alive ping interval, does nothing for roughly 4 seconds, ensures 4 pings are sent
33693370
*/

tests/v5/mqtt5_client_tests.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1845,6 +1845,7 @@ static int s_mqtt5_client_reconnect_backoff_insufficient_reset_fn(struct aws_all
18451845

18461846
AWS_TEST_CASE(mqtt5_client_reconnect_backoff_insufficient_reset, s_mqtt5_client_reconnect_backoff_insufficient_reset_fn)
18471847

1848+
// DEBUG WIP currently FLAKY
18481849
/*
18491850
* Fail-until-max-backoff variant, followed by a success that disconnects after enough time has passed that the backoff
18501851
* should be reset. Verify that the next reconnect is back to using the minimum backoff value.

tests/v5/mqtt5_to_mqtt3_adapter_tests.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -868,6 +868,7 @@ static int s_mqtt5to3_adapter_set_login_fn(struct aws_allocator *allocator, void
868868

869869
AWS_TEST_CASE(mqtt5to3_adapter_set_login, s_mqtt5to3_adapter_set_login_fn)
870870

871+
// DEBUG WIP currently FLAKY
871872
static int s_mqtt5to3_adapter_set_reconnect_timeout_fn(struct aws_allocator *allocator, void *ctx) {
872873
(void)ctx;
873874

0 commit comments

Comments
 (0)