-
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 the check for already loaded backend modules #1438
Conversation
4c32fd3
to
39f8432
Compare
39f8432
to
de7139d
Compare
This comment has been minimized.
This comment has been minimized.
Codecov Report
@@ Coverage Diff @@
## master #1438 +/- ##
==========================================
+ Coverage 76.91% 76.99% +0.07%
==========================================
Files 323 323
Lines 28116 28226 +110
==========================================
+ Hits 21626 21732 +106
- Misses 6490 6494 +4
Continue to review full report at Codecov.
|
5817.1 / Erlang 19.3 / small_tests / ccc2356 5817.5 / Erlang 19.3 / ldap_mnesia / ccc2356 vcard_simple_SUITE:all:retrieve_own_card{error,{test_case_failed,"Expected <<\"alice\">> got undefined\n"}} vcard_simple_SUITE:all:retrieve_own_card{error,{test_case_failed,"Expected <<\"alice\">> got undefined\n"}} vcard_simple_SUITE:all:retrieve_own_card{error,{test_case_failed,"Expected <<\"alice\">> got undefined\n"}} 5817.3 / Erlang 19.3 / mysql_redis / ccc2356 5817.2 / Erlang 19.3 / internal_mnesia / ccc2356 mod_global_distrib_SUITE:mod_global_distrib:test_pm_with_ungraceful_reconnection_to_different_server{error,
{timeout_when_waiting_for_stanza,
[{escalus_client,wait_for_stanza,
[{client,<<"eve82.588239@localhost/res1">>,escalus_tcp,
<0.12938.1>,
[{event_manager,<0.12929.1>},
{server,<<"localhost">>},
{username,<<"eve82.588239">>},
{resource,<<"res1">>}],
[{event_client,
[{event_manager,<0.12929.1>},
{server,<<"localhost">>},
{username,<<"eve82.588239">>},
{resource,<<"res1">>}]},
{resource,<<"res1">>},
{username,<<"eve82.588239">>},
{server,<<"localhost">>},
{host,<<"localhost">>},
{port,5222},
{auth,{escalus_auth,auth_plain}},
{wspath,undefined},
{username,<<"eve82.588239">>},
{server,<<"localhost">>},
{password,<<"password">>},
{port,5222},
{stream_management,true},
{stream_id,<<"775736CC26DB3C0C">>}]},
10000],
[{file,
"/home/travis/build/esl/MongooseIM/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
{line,138}]},
{mod_global_distrib_SUITE,
'-test_pm_with_ungraceful_reconnection_to_different_server/1-fun-0-',
4,
[{file,"mod_global_distrib_SUITE.erl"},{line,607}]},
{escalus_story,story,4,
[{file,
"/home/travis/build/esl/MongooseIM/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
{line,72}]},
... mod_global_distrib_SUITE:mod_global_distrib:test_pm_with_ungraceful_reconnection_to_different_server{error,
{timeout_when_waiting_for_stanza,
[{escalus_client,wait_for_stanza,
[{client,<<"eve22.828593@localhost/res1">>,escalus_tcp,
<0.13560.1>,
[{event_manager,<0.13551.1>},
{server,<<"localhost">>},
{username,<<"eve22.828593">>},
{resource,<<"res1">>}],
[{event_client,
[{event_manager,<0.13551.1>},
{server,<<"localhost">>},
{username,<<"eve22.828593">>},
{resource,<<"res1">>}]},
{resource,<<"res1">>},
{username,<<"eve22.828593">>},
{server,<<"localhost">>},
{host,<<"localhost">>},
{port,5222},
{auth,{escalus_auth,auth_plain}},
{wspath,undefined},
{username,<<"eve22.828593">>},
{server,<<"localhost">>},
{password,<<"password">>},
{port,5222},
{stream_management,true},
{stream_id,<<"BCD5E1DAAAC579C6">>}]},
10000],
[{file,
"/home/travis/build/esl/MongooseIM/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
{line,138}]},
{mod_global_distrib_SUITE,
'-test_pm_with_ungraceful_reconnection_to_different_server/1-fun-0-',
4,
[{file,"mod_global_distrib_SUITE.erl"},{line,607}]},
{escalus_story,story,4,
[{file,
"/home/travis/build/esl/MongooseIM/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
{line,72}]},
... 5817.6 / Erlang 19.3 / elasticsearch_and_cassandra_mnesia / ccc2356 5817.4 / Erlang 19.3 / odbc_mssql_mnesia / ccc2356 5817.8 / Erlang 20.0 / pgsql_mnesia / ccc2356 5817.9 / Erlang 21.0 / riak_mnesia / ccc2356 5817.2 / Erlang 19.3 / internal_mnesia / ccc2356 5817.5 / Erlang 19.3 / ldap_mnesia / ccc2356 |
Fix the expected backend module name to correctly recognize if the module has already been loaded.