-
Notifications
You must be signed in to change notification settings - Fork 428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix possible delete files race condition in gdpr_SUITE #2295
Fix possible delete files race condition in gdpr_SUITE #2295
Conversation
6421.1 / Erlang 19.3 / small_tests / b65b835 6421.2 / Erlang 19.3 / internal_mnesia / b65b835 6421.6 / Erlang 19.3 / elasticsearch_and_cassandra_mnesia / b65b835 6421.3 / Erlang 19.3 / mysql_redis / b65b835 6421.5 / Erlang 19.3 / ldap_mnesia / b65b835 6421.4 / Erlang 19.3 / odbc_mssql_mnesia / b65b835 pubsub_SUITE:tree+hometree_specific:can_create_node_with_existing_parent_path{error,
{timeout_when_waiting_for_stanza,
[{escalus_client,wait_for_stanza,
[{client,<<"alicE70.439387@localhost/res1">>,escalus_tcp,
<0.11658.3>,
[{event_manager,<0.11632.3>},
{server,<<"localhost">>},
{username,<<"alicE70.439387">>},
{resource,<<"res1">>}],
[{event_client,
[{event_manager,<0.11632.3>},
{server,<<"localhost">>},
{username,<<"alicE70.439387">>},
{resource,<<"res1">>}]},
{resource,<<"res1">>},
{username,<<"alicE70.439387">>},
{server,<<"localhost">>},
{host,<<"localhost">>},
{port,5222},
{auth,{escalus_auth,auth_plain}},
{wspath,undefined},
{username,<<"alicE70.439387">>},
{server,<<"localhost">>},
{password,<<"matygrysa">>},
{stream_id,<<"3445503A27AD51EE">>}]},
5000],
[{file,
"/home/travis/build/esl/MongooseIM/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
{line,138}]},
{pubsub_tools,receive_response,3,
[{file,"pubsub_tools.erl"},{line,457}]},
{pubsub_tools,receive_and_check_response,4,
[{file,"pubsub_tools.erl"},{line,448}]},
{escalus_story,story,4,
[{file,
"/home/travis/build/esl/MongooseIM/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
{line,72}]},
{test_server,ts_tc,3,[{file,"test_server.erl"... sm_SUITE:parallel_manual_ack_freq_1:resume_session_state_stop_c2s{error,{{assertion_failed,assert_many,true,
[is_presence,#Fun<sm_SUITE.16.86460923>],
[{xmlel,<<"presence">>,
[{<<"from">>,
<<"alicE73.848876@localhost/escalus-default-resource">>},
{<<"to">>,
<<"alice73.848876@localhost/escalus-default-resource">>},
{<<"xml:lang">>,<<"en">>}],
[]},
{xmlel,<<"presence">>,
[{<<"from">>,
<<"alicE73.848876@localhost/escalus-default-resource">>},
{<<"to">>,
<<"alice73.848876@localhost/escalus-default-resource">>},
{<<"xml:lang">>,<<"en">>}],
[]}],
" <presence from='alicE73.848876@localhost/escalus-default-resource' to='alice73.848876@localhost/escalus-default-resource' xml:lang='en'/> <presence from='alicE73.848876@localhost/escalus-default-resource' to='alice73.848876@localhost/escalus-default-resource' xml:lang='en'/>"},
[{escalus_new_assert,assert_true,2,
[{file,"/home/travis/build/esl/MongooseIM/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
{line,84}]},
{sm_SUITE,resume_session_state_stop_c2s,1,
[{file,"sm_SUITE.erl"},{line,581}]},
{test_server,ts_tc,3,[{file,"test_server.erl"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
{... 6421.8 / Erlang 20.0 / pgsql_mnesia / b65b835 6421.9 / Erlang 21.0 / riak_mnesia / b65b835 |
The failing tests looks unrelated |
No description provided.