-
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
Return MAM item-not-found IQ result when a nonexistent message ID is asked for #2166
Conversation
6022.3 / Erlang 19.3 / mysql_redis / cb6fe1a mam_SUITE:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE51.246546@localhost">>},
{<<"to">>,
<<"alicE51.246546@localhost/res1-parallel-<0.965.0>">>},
{<<"id">>,<<"ec8245781491b08f3d09df1d9950146f">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"15">>}]}]}]}]},
"<iq from='alicE51.246546@localhost' to='alicE51.246546@localhost/res1-parallel-<0.965.0>' id='ec8245781491b08f3d09df1d9950146f' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>15</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
... mam_SUITE:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"message">>,
[{<<"from">>,<<"alicE51.246546@localhost">>},
{<<"to">>,
<<"alicE51.246546@localhost/res1-parallel-<0.975.0>">>},
{<<"id">>,<<"c123f018-b872-447d-8d7d-18a3ee76dd42">>}],
[{xmlel,<<"result">>,
[{<<"queryid">>,<<"after-nonexistent-id">>},
{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"id">>,<<"AV7A4FTO0B81">>}],
[{xmlel,<<"forwarded">>,
[{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
[{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2018-12-13T16:52:31Z">>},
{<<"from">>,<<"alice51.246546@localhost/res1">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,<<"alice51.246546@localhost/res1">>},
{<<"xmlns">>,<<"jabber:client">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"chat">>},
{<<"to">>,<<"bOb51.246546@localhost/res1">>}],
[{xmlel,<<"body">>,[],
[{xmlcdata,<<"Message #1">>}]}]}]}]}]},
"<message from='alicE51.246546@localhost' to='alicE51.246546@localhost/res1-parallel-<0.975.0>' id='c123f018-b872-447d-8d7d-18a3ee76dd42'><result queryid='after-nonexistent-id' xmlns='urn:xmpp:mam:1' id='AV7A4FTO0B81'><forwarded xmlns='urn:xmpp:forward:0'><delay xmlns='urn:xmpp:delay' stamp='2018-12-13T16:52:31Z' from='alice51.2465... mam_SUITE:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"message">>,
[{<<"from">>,<<"alicE52.397714@localhost">>},
{<<"to">>,
<<"alicE52.397714@localhost/res1-parallel-<0.1164.0>">>},
{<<"id">>,<<"fd07effb-fd0f-4f2d-b012-cf754fe08bd9">>}],
[{xmlel,<<"result">>,
[{<<"queryid">>,<<"after-nonexistent-id">>},
{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"id">>,<<"AV7A4G5JUFO1">>}],
[{xmlel,<<"forwarded">>,
[{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
[{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2018-12-13T16:52:32Z">>},
{<<"from">>,<<"alice52.397714@localhost/res1">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,<<"alice52.397714@localhost/res1">>},
{<<"xmlns">>,<<"jabber:client">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"chat">>},
{<<"to">>,<<"bOb52.397714@localhost/res1">>}],
[{xmlel,<<"body">>,[],
[{xmlcdata,<<"Message #1">>}]}]}]}]}]},
"<message from='alicE52.397714@localhost' to='alicE52.397714@localhost/res1-parallel-<0.1164.0>' id='fd07effb-fd0f-4f2d-b012-cf754fe08bd9'><result queryid='after-nonexistent-id' xmlns='urn:xmpp:mam:1' id='AV7A4G5JUFO1'><forwarded xmlns='urn:xmpp:forward:0'><delay xmlns='urn:xmpp:delay' stamp='2018-12-13T16:52:32Z' from='alice52.39... mam_SUITE:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE52.397714@localhost">>},
{<<"to">>,
<<"alicE52.397714@localhost/res1-parallel-<0.1165.0>">>},
{<<"id">>,<<"d6e7df5d7350ec96f51634ef4678c7b1">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"15">>}]}]}]}]},
"<iq from='alicE52.397714@localhost' to='alicE52.397714@localhost/res1-parallel-<0.1165.0>' id='d6e7df5d7350ec96f51634ef4678c7b1' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>15</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
... mam_SUITE:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"message">>,
[{<<"from">>,<<"alicE53.403665@localhost">>},
{<<"to">>,
<<"alicE53.403665@localhost/res1-parallel-<0.1354.0>">>},
{<<"id">>,<<"33270bb2-3adb-4b1a-baa4-e31cd402e840">>}],
[{xmlel,<<"result">>,
[{<<"queryid">>,<<"after-nonexistent-id">>},
{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"id">>,<<"AV7A4GD8J881">>}],
[{xmlel,<<"forwarded">>,
[{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
[{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2018-12-13T16:52:33Z">>},
{<<"from">>,<<"alice53.403665@localhost/res1">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,<<"alice53.403665@localhost/res1">>},
{<<"xmlns">>,<<"jabber:client">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"chat">>},
{<<"to">>,<<"bOb53.403665@localhost/res1">>}],
[{xmlel,<<"body">>,[],
[{xmlcdata,<<"Message #1">>}]}]}]}]}]},
"<message from='alicE53.403665@localhost' to='alicE53.403665@localhost/res1-parallel-<0.1354.0>' id='33270bb2-3adb-4b1a-baa4-e31cd402e840'><result queryid='after-nonexistent-id' xmlns='urn:xmpp:mam:1' id='AV7A4GD8J881'><forwarded xmlns='urn:xmpp:forward:0'><delay xmlns='urn:xmpp:delay' stamp='2018-12-13T16:52:33Z' from='alice53.40... mam_SUITE:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE53.403665@localhost">>},
{<<"to">>,
<<"alicE53.403665@localhost/res1-parallel-<0.1345.0>">>},
{<<"id">>,<<"8e6bab50d361cc13487f910ece6bba6b">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"15">>}]}]}]}]},
"<iq from='alicE53.403665@localhost' to='alicE53.403665@localhost/res1-parallel-<0.1345.0>' id='8e6bab50d361cc13487f910ece6bba6b' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>15</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
... mam_SUITE:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE54.395034@localhost">>},
{<<"to">>,
<<"alicE54.395034@localhost/res1-parallel-<0.1525.0>">>},
{<<"id">>,<<"a82f1d043d832b308b6580e6d8dfc7a0">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"15">>}]}]}]}]},
"<iq from='alicE54.395034@localhost' to='alicE54.395034@localhost/res1-parallel-<0.1525.0>' id='a82f1d043d832b308b6580e6d8dfc7a0' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>15</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
... mam_SUITE:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"message">>,
[{<<"from">>,<<"alicE54.395034@localhost">>},
{<<"to">>,
<<"alicE54.395034@localhost/res1-parallel-<0.1526.0>">>},
{<<"id">>,<<"79b1a9a8-8214-4060-aa3b-fe5f25100685">>}],
[{xmlel,<<"result">>,
[{<<"queryid">>,<<"after-nonexistent-id">>},
{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"id">>,<<"AV7A4GKV4V81">>}],
[{xmlel,<<"forwarded">>,
[{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
[{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2018-12-13T16:52:34Z">>},
{<<"from">>,<<"alice54.395034@localhost/res1">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,<<"alice54.395034@localhost/res1">>},
{<<"xmlns">>,<<"jabber:client">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"chat">>},
{<<"to">>,<<"bOb54.395034@localhost/res1">>}],
[{xmlel,<<"body">>,[],
[{xmlcdata,<<"Message #1">>}]}]}]}]}]},
"<message from='alicE54.395034@localhost' to='alicE54.395034@localhost/res1-parallel-<0.1526.0>' id='79b1a9a8-8214-4060-aa3b-fe5f25100685'><result queryid='after-nonexistent-id' xmlns='urn:xmpp:mam:1' id='AV7A4GKV4V81'><forwarded xmlns='urn:xmpp:forward:0'><delay xmlns='urn:xmpp:delay' stamp='2018-12-13T16:52:34Z' from='alice54.39... mam_SUITE:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE55.432736@localhost">>},
{<<"to">>,
<<"alicE55.432736@localhost/res1-parallel-<0.1708.0>">>},
{<<"id">>,<<"a0677297516f5575e21fdf37fc1f88a8">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"15">>}]}]}]}]},
"<iq from='alicE55.432736@localhost' to='alicE55.432736@localhost/res1-parallel-<0.1708.0>' id='a0677297516f5575e21fdf37fc1f88a8' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>15</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
... mam_SUITE:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"message">>,
[{<<"from">>,<<"alicE55.432736@localhost">>},
{<<"to">>,
<<"alicE55.432736@localhost/res1-parallel-<0.1709.0>">>},
{<<"id">>,<<"df2988e3-a163-471c-83e8-1ba1acf9e5ad">>}],
[{xmlel,<<"result">>,
[{<<"queryid">>,<<"after-nonexistent-id">>},
{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"id">>,<<"AV7A4GSQUF01">>}],
[{xmlel,<<"forwarded">>,
[{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
[{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2018-12-13T16:52:35Z">>},
{<<"from">>,<<"alice55.432736@localhost/res1">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,<<"alice55.432736@localhost/res1">>},
{<<"xmlns">>,<<"jabber:client">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"chat">>},
{<<"to">>,<<"bOb55.432736@localhost/res1">>}],
[{xmlel,<<"body">>,[],
[{xmlcdata,<<"Message #1">>}]}]}]}]}]},
"<message from='alicE55.432736@localhost' to='alicE55.432736@localhost/res1-parallel-<0.1709.0>' id='df2988e3-a163-471c-83e8-1ba1acf9e5ad'><result queryid='after-nonexistent-id' xmlns='urn:xmpp:mam:1' id='AV7A4GSQUF01'><forwarded xmlns='urn:xmpp:forward:0'><delay xmlns='urn:xmpp:delay' stamp='2018-12-13T16:52:35Z' from='alice55.43... mam_SUITE:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"message">>,
[{<<"from">>,<<"alicE56.394797@localhost">>},
{<<"to">>,
<<"alicE56.394797@localhost/res1-parallel-<0.1891.0>">>},
{<<"id">>,<<"2f6647e3-7eae-4c7a-93c3-0313cc470fac">>}],
[{xmlel,<<"result">>,
[{<<"queryid">>,<<"after-nonexistent-id">>},
{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"id">>,<<"AV7A4H45QTO1">>}],
[{xmlel,<<"forwarded">>,
[{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
[{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2018-12-13T16:52:36Z">>},
{<<"from">>,<<"alice56.394797@localhost/res1">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,<<"alice56.394797@localhost/res1">>},
{<<"xmlns">>,<<"jabber:client">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"chat">>},
{<<"to">>,<<"bOb56.394797@localhost/res1">>}],
[{xmlel,<<"body">>,[],
[{xmlcdata,<<"Message #1">>}]}]}]}]}]},
"<message from='alicE56.394797@localhost' to='alicE56.394797@localhost/res1-parallel-<0.1891.0>' id='2f6647e3-7eae-4c7a-93c3-0313cc470fac'><result queryid='after-nonexistent-id' xmlns='urn:xmpp:mam:1' id='AV7A4H45QTO1'><forwarded xmlns='urn:xmpp:forward:0'><delay xmlns='urn:xmpp:delay' stamp='2018-12-13T16:52:36Z' from='alice56.39... mam_SUITE:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE56.394797@localhost">>},
{<<"to">>,
<<"alicE56.394797@localhost/res1-parallel-<0.1892.0>">>},
{<<"id">>,<<"d450deb2da833ffaa0b545bf24d9beaa">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"15">>}]}]}]}]},
"<iq from='alicE56.394797@localhost' to='alicE56.394797@localhost/res1-parallel-<0.1892.0>' id='d450deb2da833ffaa0b545bf24d9beaa' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>15</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
... mam_SUITE:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"message">>,
[{<<"from">>,<<"alicE57.374834@localhost">>},
{<<"to">>,
<<"alicE57.374834@localhost/res1-parallel-<0.2073.0>">>},
{<<"id">>,<<"86a9616d-c510-4336-99a7-5ef457804a08">>}],
[{xmlel,<<"result">>,
[{<<"queryid">>,<<"after-nonexistent-id">>},
{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"id">>,<<"AV7A4HBGORG1">>}],
[{xmlel,<<"forwarded">>,
[{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
[{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2018-12-13T16:52:37Z">>},
{<<"from">>,<<"alice57.374834@localhost/res1">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,<<"alice57.374834@localhost/res1">>},
{<<"xmlns">>,<<"jabber:client">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"chat">>},
{<<"to">>,<<"bOb57.374834@localhost/res1">>}],
[{xmlel,<<"body">>,[],
[{xmlcdata,<<"Message #1">>}]}]}]}]}]},
"<message from='alicE57.374834@localhost' to='alicE57.374834@localhost/res1-parallel-<0.2073.0>' id='86a9616d-c510-4336-99a7-5ef457804a08'><result queryid='after-nonexistent-id' xmlns='urn:xmpp:mam:1' id='AV7A4HBGORG1'><forwarded xmlns='urn:xmpp:forward:0'><delay xmlns='urn:xmpp:delay' stamp='2018-12-13T16:52:37Z' from='alice57.37... mam_SUITE:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE57.374834@localhost">>},
{<<"to">>,
<<"alicE57.374834@localhost/res1-parallel-<0.2074.0>">>},
{<<"id">>,<<"b4b826581e1eee87eb2bacd19710a233">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"15">>}]}]}]}]},
"<iq from='alicE57.374834@localhost' to='alicE57.374834@localhost/res1-parallel-<0.2074.0>' id='b4b826581e1eee87eb2bacd19710a233' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>15</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
... 6022.1 / Erlang 19.3 / small_tests / cb6fe1a 6022.5 / Erlang 19.3 / ldap_mnesia / cb6fe1a 6022.4 / Erlang 19.3 / odbc_mssql_mnesia / cb6fe1a mam_SUITE:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE9.912343@localhost">>},
{<<"to">>,<<"alicE9.912343@localhost/res1-parallel-<0.959.0>">>},
{<<"id">>,<<"e0267d980679e4f70574018d95d3748c">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"15">>}]}]}]}]},
"<iq from='alicE9.912343@localhost' to='alicE9.912343@localhost/res1-parallel-<0.959.0>' id='e0267d980679e4f70574018d95d3748c' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>15</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
{test_server,r... mam_SUITE:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"message">>,
[{<<"from">>,<<"alicE9.912343@localhost">>},
{<<"to">>,<<"alicE9.912343@localhost/res1-parallel-<0.969.0>">>},
{<<"id">>,<<"a0d28dae-332c-4483-be22-b1c77af9ff7a">>}],
[{xmlel,<<"result">>,
[{<<"queryid">>,<<"after-nonexistent-id">>},
{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"id">>,<<"AV7A5LO3VI81">>}],
[{xmlel,<<"forwarded">>,
[{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
[{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2018-12-13T16:55:10Z">>},
{<<"from">>,<<"alice9.912343@localhost/res1">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,<<"alice9.912343@localhost/res1">>},
{<<"xmlns">>,<<"jabber:client">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"chat">>},
{<<"to">>,<<"bOb9.912343@localhost/res1">>}],
[{xmlel,<<"body">>,[],
[{xmlcdata,<<"Message #1">>}]}]}]}]}]},
"<message from='alicE9.912343@localhost' to='alicE9.912343@localhost/res1-parallel-<0.969.0>' id='a0d28dae-332c-4483-be22-b1c77af9ff7a'><result queryid='after-nonexistent-id' xmlns='urn:xmpp:mam:1' id='AV7A5LO3VI81'><forwarded xmlns='urn:xmpp:forward:0'><delay xmlns='urn:xmpp:delay' stamp='2018-12-13T16:55:10Z' from='alice9.912343@localhost/res1'... mam_SUITE:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE10.995268@localhost">>},
{<<"to">>,
<<"alicE10.995268@localhost/res1-parallel-<0.1158.0>">>},
{<<"id">>,<<"b9d31e763d328004482b0712c7eeeef7">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"15">>}]}]}]}]},
"<iq from='alicE10.995268@localhost' to='alicE10.995268@localhost/res1-parallel-<0.1158.0>' id='b9d31e763d328004482b0712c7eeeef7' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>15</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
... mam_SUITE:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"message">>,
[{<<"from">>,<<"alicE10.995268@localhost">>},
{<<"to">>,
<<"alicE10.995268@localhost/res1-parallel-<0.1167.0>">>},
{<<"id">>,<<"90f89d4e-3969-4bb0-8413-9db0ae5f8ca2">>}],
[{xmlel,<<"result">>,
[{<<"queryid">>,<<"after-nonexistent-id">>},
{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"id">>,<<"AV7A5LVJ2M01">>}],
[{xmlel,<<"forwarded">>,
[{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
[{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2018-12-13T16:55:11Z">>},
{<<"from">>,<<"alice10.995268@localhost/res1">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,<<"alice10.995268@localhost/res1">>},
{<<"xmlns">>,<<"jabber:client">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"chat">>},
{<<"to">>,<<"bOb10.995268@localhost/res1">>}],
[{xmlel,<<"body">>,[],
[{xmlcdata,<<"Message #1">>}]}]}]}]}]},
"<message from='alicE10.995268@localhost' to='alicE10.995268@localhost/res1-parallel-<0.1167.0>' id='90f89d4e-3969-4bb0-8413-9db0ae5f8ca2'><result queryid='after-nonexistent-id' xmlns='urn:xmpp:mam:1' id='AV7A5LVJ2M01'><forwarded xmlns='urn:xmpp:forward:0'><delay xmlns='urn:xmpp:delay' stamp='2018-12-13T16:55:11Z' from='alice10.99... mam_SUITE:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE11.973046@localhost">>},
{<<"to">>,
<<"alicE11.973046@localhost/res1-parallel-<0.1339.0>">>},
{<<"id">>,<<"886e0de1b46a33cd738262fac75aa832">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"15">>}]}]}]}]},
"<iq from='alicE11.973046@localhost' to='alicE11.973046@localhost/res1-parallel-<0.1339.0>' id='886e0de1b46a33cd738262fac75aa832' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>15</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
... mam_SUITE:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"message">>,
[{<<"from">>,<<"alicE11.973046@localhost">>},
{<<"to">>,
<<"alicE11.973046@localhost/res1-parallel-<0.1340.0>">>},
{<<"id">>,<<"01fcfdb3-343d-48d1-be18-2794203378c4">>}],
[{xmlel,<<"result">>,
[{<<"queryid">>,<<"after-nonexistent-id">>},
{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"id">>,<<"AV7A5M73LNO1">>}],
[{xmlel,<<"forwarded">>,
[{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
[{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2018-12-13T16:55:12Z">>},
{<<"from">>,<<"alice11.973046@localhost/res1">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,<<"alice11.973046@localhost/res1">>},
{<<"xmlns">>,<<"jabber:client">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"chat">>},
{<<"to">>,<<"bOb11.973046@localhost/res1">>}],
[{xmlel,<<"body">>,[],
[{xmlcdata,<<"Message #1">>}]}]}]}]}]},
"<message from='alicE11.973046@localhost' to='alicE11.973046@localhost/res1-parallel-<0.1340.0>' id='01fcfdb3-343d-48d1-be18-2794203378c4'><result queryid='after-nonexistent-id' xmlns='urn:xmpp:mam:1' id='AV7A5M73LNO1'><forwarded xmlns='urn:xmpp:forward:0'><delay xmlns='urn:xmpp:delay' stamp='2018-12-13T16:55:12Z' from='alice11.97... mam_SUITE:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE12.923309@localhost">>},
{<<"to">>,
<<"alicE12.923309@localhost/res1-parallel-<0.1519.0>">>},
{<<"id">>,<<"ba90ae1281adeb5d43cf2f6fdc68bd40">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"15">>}]}]}]}]},
"<iq from='alicE12.923309@localhost' to='alicE12.923309@localhost/res1-parallel-<0.1519.0>' id='ba90ae1281adeb5d43cf2f6fdc68bd40' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>15</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
... mam_SUITE:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"message">>,
[{<<"from">>,<<"alicE12.923309@localhost">>},
{<<"to">>,
<<"alicE12.923309@localhost/res1-parallel-<0.1520.0>">>},
{<<"id">>,<<"a59e7165-5ece-45f9-9318-f520d025ff78">>}],
[{xmlel,<<"result">>,
[{<<"queryid">>,<<"after-nonexistent-id">>},
{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"id">>,<<"AV7A5MECA601">>}],
[{xmlel,<<"forwarded">>,
[{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
[{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2018-12-13T16:55:12Z">>},
{<<"from">>,<<"alice12.923309@localhost/res1">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,<<"alice12.923309@localhost/res1">>},
{<<"xmlns">>,<<"jabber:client">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"chat">>},
{<<"to">>,<<"bOb12.923309@localhost/res1">>}],
[{xmlel,<<"body">>,[],
[{xmlcdata,<<"Message #1">>}]}]}]}]}]},
"<message from='alicE12.923309@localhost' to='alicE12.923309@localhost/res1-parallel-<0.1520.0>' id='a59e7165-5ece-45f9-9318-f520d025ff78'><result queryid='after-nonexistent-id' xmlns='urn:xmpp:mam:1' id='AV7A5MECA601'><forwarded xmlns='urn:xmpp:forward:0'><delay xmlns='urn:xmpp:delay' stamp='2018-12-13T16:55:12Z' from='alice12.92... mam_SUITE:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"message">>,
[{<<"from">>,<<"alicE13.858438@localhost">>},
{<<"to">>,
<<"alicE13.858438@localhost/res1-parallel-<0.1706.0>">>},
{<<"id">>,<<"00ec7b6a-b427-4f24-8437-e84bd6c5e1b6">>}],
[{xmlel,<<"result">>,
[{<<"queryid">>,<<"after-nonexistent-id">>},
{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"id">>,<<"AV7A5MLFA401">>}],
[{xmlel,<<"forwarded">>,
[{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
[{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2018-12-13T16:55:13Z">>},
{<<"from">>,<<"alice13.858438@localhost/res1">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,<<"alice13.858438@localhost/res1">>},
{<<"xmlns">>,<<"jabber:client">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"chat">>},
{<<"to">>,<<"bOb13.858438@localhost/res1">>}],
[{xmlel,<<"body">>,[],
[{xmlcdata,<<"Message #1">>}]}]}]}]}]},
"<message from='alicE13.858438@localhost' to='alicE13.858438@localhost/res1-parallel-<0.1706.0>' id='00ec7b6a-b427-4f24-8437-e84bd6c5e1b6'><result queryid='after-nonexistent-id' xmlns='urn:xmpp:mam:1' id='AV7A5MLFA401'><forwarded xmlns='urn:xmpp:forward:0'><delay xmlns='urn:xmpp:delay' stamp='2018-12-13T16:55:13Z' from='alice13.85... mam_SUITE:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE13.858438@localhost">>},
{<<"to">>,
<<"alicE13.858438@localhost/res1-parallel-<0.1702.0>">>},
{<<"id">>,<<"c4dbf7b4696fad59360b7873f70d1276">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"15">>}]}]}]}]},
"<iq from='alicE13.858438@localhost' to='alicE13.858438@localhost/res1-parallel-<0.1702.0>' id='c4dbf7b4696fad59360b7873f70d1276' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>15</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
... mam_SUITE:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE14.744454@localhost">>},
{<<"to">>,
<<"alicE14.744454@localhost/res1-parallel-<0.1885.0>">>},
{<<"id">>,<<"43d48b164002f600547e25be26055742">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"15">>}]}]}]}]},
"<iq from='alicE14.744454@localhost' to='alicE14.744454@localhost/res1-parallel-<0.1885.0>' id='43d48b164002f600547e25be26055742' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>15</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
... mam_SUITE:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"message">>,
[{<<"from">>,<<"alicE14.744454@localhost">>},
{<<"to">>,
<<"alicE14.744454@localhost/res1-parallel-<0.1886.0>">>},
{<<"id">>,<<"ade9e7ef-6f53-46aa-aa8c-023afb927fd1">>}],
[{xmlel,<<"result">>,
[{<<"queryid">>,<<"after-nonexistent-id">>},
{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"id">>,<<"AV7A5MS6M681">>}],
[{xmlel,<<"forwarded">>,
[{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
[{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2018-12-13T16:55:14Z">>},
{<<"from">>,<<"alice14.744454@localhost/res1">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,<<"alice14.744454@localhost/res1">>},
{<<"xmlns">>,<<"jabber:client">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"chat">>},
{<<"to">>,<<"bOb14.744454@localhost/res1">>}],
[{xmlel,<<"body">>,[],
[{xmlcdata,<<"Message #1">>}]}]}]}]}]},
"<message from='alicE14.744454@localhost' to='alicE14.744454@localhost/res1-parallel-<0.1886.0>' id='ade9e7ef-6f53-46aa-aa8c-023afb927fd1'><result queryid='after-nonexistent-id' xmlns='urn:xmpp:mam:1' id='AV7A5MS6M681'><forwarded xmlns='urn:xmpp:forward:0'><delay xmlns='urn:xmpp:delay' stamp='2018-12-13T16:55:14Z' from='alice14.74... mam_SUITE:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE15.673953@localhost">>},
{<<"to">>,
<<"alicE15.673953@localhost/res1-parallel-<0.2067.0>">>},
{<<"id">>,<<"600010b8ae7a8663adc7a18ac86c6ffc">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"15">>}]}]}]}]},
"<iq from='alicE15.673953@localhost' to='alicE15.673953@localhost/res1-parallel-<0.2067.0>' id='600010b8ae7a8663adc7a18ac86c6ffc' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>15</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
... mam_SUITE:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"message">>,
[{<<"from">>,<<"alicE15.673953@localhost">>},
{<<"to">>,
<<"alicE15.673953@localhost/res1-parallel-<0.2068.0>">>},
{<<"id">>,<<"d7c7fc22-2a8a-45b4-bd5e-2fce1702e99a">>}],
[{xmlel,<<"result">>,
[{<<"queryid">>,<<"after-nonexistent-id">>},
{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"id">>,<<"AV7A5N3AC8G1">>}],
[{xmlel,<<"forwarded">>,
[{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
[{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2018-12-13T16:55:15Z">>},
{<<"from">>,<<"alice15.673953@localhost/res1">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,<<"alice15.673953@localhost/res1">>},
{<<"xmlns">>,<<"jabber:client">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"chat">>},
{<<"to">>,<<"bOb15.673953@localhost/res1">>}],
[{xmlel,<<"body">>,[],
[{xmlcdata,<<"Message #1">>}]}]}]}]}]},
"<message from='alicE15.673953@localhost' to='alicE15.673953@localhost/res1-parallel-<0.2068.0>' id='d7c7fc22-2a8a-45b4-bd5e-2fce1702e99a'><result queryid='after-nonexistent-id' xmlns='urn:xmpp:mam:1' id='AV7A5N3AC8G1'><forwarded xmlns='urn:xmpp:forward:0'><delay xmlns='urn:xmpp:delay' stamp='2018-12-13T16:55:15Z' from='alice15.67... 6022.2 / Erlang 19.3 / internal_mnesia / cb6fe1a 6022.6 / Erlang 19.3 / elasticsearch_and_cassandra_mnesia / cb6fe1a mam_SUITE:muc_rsm03:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,
<<"[email protected]">>},
{<<"to">>,
<<"alicE77.955269@localhost/res1-parallel-<0.8193.0>">>},
{<<"id">>,
<<"1dc46a2d286d764220f41a132d5858c3">>},
{<<"type">>,<<"result">>}],
[]},
"<iq from='[email protected]' to='alicE77.955269@localhost/res1-parallel-<0.8193.0>' id='1dc46a2d286d764220f41a132d5858c3' type='result'/>"},
[{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}]},
{mam_SUITE,'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',
5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
{test_server,run_test_case_eval,9,
[{file,"test_server.erl"},{line,977}]}]}} mam_SUITE:muc_rsm03:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,
<<"[email protected]">>},
{<<"to">>,
<<"alicE77.955269@localhost/res1-parallel-<0.8188.0>">>},
{<<"id">>,
<<"a7b1dd17d616a5819871a27b9f938e3b">>},
{<<"type">>,<<"result">>}],
[]},
"<iq from='[email protected]' to='alicE77.955269@localhost/res1-parallel-<0.8188.0>' id='a7b1dd17d616a5819871a27b9f938e3b' type='result'/>"},
[{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}]},
{mam_SUITE,'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',
5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
{test_server,run_test_case_eval,9,
[{file,"test_server.erl"},{line,977}]}]}} mam_SUITE:muc_rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"[email protected]">>},
{<<"to">>,
<<"alicE77.955269@localhost/res1-parallel-<0.8559.0>">>},
{<<"id">>,<<"8b90fd5900862f2d86946276754ad051">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"15">>}]}]}]}]},
"<iq from='[email protected]' to='alicE77.955269@localhost/res1-parallel-<0.8559.0>' id='8b90fd5900862f2d86946276754ad051' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>15</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"tes... mam_SUITE:muc_rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"message">>,
[{<<"from">>,<<"[email protected]">>},
{<<"to">>,
<<"alicE77.955269@localhost/res1-parallel-<0.8555.0>">>},
{<<"id">>,<<"eb1c75d3-51a1-4e6e-a996-452dad9b3f9c">>}],
[{xmlel,<<"result">>,
[{<<"queryid">>,<<"after-nonexistent-id">>},
{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"id">>,<<"AV7ABCQURSO1">>}],
[{xmlel,<<"forwarded">>,
[{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
[{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2018-12-13T17:07:58Z">>},
{<<"from">>,
<<"[email protected]/alicE77.955269">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,
<<"[email protected]/alicE77.955269">>},
{<<"to">>,<<>>},
{<<"xmlns">>,<<"jabber:client">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"groupchat">>}],
[{xmlel,<<"body">>,[],
[{xmlcdata,<<"Message #1">>}]},
{xmlel,<<"x">>,
[{<<"xmlns">>,
<<"http://jabber.org/protocol/muc#user">>}],
[{xmlel,<<"item">>,
[{<<"affiliation">>,<<"owner">>},
{<<"jid">>,
<<... mam_SUITE:rsm03:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE15.107545@localhost">>},
{<<"to">>,
<<"alicE15.107545@localhost/res1-parallel-<0.13315.0>">>},
{<<"id">>,
<<"8334d9a2f325f6fe70089c740e7c7dc1">>},
{<<"type">>,<<"result">>}],
[]},
"<iq from='alicE15.107545@localhost' to='alicE15.107545@localhost/res1-parallel-<0.13315.0>' id='8334d9a2f325f6fe70089c740e7c7dc1' type='result'/>"},
[{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}]},
{mam_SUITE,'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',
5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
{test_server,run_test_case_eval,9,
[{file,"test_server.erl"},{line,977}]}]}} mam_SUITE:rsm03:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE15.107545@localhost">>},
{<<"to">>,
<<"alicE15.107545@localhost/res1-parallel-<0.13322.0>">>},
{<<"id">>,
<<"dc8c1474285d236df5b27d4793ad85e9">>},
{<<"type">>,<<"result">>}],
[]},
"<iq from='alicE15.107545@localhost' to='alicE15.107545@localhost/res1-parallel-<0.13322.0>' id='dc8c1474285d236df5b27d4793ad85e9' type='result'/>"},
[{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}]},
{mam_SUITE,'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',
5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
{test_server,run_test_case_eval,9,
[{file,"test_server.erl"},{line,977}]}]}} mam_SUITE:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE15.107545@localhost">>},
{<<"to">>,
<<"alicE15.107545@localhost/res1-parallel-<0.13700.0>">>},
{<<"id">>,<<"01fbe08bbe267e03c6ec9ee1e64fc71c">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"15">>}]}]}]}]},
"<iq from='alicE15.107545@localhost' to='alicE15.107545@localhost/res1-parallel-<0.13700.0>' id='01fbe08bbe267e03c6ec9ee1e64fc71c' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>15</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
... mam_SUITE:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"message">>,
[{<<"from">>,<<"alicE15.107545@localhost">>},
{<<"to">>,
<<"alicE15.107545@localhost/res1-parallel-<0.13701.0>">>},
{<<"id">>,<<"37243188-ec3c-48fa-9bf1-655361c205af">>}],
[{xmlel,<<"result">>,
[{<<"queryid">>,<<"after-nonexistent-id">>},
{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"id">>,<<"AV7ABLM8O0O1">>}],
[{xmlel,<<"forwarded">>,
[{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
[{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2018-12-13T17:08:35Z">>},
{<<"from">>,<<"alice15.107545@localhost/res1">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,<<"alice15.107545@localhost/res1">>},
{<<"xmlns">>,<<"jabber:client">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"chat">>},
{<<"to">>,<<"bOb15.107545@localhost/res1">>}],
[{xmlel,<<"body">>,[],
[{xmlcdata,<<"Message #1">>}]}]}]}]}]},
"<message from='alicE15.107545@localhost' to='alicE15.107545@localhost/res1-parallel-<0.13701.0>' id='37243188-ec3c-48fa-9bf1-655361c205af'><result queryid='after-nonexistent-id' xmlns='urn:xmpp:mam:1' id='AV7ABLM8O0O1'><forwarded xmlns='urn:xmpp:forward:0'><delay xmlns='urn:xmpp:delay' stamp='2018-12-13T17:08:35Z' from='alice15.... mam_SUITE:with_rsm03:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE15.107545@localhost">>},
{<<"to">>,
<<"alicE15.107545@localhost/res1-parallel-<0.14428.0>">>},
{<<"id">>,
<<"eaa57f9b0b434502277e78eb43981831">>},
{<<"type">>,<<"result">>}],
[]},
"<iq from='alicE15.107545@localhost' to='alicE15.107545@localhost/res1-parallel-<0.14428.0>' id='eaa57f9b0b434502277e78eb43981831' type='result'/>"},
[{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}]},
{mam_SUITE,'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',
5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
{test_server,run_test_case_eval,9,
[{file,"test_server.erl"},{line,977}]}]}} mam_SUITE:with_rsm03:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE15.107545@localhost">>},
{<<"to">>,
<<"alicE15.107545@localhost/res1-parallel-<0.14431.0>">>},
{<<"id">>,
<<"4ad1553faf263fddeff307d7996feee8">>},
{<<"type">>,<<"result">>}],
[]},
"<iq from='alicE15.107545@localhost' to='alicE15.107545@localhost/res1-parallel-<0.14431.0>' id='4ad1553faf263fddeff307d7996feee8' type='result'/>"},
[{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}]},
{mam_SUITE,'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',
5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
{test_server,run_test_case_eval,9,
[{file,"test_server.erl"},{line,977}]}]}} mam_SUITE:with_rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE15.107545@localhost">>},
{<<"to">>,
<<"alicE15.107545@localhost/res1-parallel-<0.14790.0>">>},
{<<"id">>,<<"56fda8e535e68c48af3a6503c4fd8e79">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"15">>}]}]}]}]},
"<iq from='alicE15.107545@localhost' to='alicE15.107545@localhost/res1-parallel-<0.14790.0>' id='56fda8e535e68c48af3a6503c4fd8e79' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>15</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
... mam_SUITE:with_rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"message">>,
[{<<"from">>,<<"alicE15.107545@localhost">>},
{<<"to">>,
<<"alicE15.107545@localhost/res1-parallel-<0.14783.0>">>},
{<<"id">>,<<"2d214664-6e41-4599-8555-fc7a10d7d9fe">>}],
[{xmlel,<<"result">>,
[{<<"queryid">>,<<"after-nonexistent-id">>},
{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"id">>,<<"AV7ABLM8O0O1">>}],
[{xmlel,<<"forwarded">>,
[{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
[{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2018-12-13T17:08:35Z">>},
{<<"from">>,<<"alice15.107545@localhost/res1">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,<<"alice15.107545@localhost/res1">>},
{<<"xmlns">>,<<"jabber:client">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"chat">>},
{<<"to">>,<<"bOb15.107545@localhost/res1">>}],
[{xmlel,<<"body">>,[],
[{xmlcdata,<<"Message #1">>}]}]}]}]}]},
"<message from='alicE15.107545@localhost' to='alicE15.107545@localhost/res1-parallel-<0.14783.0>' id='2d214664-6e41-4599-8555-fc7a10d7d9fe'><result queryid='after-nonexistent-id' xmlns='urn:xmpp:mam:1' id='AV7ABLM8O0O1'><forwarded xmlns='urn:xmpp:forward:0'><delay xmlns='urn:xmpp:delay' stamp='2018-12-13T17:08:35Z' from='alice15.... mam_SUITE:muc_rsm03:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,
<<"[email protected]">>},
{<<"to">>,
<<"alicE54.180413@localhost/res1-parallel-<0.17640.0>">>},
{<<"id">>,
<<"24bbdd5db3edbead80675ae2e25000c4">>},
{<<"type">>,<<"result">>}],
[]},
"<iq from='[email protected]' to='alicE54.180413@localhost/res1-parallel-<0.17640.0>' id='24bbdd5db3edbead80675ae2e25000c4' type='result'/>"},
[{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}]},
{mam_SUITE,'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',
5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
{test_server,run_test_case_eval,9,
[{file,"test_server.erl"},{line,977}]}]}} mam_SUITE:muc_rsm03:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,
<<"[email protected]">>},
{<<"to">>,
<<"alicE54.180413@localhost/res1-parallel-<0.17662.0>">>},
{<<"id">>,
<<"0729434855ef77fb860df6248a613636">>},
{<<"type">>,<<"result">>}],
[]},
"<iq from='[email protected]' to='alicE54.180413@localhost/res1-parallel-<0.17662.0>' id='0729434855ef77fb860df6248a613636' type='result'/>"},
[{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}]},
{mam_SUITE,'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',
5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
{test_server,run_test_case_eval,9,
[{file,"test_server.erl"},{line,977}]}]}} mam_SUITE:muc_rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"message">>,
[{<<"from">>,<<"[email protected]">>},
{<<"to">>,
<<"alicE54.180413@localhost/res1-parallel-<0.18012.0>">>},
{<<"id">>,<<"e6230e8f-a3d5-44bf-b2fa-e23ef16931e6">>}],
[{xmlel,<<"result">>,
[{<<"queryid">>,<<"after-nonexistent-id">>},
{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"id">>,<<"AV7ABV0ASU81">>}],
[{xmlel,<<"forwarded">>,
[{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
[{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2018-12-13T17:09:14Z">>},
{<<"from">>,
<<"[email protected]/alicE54.180413">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,
<<"[email protected]/alicE54.180413">>},
{<<"to">>,<<>>},
{<<"xmlns">>,<<"jabber:client">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"groupchat">>}],
[{xmlel,<<"body">>,[],
[{xmlcdata,<<"Message #1">>}]},
{xmlel,<<"x">>,
[{<<"xmlns">>,
<<"http://jabber.org/protocol/muc#user">>}],
[{xmlel,<<"item">>,
[{<<"affiliation">>,<<"owner">>},
{<<"jid">>,
... mam_SUITE:muc_rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"[email protected]">>},
{<<"to">>,
<<"alicE54.180413@localhost/res1-parallel-<0.18066.0>">>},
{<<"id">>,<<"5913232c6ce5f105d8a952b73bc1daf7">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"15">>}]}]}]}]},
"<iq from='[email protected]' to='alicE54.180413@localhost/res1-parallel-<0.18066.0>' id='5913232c6ce5f105d8a952b73bc1daf7' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>15</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,... 6022.8 / Erlang 20.0 / pgsql_mnesia / cb6fe1a mam_SUITE:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE11.945563@localhost">>},
{<<"to">>,
<<"alicE11.945563@localhost/res1-parallel-<0.960.0>">>},
{<<"id">>,<<"9adc5c6cbe8c6e8d696d4dc35e492a12">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"15">>}]}]}]}]},
"<iq from='alicE11.945563@localhost' to='alicE11.945563@localhost/res1-parallel-<0.960.0>' id='9adc5c6cbe8c6e8d696d4dc35e492a12' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>15</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
... mam_SUITE:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"message">>,
[{<<"from">>,<<"alicE11.945563@localhost">>},
{<<"to">>,
<<"alicE11.945563@localhost/res1-parallel-<0.968.0>">>},
{<<"id">>,<<"9a923cbc-ca43-4e64-a2ea-1ad392e1523d">>}],
[{xmlel,<<"result">>,
[{<<"queryid">>,<<"after-nonexistent-id">>},
{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"id">>,<<"AV7AEKAPOBO1">>}],
[{xmlel,<<"forwarded">>,
[{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
[{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2018-12-13T17:15:12Z">>},
{<<"from">>,<<"alice11.945563@localhost/res1">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,<<"alice11.945563@localhost/res1">>},
{<<"xmlns">>,<<"jabber:client">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"chat">>},
{<<"to">>,<<"bOb11.945563@localhost/res1">>}],
[{xmlel,<<"body">>,[],
[{xmlcdata,<<"Message #1">>}]}]}]}]}]},
"<message from='alicE11.945563@localhost' to='alicE11.945563@localhost/res1-parallel-<0.968.0>' id='9a923cbc-ca43-4e64-a2ea-1ad392e1523d'><result queryid='after-nonexistent-id' xmlns='urn:xmpp:mam:1' id='AV7AEKAPOBO1'><forwarded xmlns='urn:xmpp:forward:0'><delay xmlns='urn:xmpp:delay' stamp='2018-12-13T17:15:12Z' from='alice11.9455... mam_SUITE:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"message">>,
[{<<"from">>,<<"alicE12.952824@localhost">>},
{<<"to">>,
<<"alicE12.952824@localhost/res1-parallel-<0.1160.0>">>},
{<<"id">>,<<"64802b67-5fd0-4c52-be69-4fc1ffbcb71a">>}],
[{xmlel,<<"result">>,
[{<<"queryid">>,<<"after-nonexistent-id">>},
{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"id">>,<<"AV7AEKHLMP01">>}],
[{xmlel,<<"forwarded">>,
[{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
[{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2018-12-13T17:15:12Z">>},
{<<"from">>,<<"alice12.952824@localhost/res1">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,<<"alice12.952824@localhost/res1">>},
{<<"xmlns">>,<<"jabber:client">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"chat">>},
{<<"to">>,<<"bOb12.952824@localhost/res1">>}],
[{xmlel,<<"body">>,[],
[{xmlcdata,<<"Message #1">>}]}]}]}]}]},
"<message from='alicE12.952824@localhost' to='alicE12.952824@localhost/res1-parallel-<0.1160.0>' id='64802b67-5fd0-4c52-be69-4fc1ffbcb71a'><result queryid='after-nonexistent-id' xmlns='urn:xmpp:mam:1' id='AV7AEKHLMP01'><forwarded xmlns='urn:xmpp:forward:0'><delay xmlns='urn:xmpp:delay' stamp='2018-12-13T17:15:12Z' from='alice12.95... mam_SUITE:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE12.952824@localhost">>},
{<<"to">>,
<<"alicE12.952824@localhost/res1-parallel-<0.1159.0>">>},
{<<"id">>,<<"e612952231a21d833b0416fe03932291">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"15">>}]}]}]}]},
"<iq from='alicE12.952824@localhost' to='alicE12.952824@localhost/res1-parallel-<0.1159.0>' id='e612952231a21d833b0416fe03932291' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>15</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
... mam_SUITE:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"message">>,
[{<<"from">>,<<"alicE13.883539@localhost">>},
{<<"to">>,
<<"alicE13.883539@localhost/res1-parallel-<0.1340.0>">>},
{<<"id">>,<<"5708f033-93f2-4337-bb27-c38e5e7cae46">>}],
[{xmlel,<<"result">>,
[{<<"queryid">>,<<"after-nonexistent-id">>},
{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"id">>,<<"AV7AEKOS8K81">>}],
[{xmlel,<<"forwarded">>,
[{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
[{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2018-12-13T17:15:13Z">>},
{<<"from">>,<<"alice13.883539@localhost/res1">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,<<"alice13.883539@localhost/res1">>},
{<<"xmlns">>,<<"jabber:client">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"chat">>},
{<<"to">>,<<"bOb13.883539@localhost/res1">>}],
[{xmlel,<<"body">>,[],
[{xmlcdata,<<"Message #1">>}]}]}]}]}]},
"<message from='alicE13.883539@localhost' to='alicE13.883539@localhost/res1-parallel-<0.1340.0>' id='5708f033-93f2-4337-bb27-c38e5e7cae46'><result queryid='after-nonexistent-id' xmlns='urn:xmpp:mam:1' id='AV7AEKOS8K81'><forwarded xmlns='urn:xmpp:forward:0'><delay xmlns='urn:xmpp:delay' stamp='2018-12-13T17:15:13Z' from='alice13.88... mam_SUITE:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE13.883539@localhost">>},
{<<"to">>,
<<"alicE13.883539@localhost/res1-parallel-<0.1341.0>">>},
{<<"id">>,<<"06bd9fe32491ec5a7abf186c934de78b">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"15">>}]}]}]}]},
"<iq from='alicE13.883539@localhost' to='alicE13.883539@localhost/res1-parallel-<0.1341.0>' id='06bd9fe32491ec5a7abf186c934de78b' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>15</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
... mam_SUITE:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE14.809171@localhost">>},
{<<"to">>,
<<"alicE14.809171@localhost/res1-parallel-<0.1520.0>">>},
{<<"id">>,<<"29ec57f9d867a2ac485eb73d51c0edf0">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"15">>}]}]}]}]},
"<iq from='alicE14.809171@localhost' to='alicE14.809171@localhost/res1-parallel-<0.1520.0>' id='29ec57f9d867a2ac485eb73d51c0edf0' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>15</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
... mam_SUITE:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"message">>,
[{<<"from">>,<<"alicE14.809171@localhost">>},
{<<"to">>,
<<"alicE14.809171@localhost/res1-parallel-<0.1524.0>">>},
{<<"id">>,<<"2e60b61b-d1e1-433a-bdb9-0fece72fa9bc">>}],
[{xmlel,<<"result">>,
[{<<"queryid">>,<<"after-nonexistent-id">>},
{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"id">>,<<"AV7AEKVS8IG1">>}],
[{xmlel,<<"forwarded">>,
[{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
[{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2018-12-13T17:15:14Z">>},
{<<"from">>,<<"alice14.809171@localhost/res1">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,<<"alice14.809171@localhost/res1">>},
{<<"xmlns">>,<<"jabber:client">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"chat">>},
{<<"to">>,<<"bOb14.809171@localhost/res1">>}],
[{xmlel,<<"body">>,[],
[{xmlcdata,<<"Message #1">>}]}]}]}]}]},
"<message from='alicE14.809171@localhost' to='alicE14.809171@localhost/res1-parallel-<0.1524.0>' id='2e60b61b-d1e1-433a-bdb9-0fece72fa9bc'><result queryid='after-nonexistent-id' xmlns='urn:xmpp:mam:1' id='AV7AEKVS8IG1'><forwarded xmlns='urn:xmpp:forward:0'><delay xmlns='urn:xmpp:delay' stamp='2018-12-13T17:15:14Z' from='alice14.80... mam_SUITE:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE15.721177@localhost">>},
{<<"to">>,
<<"alicE15.721177@localhost/res1-parallel-<0.1703.0>">>},
{<<"id">>,<<"02c758fc131e94d68ecc6cfd2ce021f9">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"15">>}]}]}]}]},
"<iq from='alicE15.721177@localhost' to='alicE15.721177@localhost/res1-parallel-<0.1703.0>' id='02c758fc131e94d68ecc6cfd2ce021f9' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>15</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
... mam_SUITE:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"message">>,
[{<<"from">>,<<"alicE15.721177@localhost">>},
{<<"to">>,
<<"alicE15.721177@localhost/res1-parallel-<0.1711.0>">>},
{<<"id">>,<<"43d791e3-ca88-4810-906f-ad0e8c520cff">>}],
[{xmlel,<<"result">>,
[{<<"queryid">>,<<"after-nonexistent-id">>},
{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"id">>,<<"AV7AEL6RS601">>}],
[{xmlel,<<"forwarded">>,
[{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
[{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2018-12-13T17:15:15Z">>},
{<<"from">>,<<"alice15.721177@localhost/res1">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,<<"alice15.721177@localhost/res1">>},
{<<"xmlns">>,<<"jabber:client">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"chat">>},
{<<"to">>,<<"bOb15.721177@localhost/res1">>}],
[{xmlel,<<"body">>,[],
[{xmlcdata,<<"Message #1">>}]}]}]}]}]},
"<message from='alicE15.721177@localhost' to='alicE15.721177@localhost/res1-parallel-<0.1711.0>' id='43d791e3-ca88-4810-906f-ad0e8c520cff'><result queryid='after-nonexistent-id' xmlns='urn:xmpp:mam:1' id='AV7AEL6RS601'><forwarded xmlns='urn:xmpp:forward:0'><delay xmlns='urn:xmpp:delay' stamp='2018-12-13T17:15:15Z' from='alice15.72... mam_SUITE:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"message">>,
[{<<"from">>,<<"alicE16.588670@localhost">>},
{<<"to">>,
<<"alicE16.588670@localhost/res1-parallel-<0.1887.0>">>},
{<<"id">>,<<"7a19d443-4714-4b8a-81e7-daaff09a33e8">>}],
[{xmlel,<<"result">>,
[{<<"queryid">>,<<"after-nonexistent-id">>},
{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"id">>,<<"AV7AELDIRAO1">>}],
[{xmlel,<<"forwarded">>,
[{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
[{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2018-12-13T17:15:16Z">>},
{<<"from">>,<<"alice16.588670@localhost/res1">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,<<"alice16.588670@localhost/res1">>},
{<<"xmlns">>,<<"jabber:client">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"chat">>},
{<<"to">>,<<"bOb16.588670@localhost/res1">>}],
[{xmlel,<<"body">>,[],
[{xmlcdata,<<"Message #1">>}]}]}]}]}]},
"<message from='alicE16.588670@localhost' to='alicE16.588670@localhost/res1-parallel-<0.1887.0>' id='7a19d443-4714-4b8a-81e7-daaff09a33e8'><result queryid='after-nonexistent-id' xmlns='urn:xmpp:mam:1' id='AV7AELDIRAO1'><forwarded xmlns='urn:xmpp:forward:0'><delay xmlns='urn:xmpp:delay' stamp='2018-12-13T17:15:16Z' from='alice16.58... mam_SUITE:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE16.588670@localhost">>},
{<<"to">>,
<<"alicE16.588670@localhost/res1-parallel-<0.1886.0>">>},
{<<"id">>,<<"bb6215b5387db20d3fb3514e5ba54288">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"15">>}]}]}]}]},
"<iq from='alicE16.588670@localhost' to='alicE16.588670@localhost/res1-parallel-<0.1886.0>' id='bb6215b5387db20d3fb3514e5ba54288' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>15</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
... mam_SUITE:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE17.509194@localhost">>},
{<<"to">>,
<<"alicE17.509194@localhost/res1-parallel-<0.2068.0>">>},
{<<"id">>,<<"70b69de97ecfbc30849547a13fea3eef">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"15">>}]}]}]}]},
"<iq from='alicE17.509194@localhost' to='alicE17.509194@localhost/res1-parallel-<0.2068.0>' id='70b69de97ecfbc30849547a13fea3eef' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>15</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
... mam_SUITE:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"message">>,
[{<<"from">>,<<"alicE17.509194@localhost">>},
{<<"to">>,
<<"alicE17.509194@localhost/res1-parallel-<0.2076.0>">>},
{<<"id">>,<<"c503cb12-fac9-4489-8218-47d41ab6f9e7">>}],
[{xmlel,<<"result">>,
[{<<"queryid">>,<<"after-nonexistent-id">>},
{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"id">>,<<"AV7AELKENFO1">>}],
[{xmlel,<<"forwarded">>,
[{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
[{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2018-12-13T17:15:17Z">>},
{<<"from">>,<<"alice17.509194@localhost/res1">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,<<"alice17.509194@localhost/res1">>},
{<<"xmlns">>,<<"jabber:client">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"chat">>},
{<<"to">>,<<"bOb17.509194@localhost/res1">>}],
[{xmlel,<<"body">>,[],
[{xmlcdata,<<"Message #1">>}]}]}]}]}]},
"<message from='alicE17.509194@localhost' to='alicE17.509194@localhost/res1-parallel-<0.2076.0>' id='c503cb12-fac9-4489-8218-47d41ab6f9e7'><result queryid='after-nonexistent-id' xmlns='urn:xmpp:mam:1' id='AV7AELKENFO1'><forwarded xmlns='urn:xmpp:forward:0'><delay xmlns='urn:xmpp:delay' stamp='2018-12-13T17:15:17Z' from='alice17.50... 6022.9 / Erlang 21.0 / riak_mnesia / cb6fe1a mam_SUITE:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE88.937922@localhost">>},
{<<"to">>,
<<"alicE88.937922@localhost/res1-parallel-<0.934.0>">>},
{<<"id">>,<<"5d77497ca39db6842c1d95f6b4575a6f">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"15">>}]}]}]}]},
"<iq from='alicE88.937922@localhost' to='alicE88.937922@localhost/res1-parallel-<0.934.0>' id='5d77497ca39db6842c1d95f6b4575a6f' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>15</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1545}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1063}]},
... mam_SUITE:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"message">>,
[{<<"from">>,<<"alicE88.937922@localhost">>},
{<<"to">>,
<<"alicE88.937922@localhost/res1-parallel-<0.949.0>">>},
{<<"id">>,<<"ce506c99-c7e3-4e94-8378-6ecbc5a06f07">>}],
[{xmlel,<<"result">>,
[{<<"queryid">>,<<"after-nonexistent-id">>},
{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"id">>,<<"AV7AF6NJ6KO1">>}],
[{xmlel,<<"forwarded">>,
[{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
[{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2018-12-13T17:16:29Z">>},
{<<"from">>,<<"alice88.937922@localhost/res1">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,<<"alice88.937922@localhost/res1">>},
{<<"xmlns">>,<<"jabber:client">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"chat">>},
{<<"to">>,<<"bOb88.937922@localhost/res1">>}],
[{xmlel,<<"body">>,[],
[{xmlcdata,<<"Message #1">>}]}]}]}]}]},
"<message from='alicE88.937922@localhost' to='alicE88.937922@localhost/res1-parallel-<0.949.0>' id='ce506c99-c7e3-4e94-8378-6ecbc5a06f07'><result queryid='after-nonexistent-id' xmlns='urn:xmpp:mam:1' id='AV7AF6NJ6KO1'><forwarded xmlns='urn:xmpp:forward:0'><delay xmlns='urn:xmpp:delay' stamp='2018-12-13T17:16:29Z' from='alice88.9379... |
2ce02c2
to
7c24a1d
Compare
Codecov Report
@@ Coverage Diff @@
## master #2166 +/- ##
==========================================
- Coverage 78.69% 78.69% -0.01%
==========================================
Files 329 329
Lines 28421 28494 +73
==========================================
+ Hits 22367 22423 +56
- Misses 6054 6071 +17
Continue to review full report at Codecov.
|
6034.1 / Erlang 19.3 / mysql_redis / d9ea024 6034.2 / Erlang 19.3 / odbc_mssql_mnesia / d9ea024 6034.3 / Erlang 19.3 / elasticsearch_and_cassandra_mnesia / d9ea024 mam_SUITE:rsm03:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE90.461115@localhost">>},
{<<"to">>,
<<"alicE90.461115@localhost/res1-parallel-<0.13348.0>">>},
{<<"id">>,
<<"fe901916194a52e4c8f06eac47be7aa6">>},
{<<"type">>,<<"result">>}],
[]},
"<iq from='alicE90.461115@localhost' to='alicE90.461115@localhost/res1-parallel-<0.13348.0>' id='fe901916194a52e4c8f06eac47be7aa6' type='result'/>"},
[{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}]},
{mam_SUITE,'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',
5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
{test_server,run_test_case_eval,9,
[{file,"test_server.erl"},{line,977}]}]}} mam_SUITE:rsm03:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE90.461115@localhost">>},
{<<"to">>,
<<"alicE90.461115@localhost/res1-parallel-<0.13347.0>">>},
{<<"id">>,
<<"275026143f919046407e9b623b962cb5">>},
{<<"type">>,<<"result">>}],
[]},
"<iq from='alicE90.461115@localhost' to='alicE90.461115@localhost/res1-parallel-<0.13347.0>' id='275026143f919046407e9b623b962cb5' type='result'/>"},
[{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}]},
{mam_SUITE,'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',
5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
{test_server,run_test_case_eval,9,
[{file,"test_server.erl"},{line,977}]}]}} mam_SUITE:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"message">>,
[{<<"from">>,<<"alicE90.461115@localhost">>},
{<<"to">>,
<<"alicE90.461115@localhost/res1-parallel-<0.13718.0>">>},
{<<"id">>,<<"94df4ab8-fcfd-477f-9a58-34177a58f45e">>}],
[{xmlel,<<"result">>,
[{<<"queryid">>,<<"after-nonexistent-id">>},
{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"id">>,<<"AV7SSHTTKN81">>}],
[{xmlel,<<"forwarded">>,
[{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
[{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2018-12-14T15:14:50Z">>},
{<<"from">>,<<"alice90.461115@localhost/res1">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,<<"alice90.461115@localhost/res1">>},
{<<"xmlns">>,<<"jabber:client">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"chat">>},
{<<"to">>,<<"bOb90.461115@localhost/res1">>}],
[{xmlel,<<"body">>,[],
[{xmlcdata,<<"Message #1">>}]}]}]}]}]},
"<message from='alicE90.461115@localhost' to='alicE90.461115@localhost/res1-parallel-<0.13718.0>' id='94df4ab8-fcfd-477f-9a58-34177a58f45e'><result queryid='after-nonexistent-id' xmlns='urn:xmpp:mam:1' id='AV7SSHTTKN81'><forwarded xmlns='urn:xmpp:forward:0'><delay xmlns='urn:xmpp:delay' stamp='2018-12-14T15:14:50Z' from='alice90.... mam_SUITE:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE90.461115@localhost">>},
{<<"to">>,
<<"alicE90.461115@localhost/res1-parallel-<0.13726.0>">>},
{<<"id">>,<<"7577426b4f6a8624d43ba551b363a478">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"15">>}]}]}]}]},
"<iq from='alicE90.461115@localhost' to='alicE90.461115@localhost/res1-parallel-<0.13726.0>' id='7577426b4f6a8624d43ba551b363a478' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>15</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
... mam_SUITE:with_rsm03:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE90.461115@localhost">>},
{<<"to">>,
<<"alicE90.461115@localhost/res1-parallel-<0.14447.0>">>},
{<<"id">>,
<<"77541c05192ee460fb0b847aa428ab85">>},
{<<"type">>,<<"result">>}],
[]},
"<iq from='alicE90.461115@localhost' to='alicE90.461115@localhost/res1-parallel-<0.14447.0>' id='77541c05192ee460fb0b847aa428ab85' type='result'/>"},
[{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}]},
{mam_SUITE,'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',
5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
{test_server,run_test_case_eval,9,
[{file,"test_server.erl"},{line,977}]}]}} mam_SUITE:with_rsm03:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE90.461115@localhost">>},
{<<"to">>,
<<"alicE90.461115@localhost/res1-parallel-<0.14460.0>">>},
{<<"id">>,
<<"3078b26079e7b47bd06964cd3740c556">>},
{<<"type">>,<<"result">>}],
[]},
"<iq from='alicE90.461115@localhost' to='alicE90.461115@localhost/res1-parallel-<0.14460.0>' id='3078b26079e7b47bd06964cd3740c556' type='result'/>"},
[{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}]},
{mam_SUITE,'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',
5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
{test_server,run_test_case_eval,9,
[{file,"test_server.erl"},{line,977}]}]}} mam_SUITE:with_rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"message">>,
[{<<"from">>,<<"alicE90.461115@localhost">>},
{<<"to">>,
<<"alicE90.461115@localhost/res1-parallel-<0.14823.0>">>},
{<<"id">>,<<"d0232fa7-439f-4f03-a148-167c0940f7c8">>}],
[{xmlel,<<"result">>,
[{<<"queryid">>,<<"after-nonexistent-id">>},
{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"id">>,<<"AV7SSHTTKN81">>}],
[{xmlel,<<"forwarded">>,
[{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
[{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2018-12-14T15:14:50Z">>},
{<<"from">>,<<"alice90.461115@localhost/res1">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,<<"alice90.461115@localhost/res1">>},
{<<"xmlns">>,<<"jabber:client">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"chat">>},
{<<"to">>,<<"bOb90.461115@localhost/res1">>}],
[{xmlel,<<"body">>,[],
[{xmlcdata,<<"Message #1">>}]}]}]}]}]},
"<message from='alicE90.461115@localhost' to='alicE90.461115@localhost/res1-parallel-<0.14823.0>' id='d0232fa7-439f-4f03-a148-167c0940f7c8'><result queryid='after-nonexistent-id' xmlns='urn:xmpp:mam:1' id='AV7SSHTTKN81'><forwarded xmlns='urn:xmpp:forward:0'><delay xmlns='urn:xmpp:delay' stamp='2018-12-14T15:14:50Z' from='alice90.... mam_SUITE:with_rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE90.461115@localhost">>},
{<<"to">>,
<<"alicE90.461115@localhost/res1-parallel-<0.14814.0>">>},
{<<"id">>,<<"b66075f7dadd611f2de6a98949e0a09a">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"15">>}]}]}]}]},
"<iq from='alicE90.461115@localhost' to='alicE90.461115@localhost/res1-parallel-<0.14814.0>' id='b66075f7dadd611f2de6a98949e0a09a' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>15</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
... mam_SUITE:muc_rsm03:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,
<<"[email protected]">>},
{<<"to">>,
<<"alicE28.320283@localhost/res1-parallel-<0.17659.0>">>},
{<<"id">>,
<<"5ff9279209a41ccf2b7818ef876086a2">>},
{<<"type">>,<<"result">>}],
[]},
"<iq from='[email protected]' to='alicE28.320283@localhost/res1-parallel-<0.17659.0>' id='5ff9279209a41ccf2b7818ef876086a2' type='result'/>"},
[{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}]},
{mam_SUITE,'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',
5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
{test_server,run_test_case_eval,9,
[{file,"test_server.erl"},{line,977}]}]}} mam_SUITE:muc_rsm03:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,
<<"[email protected]">>},
{<<"to">>,
<<"alicE28.320283@localhost/res1-parallel-<0.17672.0>">>},
{<<"id">>,
<<"322fe313f707d21c76838a5d0d809ff1">>},
{<<"type">>,<<"result">>}],
[]},
"<iq from='[email protected]' to='alicE28.320283@localhost/res1-parallel-<0.17672.0>' id='322fe313f707d21c76838a5d0d809ff1' type='result'/>"},
[{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}]},
{mam_SUITE,'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',
5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
{test_server,run_test_case_eval,9,
[{file,"test_server.erl"},{line,977}]}]}} mam_SUITE:muc_rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"[email protected]">>},
{<<"to">>,
<<"alicE28.320283@localhost/res1-parallel-<0.18049.0>">>},
{<<"id">>,<<"07800df6a672a6704c206081c9da48c2">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"15">>}]}]}]}]},
"<iq from='[email protected]' to='alicE28.320283@localhost/res1-parallel-<0.18049.0>' id='07800df6a672a6704c206081c9da48c2' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>15</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,... mam_SUITE:muc_rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"message">>,
[{<<"from">>,<<"[email protected]">>},
{<<"to">>,
<<"alicE28.320283@localhost/res1-parallel-<0.18050.0>">>},
{<<"id">>,<<"916ecc9b-e8ad-4adb-b2c9-4ac7d39a9a2a">>}],
[{xmlel,<<"result">>,
[{<<"queryid">>,<<"after-nonexistent-id">>},
{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"id">>,<<"AV7SSQUQNT81">>}],
[{xmlel,<<"forwarded">>,
[{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
[{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2018-12-14T15:15:28Z">>},
{<<"from">>,
<<"[email protected]/alicE28.320283">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,
<<"[email protected]/alicE28.320283">>},
{<<"to">>,<<>>},
{<<"xmlns">>,<<"jabber:client">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"groupchat">>}],
[{xmlel,<<"body">>,[],
[{xmlcdata,<<"Message #1">>}]},
{xmlel,<<"x">>,
[{<<"xmlns">>,
<<"http://jabber.org/protocol/muc#user">>}],
[{xmlel,<<"item">>,
[{<<"affiliation">>,<<"owner">>},
{<<"jid">>,
... 6034.5 / Erlang 20.0 / pgsql_mnesia / d9ea024 6034.6 / Erlang 21.0 / riak_mnesia / d9ea024 mam_SUITE:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE98.694615@localhost">>},
{<<"to">>,
<<"alicE98.694615@localhost/res1-parallel-<0.957.0>">>},
{<<"id">>,<<"b8a161b1d2b54c9ca8dd35db5dd9deca">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"15">>}]}]}]}]},
"<iq from='alicE98.694615@localhost' to='alicE98.694615@localhost/res1-parallel-<0.957.0>' id='b8a161b1d2b54c9ca8dd35db5dd9deca' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>15</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1545}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1063}]},
... mam_SUITE:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"message">>,
[{<<"from">>,<<"alicE98.694615@localhost">>},
{<<"to">>,
<<"alicE98.694615@localhost/res1-parallel-<0.942.0>">>},
{<<"id">>,<<"f4e9f1b8-7000-49f1-b3dd-3cf6c03f5dcb">>}],
[{xmlel,<<"result">>,
[{<<"queryid">>,<<"after-nonexistent-id">>},
{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"id">>,<<"AV7T7PJ9NC01">>}],
[{xmlel,<<"forwarded">>,
[{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
[{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2018-12-14T15:39:59Z">>},
{<<"from">>,<<"alice98.694615@localhost/res1">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,<<"alice98.694615@localhost/res1">>},
{<<"xmlns">>,<<"jabber:client">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"chat">>},
{<<"to">>,<<"bOb98.694615@localhost/res1">>}],
[{xmlel,<<"body">>,[],
[{xmlcdata,<<"Message #1">>}]}]}]}]}]},
"<message from='alicE98.694615@localhost' to='alicE98.694615@localhost/res1-parallel-<0.942.0>' id='f4e9f1b8-7000-49f1-b3dd-3cf6c03f5dcb'><result queryid='after-nonexistent-id' xmlns='urn:xmpp:mam:1' id='AV7T7PJ9NC01'><forwarded xmlns='urn:xmpp:forward:0'><delay xmlns='urn:xmpp:delay' stamp='2018-12-14T15:39:59Z' from='alice98.6946... mam_SUITE:muc_rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"[email protected]">>},
{<<"to">>,
<<"alicE3.389046@localhost/res1-parallel-<0.1089.0>">>},
{<<"id">>,<<"267ccaaf99e416468313196c10bfbd99">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"15">>}]}]}]}]},
"<iq from='[email protected]' to='alicE3.389046@localhost/res1-parallel-<0.1089.0>' id='267ccaaf99e416468313196c10bfbd99' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>15</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1545}]},
{test_server,run_test_case_eval1,6,
[{file,"test_se... mam_SUITE:muc_rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"message">>,
[{<<"from">>,<<"[email protected]">>},
{<<"to">>,
<<"alicE3.389046@localhost/res1-parallel-<0.1090.0>">>},
{<<"id">>,<<"991cce3f-7a3e-4de8-83cd-8df8065f412b">>}],
[{xmlel,<<"result">>,
[{<<"queryid">>,<<"after-nonexistent-id">>},
{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"id">>,<<"AV7T7QLAHG81">>}],
[{xmlel,<<"forwarded">>,
[{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
[{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2018-12-14T15:40:03Z">>},
{<<"from">>,
<<"[email protected]/alicE3.389046">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,
<<"[email protected]/alicE3.389046">>},
{<<"to">>,<<>>},
{<<"xmlns">>,<<"jabber:client">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"groupchat">>}],
[{xmlel,<<"body">>,[],
[{xmlcdata,<<"Message #1">>}]},
{xmlel,<<"x">>,
[{<<"xmlns">>,
<<"http://jabber.org/protocol/muc#user">>}],
[{xmlel,<<"item">>,
[{<<"affiliation">>,<<"owner">>},
{<<"jid">>,
<<"alicE... |
6044.1 / Erlang 19.3 / mysql_redis / 1e9ffc3 6044.2 / Erlang 19.3 / odbc_mssql_mnesia / 1e9ffc3 6044.3 / Erlang 19.3 / elasticsearch_and_cassandra_mnesia / 1e9ffc3 mam_SUITE:rsm03:pagination_last0{error,{test_case_failed,"ASSERT EQUAL\n\tExpected 15\n\tValue 0\n"}} mam_SUITE:rsm03:pagination_last5{error,{test_case_failed,"ASSERT EQUAL\n\tExpected 15\n\tValue 0\n"}} mam_SUITE:rsm03:pagination_last25_opt_count_all{error,{test_case_failed,"ASSERT EQUAL\n\tExpected 15\n\tValue 0\n"}} mam_SUITE:rsm03:pagination_last_after_id5_before_id11{error,{test_case_failed,"ASSERT EQUAL\n\tExpected 5\n\tValue 0\n"}} mam_SUITE:rsm03:pagination_last_after_id5{error,{test_case_failed,"ASSERT EQUAL\n\tExpected 10\n\tValue 0\n"}} mam_SUITE:rsm03:pagination_last5_opt_count{error,{test_case_failed,"ASSERT EQUAL\n\tExpected 15\n\tValue 0\n"}} mam_SUITE:rsm04:pagination_last0{error,{test_case_failed,"ASSERT EQUAL\n\tExpected 15\n\tValue 0\n"}} mam_SUITE:rsm04:pagination_last5_opt_count{error,{test_case_failed,"ASSERT EQUAL\n\tExpected 15\n\tValue 0\n"}} mam_SUITE:rsm04:pagination_last5{error,{test_case_failed,"ASSERT EQUAL\n\tExpected 15\n\tValue 0\n"}} mam_SUITE:rsm04:pagination_last_after_id5{error,{test_case_failed,"ASSERT EQUAL\n\tExpected 10\n\tValue 0\n"}} mam_SUITE:rsm04:pagination_last_after_id5_before_id11{error,{test_case_failed,"ASSERT EQUAL\n\tExpected 5\n\tValue 0\n"}} mam_SUITE:rsm04:pagination_last25_opt_count_all{error,{test_case_failed,"ASSERT EQUAL\n\tExpected 15\n\tValue 0\n"}} mam_SUITE:rsm03_comp:before_complete_false_last5{error,{test_case_failed,"assert_equal_extra(ExpectedCompleteValue, ParsedIQ # result_iq . complete)\n\tExpected <<\"false\">>\n\tValue <<\"true\">>\n\tmam_props = [{final_message,true},{result_format,mess_fin},{mam_ns,<<\"urn:xmpp:mam:0\">>}]\n\tparsed_iq = {result_iq,<<\"alicE94.942259@localhost\">>,<<\"alicE94.942259@localhost/res1-parallel-<0.14051.0>\">>,<<\"5c98013029383d0e916ab91b26d98273\">>,undefined,undefined,undefined,<<\"last5\">>,0,<<\"true\">>}\n"}} mam_SUITE:rsm04_comp:before_complete_false_last5{error,{test_case_failed,"assert_equal_extra(ExpectedCompleteValue, ParsedIQ # result_iq . complete)\n\tExpected <<\"false\">>\n\tValue <<\"true\">>\n\tmam_props = [{final_message,false},{result_format,iq_fin},{mam_ns,<<\"urn:xmpp:mam:1\">>}]\n\tparsed_iq = {result_iq,<<\"alicE94.942259@localhost\">>,<<\"alicE94.942259@localhost/res1-parallel-<0.14242.0>\">>,<<\"00766d59148008cea3b19d30a1b30dbc\">>,undefined,undefined,undefined,not_supported,0,<<\"true\">>}\n"}} mam_SUITE:with_rsm03:pagination_last5{error,{test_case_failed,"ASSERT EQUAL\n\tExpected 15\n\tValue 0\n"}} mam_SUITE:with_rsm03:pagination_last0{error,{test_case_failed,"ASSERT EQUAL\n\tExpected 15\n\tValue 0\n"}} mam_SUITE:with_rsm03:pagination_last_after_id5_before_id11{error,{test_case_failed,"ASSERT EQUAL\n\tExpected 5\n\tValue 0\n"}} mam_SUITE:with_rsm03:pagination_last_after_id5{error,{test_case_failed,"ASSERT EQUAL\n\tExpected 10\n\tValue 0\n"}} mam_SUITE:with_rsm03:pagination_last25_opt_count_all{error,{test_case_failed,"ASSERT EQUAL\n\tExpected 15\n\tValue 0\n"}} mam_SUITE:with_rsm03:pagination_last5_opt_count{error,{test_case_failed,"ASSERT EQUAL\n\tExpected 15\n\tValue 0\n"}} mam_SUITE:with_rsm04:pagination_last5{error,{test_case_failed,"ASSERT EQUAL\n\tExpected 15\n\tValue 0\n"}} mam_SUITE:with_rsm04:pagination_last_after_id5{error,{test_case_failed,"ASSERT EQUAL\n\tExpected 10\n\tValue 0\n"}} mam_SUITE:with_rsm04:pagination_last5_opt_count{error,{test_case_failed,"ASSERT EQUAL\n\tExpected 15\n\tValue 0\n"}} mam_SUITE:with_rsm04:pagination_last_after_id5_before_id11{error,{test_case_failed,"ASSERT EQUAL\n\tExpected 5\n\tValue 0\n"}} mam_SUITE:with_rsm04:pagination_last25_opt_count_all{error,{test_case_failed,"ASSERT EQUAL\n\tExpected 15\n\tValue 0\n"}} 5 errors were truncated 6044.5 / Erlang 20.0 / pgsql_mnesia / 1e9ffc3 6044.6 / Erlang 21.0 / riak_mnesia / 1e9ffc3 mam_SUITE:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE85.393131@localhost">>},
{<<"to">>,
<<"alicE85.393131@localhost/res1-parallel-<0.942.0>">>},
{<<"id">>,<<"d5fe2def61ce2a3be068b3ca20b0c2ee">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"15">>}]}]}]}]},
"<iq from='alicE85.393131@localhost' to='alicE85.393131@localhost/res1-parallel-<0.942.0>' id='d5fe2def61ce2a3be068b3ca20b0c2ee' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>15</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1545}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1063}]},
... mam_SUITE:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"message">>,
[{<<"from">>,<<"alicE85.393131@localhost">>},
{<<"to">>,
<<"alicE85.393131@localhost/res1-parallel-<0.957.0>">>},
{<<"id">>,<<"7924eca3-2113-4776-a01e-806bc83d7900">>}],
[{xmlel,<<"result">>,
[{<<"queryid">>,<<"after-nonexistent-id">>},
{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"id">>,<<"AVGM42JQC781">>}],
[{xmlel,<<"forwarded">>,
[{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
[{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2018-12-28T14:46:25Z">>},
{<<"from">>,<<"alice85.393131@localhost/res1">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,<<"alice85.393131@localhost/res1">>},
{<<"xmlns">>,<<"jabber:client">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"chat">>},
{<<"to">>,<<"bOb85.393131@localhost/res1">>}],
[{xmlel,<<"body">>,[],
[{xmlcdata,<<"Message #1">>}]}]}]}]}]},
"<message from='alicE85.393131@localhost' to='alicE85.393131@localhost/res1-parallel-<0.957.0>' id='7924eca3-2113-4776-a01e-806bc83d7900'><result queryid='after-nonexistent-id' xmlns='urn:xmpp:mam:1' id='AVGM42JQC781'><forwarded xmlns='urn:xmpp:forward:0'><delay xmlns='urn:xmpp:delay' stamp='2018-12-28T14:46:25Z' from='alice85.3931... mam_SUITE:muc_rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"[email protected]">>},
{<<"to">>,
<<"alicE90.136218@localhost/res1-parallel-<0.1089.0>">>},
{<<"id">>,<<"3467f831babfe7ac518c9dc5e610b5ab">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"15">>}]}]}]}]},
"<iq from='[email protected]' to='alicE90.136218@localhost/res1-parallel-<0.1089.0>' id='3467f831babfe7ac518c9dc5e610b5ab' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>15</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1545}]},
{test_server,run_test_case_eval1,6,
[{file,"tes... mam_SUITE:muc_rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"message">>,
[{<<"from">>,<<"[email protected]">>},
{<<"to">>,
<<"alicE90.136218@localhost/res1-parallel-<0.1098.0>">>},
{<<"id">>,<<"398df825-5665-44b9-b129-0f14f699fcb0">>}],
[{xmlel,<<"result">>,
[{<<"queryid">>,<<"after-nonexistent-id">>},
{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"id">>,<<"AVGM43LPJM01">>}],
[{xmlel,<<"forwarded">>,
[{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
[{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2018-12-28T14:46:30Z">>},
{<<"from">>,
<<"[email protected]/alicE90.136218">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,
<<"[email protected]/alicE90.136218">>},
{<<"to">>,<<>>},
{<<"xmlns">>,<<"jabber:client">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"groupchat">>}],
[{xmlel,<<"body">>,[],
[{xmlcdata,<<"Message #1">>}]},
{xmlel,<<"x">>,
[{<<"xmlns">>,
<<"http://jabber.org/protocol/muc#user">>}],
[{xmlel,<<"item">>,
[{<<"affiliation">>,<<"owner">>},
{<<"jid">>,
<<... |
0af0dc4
to
0735954
Compare
6045.1 / Erlang 19.3 / mysql_redis / d793b34 6045.2 / Erlang 19.3 / odbc_mssql_mnesia / d793b34 6045.3 / Erlang 19.3 / elasticsearch_and_cassandra_mnesia / d793b34 mam_SUITE:muc_rsm03:pagination_simple_before10{error,{test_case_failed,"ASSERT EQUAL\n\tExpected undefined\n\tValue 0\n"}} mam_SUITE:muc_rsm03:pagination_before10{error,{test_case_failed,"ASSERT EQUAL\n\tExpected 15\n\tValue 0\n"}} mam_SUITE:muc_rsm04:pagination_before10{error,{test_case_failed,"ASSERT EQUAL\n\tExpected 15\n\tValue 0\n"}} mam_SUITE:muc_rsm04:pagination_simple_before10{error,{test_case_failed,"ASSERT EQUAL\n\tExpected undefined\n\tValue 0\n"}} 6045.5 / Erlang 20.0 / pgsql_mnesia / d793b34 6045.6 / Erlang 21.0 / riak_mnesia / d793b34 mam_SUITE:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE98.658734@localhost">>},
{<<"to">>,
<<"alicE98.658734@localhost/res1-parallel-<0.944.0>">>},
{<<"id">>,<<"b02b15e4618e6eb462f3e20a72f56325">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"15">>}]}]}]}]},
"<iq from='alicE98.658734@localhost' to='alicE98.658734@localhost/res1-parallel-<0.944.0>' id='b02b15e4618e6eb462f3e20a72f56325' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>15</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1545}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1063}]},
... mam_SUITE:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"message">>,
[{<<"from">>,<<"alicE98.658734@localhost">>},
{<<"to">>,
<<"alicE98.658734@localhost/res1-parallel-<0.959.0>">>},
{<<"id">>,<<"98057ba1-1094-4d27-a202-dbbe4cdae9fa">>}],
[{xmlel,<<"result">>,
[{<<"queryid">>,<<"after-nonexistent-id">>},
{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"id">>,<<"AVGNOAMNVMG1">>}],
[{xmlel,<<"forwarded">>,
[{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
[{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2018-12-28T16:43:19Z">>},
{<<"from">>,<<"alice98.658734@localhost/res1">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,<<"alice98.658734@localhost/res1">>},
{<<"xmlns">>,<<"jabber:client">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"chat">>},
{<<"to">>,<<"bOb98.658734@localhost/res1">>}],
[{xmlel,<<"body">>,[],
[{xmlcdata,<<"Message #1">>}]}]}]}]}]},
"<message from='alicE98.658734@localhost' to='alicE98.658734@localhost/res1-parallel-<0.959.0>' id='98057ba1-1094-4d27-a202-dbbe4cdae9fa'><result queryid='after-nonexistent-id' xmlns='urn:xmpp:mam:1' id='AVGNOAMNVMG1'><forwarded xmlns='urn:xmpp:forward:0'><delay xmlns='urn:xmpp:delay' stamp='2018-12-28T16:43:19Z' from='alice98.6587... mam_SUITE:muc_rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"[email protected]">>},
{<<"to">>,
<<"alicE3.373123@localhost/res1-parallel-<0.1100.0>">>},
{<<"id">>,<<"2c49c3de031805d8e29f769e9012d1ec">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"15">>}]}]}]}]},
"<iq from='[email protected]' to='alicE3.373123@localhost/res1-parallel-<0.1100.0>' id='2c49c3de031805d8e29f769e9012d1ec' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>15</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1545}]},
{test_server,run_test_case_eval1,6,
[{file,"test_se... mam_SUITE:muc_rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"message">>,
[{<<"from">>,<<"[email protected]">>},
{<<"to">>,
<<"alicE3.373123@localhost/res1-parallel-<0.1091.0>">>},
{<<"id">>,<<"1d4d8a42-1cc2-46d4-9535-076fb43733ac">>}],
[{xmlel,<<"result">>,
[{<<"queryid">>,<<"after-nonexistent-id">>},
{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"id">>,<<"AVGNOBOIJ881">>}],
[{xmlel,<<"forwarded">>,
[{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
[{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2018-12-28T16:43:23Z">>},
{<<"from">>,
<<"[email protected]/alicE3.373123">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,
<<"[email protected]/alicE3.373123">>},
{<<"to">>,<<>>},
{<<"xmlns">>,<<"jabber:client">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"groupchat">>}],
[{xmlel,<<"body">>,[],
[{xmlcdata,<<"Message #1">>}]},
{xmlel,<<"x">>,
[{<<"xmlns">>,
<<"http://jabber.org/protocol/muc#user">>}],
[{xmlel,<<"item">>,
[{<<"affiliation">>,<<"owner">>},
{<<"jid">>,
<<"alicE... |
6054.2 / Erlang 19.3 / odbc_mssql_mnesia / 6a8edc0 6054.1 / Erlang 19.3 / mysql_redis / 6a8edc0 6054.3 / Erlang 19.3 / elasticsearch_and_cassandra_mnesia / 6a8edc0 6054.5 / Erlang 20.0 / pgsql_mnesia / 6a8edc0 6054.6 / Erlang 21.0 / riak_mnesia / 6a8edc0 mam_SUITE:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE11.110144@localhost">>},
{<<"to">>,
<<"alicE11.110144@localhost/res1-parallel-<0.945.0>">>},
{<<"id">>,<<"36bf88e5d058a4ccc8e566c95ac24a01">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"15">>}]}]}]}]},
"<iq from='alicE11.110144@localhost' to='alicE11.110144@localhost/res1-parallel-<0.945.0>' id='36bf88e5d058a4ccc8e566c95ac24a01' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>15</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1545}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1063}]},
... mam_SUITE:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"message">>,
[{<<"from">>,<<"alicE11.110144@localhost">>},
{<<"to">>,
<<"alicE11.110144@localhost/res1-parallel-<0.944.0>">>},
{<<"id">>,<<"08627605-539c-4b8a-8f3b-c98acd028cc1">>}],
[{xmlel,<<"result">>,
[{<<"queryid">>,<<"after-nonexistent-id">>},
{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"id">>,<<"AVJS24C4DTG1">>}],
[{xmlel,<<"forwarded">>,
[{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
[{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2019-01-02T16:23:31Z">>},
{<<"from">>,<<"alice11.110144@localhost/res1">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,<<"alice11.110144@localhost/res1">>},
{<<"xmlns">>,<<"jabber:client">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"chat">>},
{<<"to">>,<<"bOb11.110144@localhost/res1">>}],
[{xmlel,<<"body">>,[],
[{xmlcdata,<<"Message #1">>}]}]}]}]}]},
"<message from='alicE11.110144@localhost' to='alicE11.110144@localhost/res1-parallel-<0.944.0>' id='08627605-539c-4b8a-8f3b-c98acd028cc1'><result queryid='after-nonexistent-id' xmlns='urn:xmpp:mam:1' id='AVJS24C4DTG1'><forwarded xmlns='urn:xmpp:forward:0'><delay xmlns='urn:xmpp:delay' stamp='2019-01-02T16:23:31Z' from='alice11.1101... mam_SUITE:muc_rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"[email protected]">>},
{<<"to">>,
<<"alicE15.640857@localhost/res1-parallel-<0.1100.0>">>},
{<<"id">>,<<"ecd27d1d2276cf5a83e46370cff61400">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"15">>}]}]}]}]},
"<iq from='[email protected]' to='alicE15.640857@localhost/res1-parallel-<0.1100.0>' id='ecd27d1d2276cf5a83e46370cff61400' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>15</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1545}]},
{test_server,run_test_case_eval1,6,
[{file,"tes... mam_SUITE:muc_rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"message">>,
[{<<"from">>,<<"[email protected]">>},
{<<"to">>,
<<"alicE15.640857@localhost/res1-parallel-<0.1091.0>">>},
{<<"id">>,<<"6c1e6994-5b58-477f-80d2-78522db441d6">>}],
[{xmlel,<<"result">>,
[{<<"queryid">>,<<"after-nonexistent-id">>},
{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"id">>,<<"AVJS25D7K401">>}],
[{xmlel,<<"forwarded">>,
[{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
[{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2019-01-02T16:23:35Z">>},
{<<"from">>,
<<"[email protected]/alicE15.640857">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,
<<"[email protected]/alicE15.640857">>},
{<<"to">>,<<>>},
{<<"xmlns">>,<<"jabber:client">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"groupchat">>}],
[{xmlel,<<"body">>,[],
[{xmlcdata,<<"Message #1">>}]},
{xmlel,<<"x">>,
[{<<"xmlns">>,
<<"http://jabber.org/protocol/muc#user">>}],
[{xmlel,<<"item">>,
[{<<"affiliation">>,<<"owner">>},
{<<"jid">>,
<<... |
6060.1 / Erlang 19.3 / mysql_redis / 700e602 mam_SUITE:rsm03:pagination_last_after_id5_before_id11{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm03:pagination_last_after_id5{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm04:pagination_last_after_id5_before_id11{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm04:pagination_last_after_id5{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm03_comp:before_complete_true_before6{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm03_comp:before_complete_false_last5{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm03_comp:before_complete_true_before5{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm03_comp:after_complete_true_after11{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm03_comp:after_complete_false_after9{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm03_comp:before_complete_false_before10{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm03_comp:after_complete_false_after2{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm03_comp:after_complete_true_after10{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm03_comp:before_complete_true_before1{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm04_comp:before_complete_true_before5{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm04_comp:after_complete_true_after11{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm04_comp:before_complete_true_before1{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm04_comp:before_complete_false_before10{error,{test_case_failed,"Unexpected error IQ."}} 428 errors were truncated 6060.2 / Erlang 19.3 / odbc_mssql_mnesia / 700e602 mam_SUITE:rsm03:pagination_last_after_id5_before_id11{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm03:pagination_last_after_id5{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm04:pagination_last_after_id5_before_id11{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm04:pagination_last_after_id5{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm03_comp:before_complete_false_last5{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm03_comp:after_complete_false_after2{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm03_comp:before_complete_true_before5{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm03_comp:after_complete_false_after9{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm03_comp:before_complete_false_before10{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm03_comp:after_complete_true_after10{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm03_comp:before_complete_true_before6{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm03_comp:before_complete_true_before1{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm03_comp:after_complete_true_after11{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm04_comp:after_complete_false_after2{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm04_comp:before_complete_false_before10{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm04_comp:before_complete_false_last5{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm04_comp:before_complete_true_before1{error,{test_case_failed,"Unexpected error IQ."}} 428 errors were truncated 6060.3 / Erlang 19.3 / elasticsearch_and_cassandra_mnesia / 700e602 6060.6 / Erlang 21.0 / riak_mnesia / 700e602 mam_SUITE:rsm03:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE99.889939@localhost">>},
{<<"to">>,
<<"alicE99.889939@localhost/res1-parallel-<0.4033.0>">>},
{<<"id">>,
<<"c21fd86c7b09e3981339fcad8e7c77a1">>},
{<<"type">>,<<"result">>}],
[]},
"<iq from='alicE99.889939@localhost' to='alicE99.889939@localhost/res1-parallel-<0.4033.0>' id='c21fd86c7b09e3981339fcad8e7c77a1' type='result'/>"},
[{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}]},
{mam_SUITE,'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',
5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1545}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1063}]},
{test_server,run_test_case_eval,9,
[{file,"test_server.erl"},{line,995}]}]}} mam_SUITE:rsm03:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE99.889939@localhost">>},
{<<"to">>,
<<"alicE99.889939@localhost/res1-parallel-<0.4075.0>">>},
{<<"id">>,
<<"ead75549db180682fedc183488f58934">>},
{<<"type">>,<<"result">>}],
[]},
"<iq from='alicE99.889939@localhost' to='alicE99.889939@localhost/res1-parallel-<0.4075.0>' id='ead75549db180682fedc183488f58934' type='result'/>"},
[{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}]},
{mam_SUITE,'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',
5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1545}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1063}]},
{test_server,run_test_case_eval,9,
[{file,"test_server.erl"},{line,995}]}]}} mam_SUITE:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE99.889939@localhost">>},
{<<"to">>,
<<"alicE99.889939@localhost/res1-parallel-<0.4365.0>">>},
{<<"id">>,<<"caad32cd0b67b9cdbe046bdb08dd33fb">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"15">>}]}]}]}]},
"<iq from='alicE99.889939@localhost' to='alicE99.889939@localhost/res1-parallel-<0.4365.0>' id='caad32cd0b67b9cdbe046bdb08dd33fb' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>15</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1545}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1063}]},
... mam_SUITE:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"message">>,
[{<<"from">>,<<"alicE99.889939@localhost">>},
{<<"to">>,
<<"alicE99.889939@localhost/res1-parallel-<0.4400.0>">>},
{<<"id">>,<<"393f6747-2c12-43f4-af2a-1cedd2ec56bd">>}],
[{xmlel,<<"result">>,
[{<<"queryid">>,<<"after-nonexistent-id">>},
{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"id">>,<<"AVKDNHK21Q81">>}],
[{xmlel,<<"forwarded">>,
[{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
[{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2019-01-03T13:28:19Z">>},
{<<"from">>,<<"alice99.889939@localhost/res1">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,<<"alice99.889939@localhost/res1">>},
{<<"xmlns">>,<<"jabber:client">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"chat">>},
{<<"to">>,<<"bOb99.889939@localhost/res1">>}],
[{xmlel,<<"body">>,[],
[{xmlcdata,<<"Message #1">>}]}]}]}]}]},
"<message from='alicE99.889939@localhost' to='alicE99.889939@localhost/res1-parallel-<0.4400.0>' id='393f6747-2c12-43f4-af2a-1cedd2ec56bd'><result queryid='after-nonexistent-id' xmlns='urn:xmpp:mam:1' id='AVKDNHK21Q81'><forwarded xmlns='urn:xmpp:forward:0'><delay xmlns='urn:xmpp:delay' stamp='2019-01-03T13:28:19Z' from='alice99.88... mam_SUITE:with_rsm03:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE99.889939@localhost">>},
{<<"to">>,
<<"alicE99.889939@localhost/res1-parallel-<0.5142.0>">>},
{<<"id">>,
<<"30418480b53d28f931487268c2b42993">>},
{<<"type">>,<<"result">>}],
[]},
"<iq from='alicE99.889939@localhost' to='alicE99.889939@localhost/res1-parallel-<0.5142.0>' id='30418480b53d28f931487268c2b42993' type='result'/>"},
[{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}]},
{mam_SUITE,'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',
5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1545}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1063}]},
{test_server,run_test_case_eval,9,
[{file,"test_server.erl"},{line,995}]}]}} mam_SUITE:with_rsm03:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE99.889939@localhost">>},
{<<"to">>,
<<"alicE99.889939@localhost/res1-parallel-<0.5105.0>">>},
{<<"id">>,
<<"db32d46cf3dfc432684939441ebe993d">>},
{<<"type">>,<<"result">>}],
[]},
"<iq from='alicE99.889939@localhost' to='alicE99.889939@localhost/res1-parallel-<0.5105.0>' id='db32d46cf3dfc432684939441ebe993d' type='result'/>"},
[{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}]},
{mam_SUITE,'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',
5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1545}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1063}]},
{test_server,run_test_case_eval,9,
[{file,"test_server.erl"},{line,995}]}]}} mam_SUITE:with_rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE99.889939@localhost">>},
{<<"to">>,
<<"alicE99.889939@localhost/res1-parallel-<0.5499.0>">>},
{<<"id">>,<<"9136597922cea4539d11929a011ee913">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"15">>}]}]}]}]},
"<iq from='alicE99.889939@localhost' to='alicE99.889939@localhost/res1-parallel-<0.5499.0>' id='9136597922cea4539d11929a011ee913' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>15</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1545}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1063}]},
... mam_SUITE:with_rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"message">>,
[{<<"from">>,<<"alicE99.889939@localhost">>},
{<<"to">>,
<<"alicE99.889939@localhost/res1-parallel-<0.5494.0>">>},
{<<"id">>,<<"859963ad-ec72-4eec-9240-b7312f6d1a72">>}],
[{xmlel,<<"result">>,
[{<<"queryid">>,<<"after-nonexistent-id">>},
{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"id">>,<<"AVKDNHK21Q81">>}],
[{xmlel,<<"forwarded">>,
[{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
[{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2019-01-03T13:28:19Z">>},
{<<"from">>,<<"alice99.889939@localhost/res1">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,<<"alice99.889939@localhost/res1">>},
{<<"xmlns">>,<<"jabber:client">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"chat">>},
{<<"to">>,<<"bOb99.889939@localhost/res1">>}],
[{xmlel,<<"body">>,[],
[{xmlcdata,<<"Message #1">>}]}]}]}]}]},
"<message from='alicE99.889939@localhost' to='alicE99.889939@localhost/res1-parallel-<0.5494.0>' id='859963ad-ec72-4eec-9240-b7312f6d1a72'><result queryid='after-nonexistent-id' xmlns='urn:xmpp:mam:1' id='AVKDNHK21Q81'><forwarded xmlns='urn:xmpp:forward:0'><delay xmlns='urn:xmpp:delay' stamp='2019-01-03T13:28:19Z' from='alice99.88... mam_SUITE:muc_rsm03:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,
<<"[email protected]">>},
{<<"to">>,
<<"alicE49.557231@localhost/res1-parallel-<0.8323.0>">>},
{<<"id">>,
<<"8c15ba73a319716c12533a729dc34b86">>},
{<<"type">>,<<"result">>}],
[]},
"<iq from='[email protected]' to='alicE49.557231@localhost/res1-parallel-<0.8323.0>' id='8c15ba73a319716c12533a729dc34b86' type='result'/>"},
[{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}]},
{mam_SUITE,'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',
5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1545}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1063}]},
{test_server,run_test_case_eval,9,
[{file,"test_server.erl"},{line,995}]}]}} mam_SUITE:muc_rsm03:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,
<<"[email protected]">>},
{<<"to">>,
<<"alicE49.557231@localhost/res1-parallel-<0.8324.0>">>},
{<<"id">>,
<<"4a4e78459212098fe149a63dcb73b515">>},
{<<"type">>,<<"result">>}],
[]},
"<iq from='[email protected]' to='alicE49.557231@localhost/res1-parallel-<0.8324.0>' id='4a4e78459212098fe149a63dcb73b515' type='result'/>"},
[{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}]},
{mam_SUITE,'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',
5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1545}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1063}]},
{test_server,run_test_case_eval,9,
[{file,"test_server.erl"},{line,995}]}]}} mam_SUITE:muc_rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"[email protected]">>},
{<<"to">>,
<<"alicE49.557231@localhost/res1-parallel-<0.8673.0>">>},
{<<"id">>,<<"03134e85d99e1dade8950e9849390f40">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"15">>}]}]}]}]},
"<iq from='[email protected]' to='alicE49.557231@localhost/res1-parallel-<0.8673.0>' id='03134e85d99e1dade8950e9849390f40' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>15</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1545}]},
{test_server,run_test_case_eval1,6,
[{file,"tes... mam_SUITE:muc_rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"message">>,
[{<<"from">>,<<"[email protected]">>},
{<<"to">>,
<<"alicE49.557231@localhost/res1-parallel-<0.8672.0>">>},
{<<"id">>,<<"dfce0094-aeea-43df-803b-2f652ceb79b8">>}],
[{xmlel,<<"result">>,
[{<<"queryid">>,<<"after-nonexistent-id">>},
{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"id">>,<<"AVKDNTEVHO81">>}],
[{xmlel,<<"forwarded">>,
[{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
[{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2019-01-03T13:29:09Z">>},
{<<"from">>,
<<"[email protected]/alicE49.557231">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,
<<"[email protected]/alicE49.557231">>},
{<<"to">>,<<>>},
{<<"xmlns">>,<<"jabber:client">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"groupchat">>}],
[{xmlel,<<"body">>,[],
[{xmlcdata,<<"Message #1">>}]},
{xmlel,<<"x">>,
[{<<"xmlns">>,
<<"http://jabber.org/protocol/muc#user">>}],
[{xmlel,<<"item">>,
[{<<"affiliation">>,<<"owner">>},
{<<"jid">>,
<<... 6060.5 / Erlang 20.0 / pgsql_mnesia / 700e602 mam_SUITE:rsm03:pagination_last_after_id5_before_id11{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm03:pagination_last_after_id5{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm04:pagination_last_after_id5{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm04:pagination_last_after_id5_before_id11{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm03_comp:before_complete_false_last5{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm03_comp:after_complete_true_after11{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm03_comp:after_complete_false_after2{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm03_comp:after_complete_true_after10{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm03_comp:before_complete_true_before5{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm03_comp:after_complete_false_after9{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm03_comp:before_complete_true_before1{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm03_comp:before_complete_true_before6{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm03_comp:before_complete_false_before10{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm04_comp:after_complete_true_after10{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm04_comp:after_complete_false_after2{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm04_comp:before_complete_true_before6{error,{test_case_failed,"Unexpected error IQ."}} mam_SUITE:rsm04_comp:before_complete_false_before10{error,{test_case_failed,"Unexpected error IQ."}} 428 errors were truncated |
6065.1 / Erlang 19.3 / mysql_redis / a26fdce 6065.2 / Erlang 19.3 / odbc_mssql_mnesia / a26fdce 6065.3 / Erlang 19.3 / elasticsearch_and_cassandra_mnesia / a26fdce 6065.6 / Erlang 21.0 / riak_mnesia / a26fdce mam_SUITE:rsm03:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE82.908590@localhost">>},
{<<"to">>,
<<"alicE82.908590@localhost/res1-parallel-<0.4007.0>">>},
{<<"id">>,
<<"312d8d48324fe6b8a1f25fff00319315">>},
{<<"type">>,<<"result">>}],
[]},
"<iq from='alicE82.908590@localhost' to='alicE82.908590@localhost/res1-parallel-<0.4007.0>' id='312d8d48324fe6b8a1f25fff00319315' type='result'/>"},
[{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}]},
{mam_SUITE,'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',
5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1545}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1063}]},
{test_server,run_test_case_eval,9,
[{file,"test_server.erl"},{line,995}]}]}} mam_SUITE:rsm03:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE82.908590@localhost">>},
{<<"to">>,
<<"alicE82.908590@localhost/res1-parallel-<0.4020.0>">>},
{<<"id">>,
<<"daca506a3c00326767d38259f5ee4c13">>},
{<<"type">>,<<"result">>}],
[]},
"<iq from='alicE82.908590@localhost' to='alicE82.908590@localhost/res1-parallel-<0.4020.0>' id='daca506a3c00326767d38259f5ee4c13' type='result'/>"},
[{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}]},
{mam_SUITE,'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',
5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1545}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1063}]},
{test_server,run_test_case_eval,9,
[{file,"test_server.erl"},{line,995}]}]}} mam_SUITE:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE82.908590@localhost">>},
{<<"to">>,
<<"alicE82.908590@localhost/res1-parallel-<0.4367.0>">>},
{<<"id">>,<<"bf1f4d1c061cde5b0c63ca81dd2ea4a2">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"15">>}]}]}]}]},
"<iq from='alicE82.908590@localhost' to='alicE82.908590@localhost/res1-parallel-<0.4367.0>' id='bf1f4d1c061cde5b0c63ca81dd2ea4a2' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>15</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1545}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1063}]},
... mam_SUITE:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"message">>,
[{<<"from">>,<<"alicE82.908590@localhost">>},
{<<"to">>,
<<"alicE82.908590@localhost/res1-parallel-<0.4382.0>">>},
{<<"id">>,<<"2f190d1f-8b4e-4680-829e-713150d11fd7">>}],
[{xmlel,<<"result">>,
[{<<"queryid">>,<<"after-nonexistent-id">>},
{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"id">>,<<"AVKGJ23UOI81">>}],
[{xmlel,<<"forwarded">>,
[{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
[{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2019-01-03T16:53:02Z">>},
{<<"from">>,<<"alice82.908590@localhost/res1">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,<<"alice82.908590@localhost/res1">>},
{<<"xmlns">>,<<"jabber:client">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"chat">>},
{<<"to">>,<<"bOb82.908590@localhost/res1">>}],
[{xmlel,<<"body">>,[],
[{xmlcdata,<<"Message #1">>}]}]}]}]}]},
"<message from='alicE82.908590@localhost' to='alicE82.908590@localhost/res1-parallel-<0.4382.0>' id='2f190d1f-8b4e-4680-829e-713150d11fd7'><result queryid='after-nonexistent-id' xmlns='urn:xmpp:mam:1' id='AVKGJ23UOI81'><forwarded xmlns='urn:xmpp:forward:0'><delay xmlns='urn:xmpp:delay' stamp='2019-01-03T16:53:02Z' from='alice82.90... mam_SUITE:with_rsm03:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE82.908590@localhost">>},
{<<"to">>,
<<"alicE82.908590@localhost/res1-parallel-<0.5122.0>">>},
{<<"id">>,
<<"c4fb8bf06c1f3dc476505bc7578c25a4">>},
{<<"type">>,<<"result">>}],
[]},
"<iq from='alicE82.908590@localhost' to='alicE82.908590@localhost/res1-parallel-<0.5122.0>' id='c4fb8bf06c1f3dc476505bc7578c25a4' type='result'/>"},
[{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}]},
{mam_SUITE,'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',
5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1545}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1063}]},
{test_server,run_test_case_eval,9,
[{file,"test_server.erl"},{line,995}]}]}} mam_SUITE:with_rsm03:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE82.908590@localhost">>},
{<<"to">>,
<<"alicE82.908590@localhost/res1-parallel-<0.5148.0>">>},
{<<"id">>,
<<"e4518272a3e95056c9213dd54b09ead6">>},
{<<"type">>,<<"result">>}],
[]},
"<iq from='alicE82.908590@localhost' to='alicE82.908590@localhost/res1-parallel-<0.5148.0>' id='e4518272a3e95056c9213dd54b09ead6' type='result'/>"},
[{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}]},
{mam_SUITE,'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',
5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1545}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1063}]},
{test_server,run_test_case_eval,9,
[{file,"test_server.erl"},{line,995}]}]}} mam_SUITE:with_rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"message">>,
[{<<"from">>,<<"alicE82.908590@localhost">>},
{<<"to">>,
<<"alicE82.908590@localhost/res1-parallel-<0.5467.0>">>},
{<<"id">>,<<"1df93080-5c95-4019-8111-b9a064437478">>}],
[{xmlel,<<"result">>,
[{<<"queryid">>,<<"after-nonexistent-id">>},
{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"id">>,<<"AVKGJ23UOI81">>}],
[{xmlel,<<"forwarded">>,
[{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
[{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2019-01-03T16:53:02Z">>},
{<<"from">>,<<"alice82.908590@localhost/res1">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,<<"alice82.908590@localhost/res1">>},
{<<"xmlns">>,<<"jabber:client">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"chat">>},
{<<"to">>,<<"bOb82.908590@localhost/res1">>}],
[{xmlel,<<"body">>,[],
[{xmlcdata,<<"Message #1">>}]}]}]}]}]},
"<message from='alicE82.908590@localhost' to='alicE82.908590@localhost/res1-parallel-<0.5467.0>' id='1df93080-5c95-4019-8111-b9a064437478'><result queryid='after-nonexistent-id' xmlns='urn:xmpp:mam:1' id='AVKGJ23UOI81'><forwarded xmlns='urn:xmpp:forward:0'><delay xmlns='urn:xmpp:delay' stamp='2019-01-03T16:53:02Z' from='alice82.90... mam_SUITE:with_rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE82.908590@localhost">>},
{<<"to">>,
<<"alicE82.908590@localhost/res1-parallel-<0.5549.0>">>},
{<<"id">>,<<"6850234cd2872c8f734f521c4cadce17">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"15">>}]}]}]}]},
"<iq from='alicE82.908590@localhost' to='alicE82.908590@localhost/res1-parallel-<0.5549.0>' id='6850234cd2872c8f734f521c4cadce17' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>15</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1545}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1063}]},
... mam_SUITE:muc_rsm03:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,
<<"[email protected]">>},
{<<"to">>,
<<"alicE34.884579@localhost/res1-parallel-<0.8248.0>">>},
{<<"id">>,
<<"cc175e73d5852bbf9deabc15495b3989">>},
{<<"type">>,<<"result">>}],
[]},
"<iq from='[email protected]' to='alicE34.884579@localhost/res1-parallel-<0.8248.0>' id='cc175e73d5852bbf9deabc15495b3989' type='result'/>"},
[{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}]},
{mam_SUITE,'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',
5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1545}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1063}]},
{test_server,run_test_case_eval,9,
[{file,"test_server.erl"},{line,995}]}]}} mam_SUITE:muc_rsm03:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,
<<"[email protected]">>},
{<<"to">>,
<<"alicE34.884579@localhost/res1-parallel-<0.8247.0>">>},
{<<"id">>,
<<"cef08d5bd48bf2658e0c195b9c13eab5">>},
{<<"type">>,<<"result">>}],
[]},
"<iq from='[email protected]' to='alicE34.884579@localhost/res1-parallel-<0.8247.0>' id='cef08d5bd48bf2658e0c195b9c13eab5' type='result'/>"},
[{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}]},
{mam_SUITE,'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',
5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1545}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1063}]},
{test_server,run_test_case_eval,9,
[{file,"test_server.erl"},{line,995}]}]}} mam_SUITE:muc_rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"[email protected]">>},
{<<"to">>,
<<"alicE34.884579@localhost/res1-parallel-<0.8673.0>">>},
{<<"id">>,<<"f5346b67bb5e3e47504605da9a4886ee">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"15">>}]}]}]}]},
"<iq from='[email protected]' to='alicE34.884579@localhost/res1-parallel-<0.8673.0>' id='f5346b67bb5e3e47504605da9a4886ee' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>15</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1545}]},
{test_server,run_test_case_eval1,6,
[{file,"tes... mam_SUITE:muc_rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"message">>,
[{<<"from">>,<<"[email protected]">>},
{<<"to">>,
<<"alicE34.884579@localhost/res1-parallel-<0.8675.0>">>},
{<<"id">>,<<"182e28d0-e204-4ece-914b-651704fbd397">>}],
[{xmlel,<<"result">>,
[{<<"queryid">>,<<"after-nonexistent-id">>},
{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"id">>,<<"AVKGJEGOM281">>}],
[{xmlel,<<"forwarded">>,
[{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
[{xmlel,<<"delay">>,
[{<<"xmlns">>,<<"urn:xmpp:delay">>},
{<<"stamp">>,<<"2019-01-03T16:53:54Z">>},
{<<"from">>,
<<"[email protected]/alicE34.884579">>}],
[]},
{xmlel,<<"message">>,
[{<<"from">>,
<<"[email protected]/alicE34.884579">>},
{<<"to">>,<<>>},
{<<"xmlns">>,<<"jabber:client">>},
{<<"xml:lang">>,<<"en">>},
{<<"type">>,<<"groupchat">>}],
[{xmlel,<<"body">>,[],
[{xmlcdata,<<"Message #1">>}]},
{xmlel,<<"x">>,
[{<<"xmlns">>,
<<"http://jabber.org/protocol/muc#user">>}],
[{xmlel,<<"item">>,
[{<<"affiliation">>,<<"owner">>},
{<<"jid">>,
<<... 6065.5 / Erlang 20.0 / pgsql_mnesia / a26fdce |
6071.2 / Erlang 19.3 / odbc_mssql_mnesia / bb630ae 6071.1 / Erlang 19.3 / mysql_redis / bb630ae 6071.3 / Erlang 19.3 / elasticsearch_and_cassandra_mnesia / bb630ae 6071.5 / Erlang 20.0 / pgsql_mnesia / bb630ae 6071.6 / Erlang 21.0 / riak_mnesia / bb630ae |
6089.3 / Erlang 19.3 / elasticsearch_and_cassandra_mnesia / 78005dd mam_SUITE:rsm03:pagination_before10{error,{test_case_failed,"ASSERT EQUAL\n\tExpected 15\n\tValue 0\n"}} mam_SUITE:rsm03:pagination_simple_before10{error,{test_case_failed,"ASSERT EQUAL\n\tExpected undefined\n\tValue 0\n"}} mam_SUITE:rsm03:pagination_after10{error,{test_case_failed,"ASSERT EQUAL\n\tExpected 15\n\tValue 0\n"}} mam_SUITE:rsm03:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE14.711833@localhost">>},
{<<"to">>,
<<"alicE14.711833@localhost/res1-parallel-<0.13372.0>">>},
{<<"id">>,
<<"1649f4f0ca1a64bccf6dc99e1dabc857">>},
{<<"type">>,<<"result">>}],
[]},
"<iq from='alicE14.711833@localhost' to='alicE14.711833@localhost/res1-parallel-<0.13372.0>' id='1649f4f0ca1a64bccf6dc99e1dabc857' type='result'/>"},
[{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}]},
{mam_SUITE,'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',
5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
{test_server,run_test_case_eval,9,
[{file,"test_server.erl"},{line,977}]}]}} mam_SUITE:rsm03:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE14.711833@localhost">>},
{<<"to">>,
<<"alicE14.711833@localhost/res1-parallel-<0.13369.0>">>},
{<<"id">>,
<<"a84cf589965f6c27e82ae0fae9d5a8cf">>},
{<<"type">>,<<"result">>}],
[]},
"<iq from='alicE14.711833@localhost' to='alicE14.711833@localhost/res1-parallel-<0.13369.0>' id='a84cf589965f6c27e82ae0fae9d5a8cf' type='result'/>"},
[{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}]},
{mam_SUITE,'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',
5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
{test_server,run_test_case_eval,9,
[{file,"test_server.erl"},{line,977}]}]}} mam_SUITE:rsm04:pagination_simple_before10{error,{test_case_failed,"ASSERT EQUAL\n\tExpected undefined\n\tValue 0\n"}} mam_SUITE:rsm04:pagination_before10{error,{test_case_failed,"ASSERT EQUAL\n\tExpected 15\n\tValue 0\n"}} mam_SUITE:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE14.711833@localhost">>},
{<<"to">>,
<<"alicE14.711833@localhost/res1-parallel-<0.13737.0>">>},
{<<"id">>,<<"713aef0679720f82dcddcd01b0533c3a">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"0">>}]}]}]}]},
"<iq from='alicE14.711833@localhost' to='alicE14.711833@localhost/res1-parallel-<0.13737.0>' id='713aef0679720f82dcddcd01b0533c3a' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>0</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
... mam_SUITE:rsm04:pagination_after10{error,{test_case_failed,"ASSERT EQUAL\n\tExpected 15\n\tValue 0\n"}} mam_SUITE:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE14.711833@localhost">>},
{<<"to">>,
<<"alicE14.711833@localhost/res1-parallel-<0.13755.0>">>},
{<<"id">>,<<"bd460deab5b625b392dacf531774fd4a">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"0">>}]}]}]}]},
"<iq from='alicE14.711833@localhost' to='alicE14.711833@localhost/res1-parallel-<0.13755.0>' id='bd460deab5b625b392dacf531774fd4a' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>0</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
... mam_SUITE:rsm03_comp:before_complete_false_before10{error,{test_case_failed,"assert_equal_extra(ExpectedCompleteValue, ParsedIQ # result_iq . complete)\n\tExpected <<\"false\">>\n\tValue <<\"true\">>\n\tmam_props = [{final_message,true},{result_format,mess_fin},{mam_ns,<<\"urn:xmpp:mam:0\">>}]\n\tparsed_iq = {result_iq,<<\"alicE14.711833@localhost\">>,<<\"alicE14.711833@localhost/res1-parallel-<0.14092.0>\">>,<<\"d14464de58a8e924ebfde21d0bdc18e7\">>,undefined,undefined,undefined,<<\"before10\">>,0,<<\"true\">>}\n"}} mam_SUITE:rsm03_comp:after_complete_false_after9{error,{test_case_failed,"assert_equal_extra(ExpectedCompleteValue, ParsedIQ # result_iq . complete)\n\tExpected <<\"false\">>\n\tValue <<\"true\">>\n\tmam_props = [{final_message,true},{result_format,mess_fin},{mam_ns,<<\"urn:xmpp:mam:0\">>}]\n\tparsed_iq = {result_iq,<<\"alicE14.711833@localhost\">>,<<\"alicE14.711833@localhost/res1-parallel-<0.14098.0>\">>,<<\"1798237e88aac18df9cbf3a36d1051e8\">>,undefined,undefined,undefined,<<\"after9\">>,0,<<\"true\">>}\n"}} mam_SUITE:rsm03_comp:after_complete_false_after2{error,{test_case_failed,"assert_equal_extra(ExpectedCompleteValue, ParsedIQ # result_iq . complete)\n\tExpected <<\"false\">>\n\tValue <<\"true\">>\n\tmam_props = [{final_message,true},{result_format,mess_fin},{mam_ns,<<\"urn:xmpp:mam:0\">>}]\n\tparsed_iq = {result_iq,<<\"alicE14.711833@localhost\">>,<<\"alicE14.711833@localhost/res1-parallel-<0.14101.0>\">>,<<\"29f40ba5d2c847163a5ca4959eca7a75\">>,undefined,undefined,undefined,<<\"after2\">>,0,<<\"true\">>}\n"}} mam_SUITE:rsm04_comp:before_complete_false_before10{error,{test_case_failed,"assert_equal_extra(ExpectedCompleteValue, ParsedIQ # result_iq . complete)\n\tExpected <<\"false\">>\n\tValue <<\"true\">>\n\tmam_props = [{final_message,false},{result_format,iq_fin},{mam_ns,<<\"urn:xmpp:mam:1\">>}]\n\tparsed_iq = {result_iq,<<\"alicE14.711833@localhost\">>,<<\"alicE14.711833@localhost/res1-parallel-<0.14316.0>\">>,<<\"aa51812c725581a30feb5e668b5fb234\">>,undefined,undefined,undefined,not_supported,0,<<\"true\">>}\n"}} mam_SUITE:rsm04_comp:after_complete_false_after9{error,{test_case_failed,"assert_equal_extra(ExpectedCompleteValue, ParsedIQ # result_iq . complete)\n\tExpected <<\"false\">>\n\tValue <<\"true\">>\n\tmam_props = [{final_message,false},{result_format,iq_fin},{mam_ns,<<\"urn:xmpp:mam:1\">>}]\n\tparsed_iq = {result_iq,<<\"alicE14.711833@localhost\">>,<<\"alicE14.711833@localhost/res1-parallel-<0.14335.0>\">>,<<\"01582ec6c0df09bcfc7b674f7dcc72fd\">>,undefined,undefined,undefined,not_supported,0,<<\"true\">>}\n"}} mam_SUITE:rsm04_comp:after_complete_false_after2{error,{test_case_failed,"assert_equal_extra(ExpectedCompleteValue, ParsedIQ # result_iq . complete)\n\tExpected <<\"false\">>\n\tValue <<\"true\">>\n\tmam_props = [{final_message,false},{result_format,iq_fin},{mam_ns,<<\"urn:xmpp:mam:1\">>}]\n\tparsed_iq = {result_iq,<<\"alicE14.711833@localhost\">>,<<\"alicE14.711833@localhost/res1-parallel-<0.14334.0>\">>,<<\"5ad49f8219b83fd160323482a06ad61f\">>,undefined,undefined,undefined,not_supported,0,<<\"true\">>}\n"}} mam_SUITE:with_rsm03:pagination_simple_before10{error,{test_case_failed,"ASSERT EQUAL\n\tExpected undefined\n\tValue 0\n"}} mam_SUITE:with_rsm03:server_returns_item_not_found_for_after_filter_with_nonexistent_id{error,{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE14.711833@localhost">>},
{<<"to">>,
<<"alicE14.711833@localhost/res1-parallel-<0.14613.0>">>},
{<<"id">>,
<<"a5eec4f2144a79d97b3567d78842b403">>},
{<<"type">>,<<"result">>}],
[]},
"<iq from='alicE14.711833@localhost' to='alicE14.711833@localhost/res1-parallel-<0.14613.0>' id='a5eec4f2144a79d97b3567d78842b403' type='result'/>"},
[{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}]},
{mam_SUITE,'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',
5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
{test_server,run_test_case_eval,9,
[{file,"test_server.erl"},{line,977}]}]}} mam_SUITE:with_rsm03:pagination_after10{error,{test_case_failed,"ASSERT EQUAL\n\tExpected 15\n\tValue 0\n"}} mam_SUITE:with_rsm03:pagination_before10{error,{test_case_failed,"ASSERT EQUAL\n\tExpected 15\n\tValue 0\n"}} mam_SUITE:with_rsm03:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE14.711833@localhost">>},
{<<"to">>,
<<"alicE14.711833@localhost/res1-parallel-<0.14605.0>">>},
{<<"id">>,
<<"835944d68d3024836bb23fa3ad885903">>},
{<<"type">>,<<"result">>}],
[]},
"<iq from='alicE14.711833@localhost' to='alicE14.711833@localhost/res1-parallel-<0.14605.0>' id='835944d68d3024836bb23fa3ad885903' type='result'/>"},
[{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}]},
{mam_SUITE,'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',
5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
{test_server,run_test_case_eval,9,
[{file,"test_server.erl"},{line,977}]}]}} mam_SUITE:with_rsm04:pagination_before10{error,{test_case_failed,"ASSERT EQUAL\n\tExpected 15\n\tValue 0\n"}} mam_SUITE:with_rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id{error,
{{assertion_failed,assert,is_iq_error,
{xmlel,<<"iq">>,
[{<<"from">>,<<"alicE14.711833@localhost">>},
{<<"to">>,
<<"alicE14.711833@localhost/res1-parallel-<0.15002.0>">>},
{<<"id">>,<<"e27cbc3236c28ac9556fd9406dd6e7d2">>},
{<<"type">>,<<"result">>}],
[{xmlel,<<"fin">>,
[{<<"xmlns">>,<<"urn:xmpp:mam:1">>},
{<<"complete">>,<<"true">>}],
[{xmlel,<<"set">>,
[{<<"xmlns">>,<<"http://jabber.org/protocol/rsm">>}],
[{xmlel,<<"count">>,[],[{xmlcdata,<<"0">>}]}]}]}]},
"<iq from='alicE14.711833@localhost' to='alicE14.711833@localhost/res1-parallel-<0.15002.0>' id='e27cbc3236c28ac9556fd9406dd6e7d2' type='result'><fin xmlns='urn:xmpp:mam:1' complete='true'><set xmlns='http://jabber.org/protocol/rsm'><count>0</count></set></fin></iq>"},
[{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}]},
{mam_SUITE,
'-server_returns_item_not_found_for_nonexistent_id/3-fun-0-',5,
[{file,"mam_SUITE.erl"},{line,2437}]},
{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"},{line,1529}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1045}]},
... mam_SUITE:with_rsm04:pagination_after10{error,{test_case_failed,"ASSERT EQUAL\n\tExpected 15\n\tValue 0\n"}} mam_SUITE:with_rsm04:pagination_simple_before10{error,{test_case_failed,"ASSERT EQUAL\n\tExpected undefined\n\tValue 0\n"}} 11 errors were truncated 6089.2 / Erlang 19.3 / odbc_mssql_mnesia / 78005dd 6089.1 / Erlang 19.3 / mysql_redis / 78005dd 6089.5 / Erlang 20.0 / pgsql_mnesia / 78005dd 6089.6 / Erlang 21.0 / riak_mnesia / 78005dd |
6094.1 / Erlang 19.3 / mysql_redis / a26c907 6094.2 / Erlang 19.3 / odbc_mssql_mnesia / a26c907 6094.3 / Erlang 19.3 / elasticsearch_and_cassandra_mnesia / a26c907 6094.5 / Erlang 20.0 / pgsql_mnesia / a26c907 6094.6 / Erlang 21.0 / riak_mnesia / a26c907 |
6095.1 / Erlang 19.3 / small_tests / bc0621d 6095.5 / Erlang 19.3 / ldap_mnesia / bc0621d 6095.3 / Erlang 19.3 / mysql_redis / bc0621d 6095.2 / Erlang 19.3 / internal_mnesia / bc0621d 6095.4 / Erlang 19.3 / odbc_mssql_mnesia / bc0621d 6095.6 / Erlang 19.3 / elasticsearch_and_cassandra_mnesia / bc0621d 6095.8 / Erlang 20.0 / pgsql_mnesia / bc0621d 6095.9 / Erlang 21.0 / riak_mnesia / bc0621d |
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.
This had to be quite a struggle to make it properly working for all possible backends. Thanks for the effort! I had 2 minor comments which may or may not be addressed, just let me know.
6096.1 / Erlang 19.3 / small_tests / 2ec85f8 6096.5 / Erlang 19.3 / ldap_mnesia / 2ec85f8 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,<<"eve42.9532@localhost/res1">>,escalus_tcp,
<0.14375.1>,
[{event_manager,<0.14366.1>},
{server,<<"localhost">>},
{username,<<"eve42.9532">>},
{resource,<<"res1">>}],
[{event_client,
[{event_manager,<0.14366.1>},
{server,<<"localhost">>},
{username,<<"eve42.9532">>},
{resource,<<"res1">>}]},
{resource,<<"res1">>},
{username,<<"eve42.9532">>},
{server,<<"localhost">>},
{host,<<"localhost">>},
{port,5222},
{auth,{escalus_auth,auth_plain}},
{wspath,undefined},
{username,<<"eve42.9532">>},
{server,<<"localhost">>},
{password,<<"password">>},
{port,5222},
{stream_management,true},
{stream_id,<<"44B7B9712527DB34">>}]},
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}]},
{test_ser... 6096.3 / Erlang 19.3 / mysql_redis / 2ec85f8 6096.6 / Erlang 19.3 / elasticsearch_and_cassandra_mnesia / 2ec85f8 6096.2 / Erlang 19.3 / internal_mnesia / 2ec85f8 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,<<"eve60.250956@localhost/res1">>,escalus_tcp,
<0.15730.1>,
[{event_manager,<0.15721.1>},
{server,<<"localhost">>},
{username,<<"eve60.250956">>},
{resource,<<"res1">>}],
[{event_client,
[{event_manager,<0.15721.1>},
{server,<<"localhost">>},
{username,<<"eve60.250956">>},
{resource,<<"res1">>}]},
{resource,<<"res1">>},
{username,<<"eve60.250956">>},
{server,<<"localhost">>},
{host,<<"localhost">>},
{port,5222},
{auth,{escalus_auth,auth_plain}},
{wspath,undefined},
{username,<<"eve60.250956">>},
{server,<<"localhost">>},
{password,<<"password">>},
{port,5222},
{stream_management,true},
{stream_id,<<"A7C968A743F4D1E8">>}]},
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}]},
... 6096.4 / Erlang 19.3 / odbc_mssql_mnesia / 2ec85f8 6096.8 / Erlang 20.0 / pgsql_mnesia / 2ec85f8 6096.9 / Erlang 21.0 / riak_mnesia / 2ec85f8 mod_global_distrib_SUITE:multi_connection:test_muc_conversation_history{error,{{assertEqual,[{module,mod_global_distrib_SUITE},
{line,420},
{expression,"exml_query : attr ( AlicePresence , << \"from\" >> )"},
{expected,<<"[email protected]/alicE55.70132">>},
{value,<<"[email protected]/eve55.159907">>}]},
[{mod_global_distrib_SUITE,'-test_muc_conversation_history/1-fun-1-',
3,
[{file,"mod_global_distrib_SUITE.erl"},
{line,420}]},
{mod_global_distrib_SUITE,'-test_muc_conversation_history/1-fun-5-',
3,
[{file,"mod_global_distrib_SUITE.erl"},
{line,419}]},
{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,test_muc_conversation_history,1,
[{file,"mod_global_distrib_SUITE.erl"},
{line,392}]},
{test_server,ts_tc,3,[{file,"test_server.erl"},{line,1545}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1063}]},
{test_server,run_test_case_eval,9,
[{file,"test_server.erl"},{line,995}]}]}} |
Thanks! |
This PR addresses compliance with XEP-313 with regard to returning
item-not-found
when paging:This fix is backported from an internal project, hence currently only available for Cassandra. Propagating to other backends is a work in progress.