Skip to content

Commit

Permalink
Do check manually in disco_node_down_timestamp_is_remembered testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
arcusfelis committed Jan 31, 2024
1 parent 71af85d commit c522d63
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/cets_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2654,7 +2654,10 @@ disco_node_down_timestamp_is_remembered(Config) ->
disco_logs_nodeup_after_downtime(Config) ->
logger_debug_h:start(#{id => ?FUNCTION_NAME}),
#{disco := Disco, node2 := Node2} = setup_two_nodes_and_discovery(Config, [wait, netsplit]),
%% At this point cets_disco should reconnect nodes back automatically.
%% At this point cets_disco should reconnect nodes back automatically
%% after retry_type_to_timeout(after_nodedown) time.
%% We want to speed this up for tests though.
Disco ! check,
%% Receive a nodeup after the disconnect.
%% This nodeup should contain the downtime_millisecond_duration field
%% (initial nodeup should not contain this field).
Expand Down

0 comments on commit c522d63

Please sign in to comment.