-
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
Mam filter property tests #3450
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3450 +/- ##
==========================================
- Coverage 80.85% 80.83% -0.03%
==========================================
Files 415 415
Lines 32312 32312
==========================================
- Hits 26125 26118 -7
- Misses 6187 6194 +7
Continue to review full report at Codecov.
|
small_tests_23 / small_tests / 077ccbd small_tests_24 / small_tests / 077ccbd dynamic_domains_mysql_redis_24 / mysql_redis / 077ccbd dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 077ccbd dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / 077ccbd dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / 077ccbd ldap_mnesia_24 / ldap_mnesia / 077ccbd sm_SUITE:parallel_manual_ack_freq_1:resume_session_state_send_message{error,
{{assertion_failed,assert_many,true,
[#Fun<sm_SUITE.22.12311273>,#Fun<sm_SUITE.22.12311273>,
#Fun<sm_SUITE.22.12311273>],
[{xmlel,<<"presence">>,
[{<<"from">>,
<<"alicE_resume_session_state_send_message_1395@localhost/escalus-default-resource">>},
{<<"to">>,
<<"alice_resume_session_state_send_message_1395@localhost/escalus-default-resource">>},
{<<"xml:lang">>,<<"en">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,
<<"bOb_resume_session_state_send_message_1387@localhost/escalus-default-resource">>},
{<<"to">>,
<<"alicE_resume_session_state_send_message_1395@localhost">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"chat">>}],
[{xmlel,<<"body">>,[],[{xmlcdata,<<"msg-1">>}]},
{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2021-12-13T10:48:08.177567Z">>},
{<<"from">>,<<"localhost">>}],
[{xmlcdata,<<"SM Storage">>}]}]},
{xmlel,<<"message">>,
[{<<"from">>,
<<"bOb_resume_session_state_send_message_1387@localhost/escalus-default-resource">>},
{<<"to">>,
<<"alicE_resume_session_state_send_message_1395@localhost">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"chat">>}],
[{xmlel,<<"body">>,[],[{xmlcdata,<<"msg-2">>}]},
{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp... ldap_mnesia_23 / ldap_mnesia / 077ccbd internal_mnesia_24 / internal_mnesia / 077ccbd pgsql_mnesia_23 / pgsql_mnesia / 077ccbd mysql_redis_24 / mysql_redis / 077ccbd pgsql_mnesia_24 / pgsql_mnesia / 077ccbd elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / 077ccbd mssql_mnesia_24 / odbc_mssql_mnesia / 077ccbd riak_mnesia_24 / riak_mnesia / 077ccbd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
Just some property based tests for MAM's
is_archivable_message/4
, seems like a perfect candidate for this and there was no specific tests for it.