-
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
Support old exml format #4471
Support old exml format #4471
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
33569f3
to
b30e8ff
Compare
elasticsearch_and_cassandra_27 / elasticsearch_and_cassandra_mnesia / b30e8ff small_tests_26 / small_tests / b30e8ff small_tests_27 / small_tests / b30e8ff small_tests_27_arm64 / small_tests / b30e8ff internal_mnesia_27 / internal_mnesia / b30e8ff metrics_api_SUITE:all_metrics_are_global:init_per_group{'EXIT',{{badrpc,timeout},
[{distributed_helper,rpc,
[#{timeout => 30000,
node => mongooseim2@localhost},
mongoose_cluster,join,
[mongooseim@localhost]],
[{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
{line,140}]},
{distributed_helper,add_node_to_mnesia_cluster,2,
[{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
{line,44}]},
{distributed_helper,add_node_to_cluster,2,
[{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
{line,36}]},
{metrics_helper,prepare_by_all_metrics_are_global,2,
[{file,"/home/circleci/project/big_tests/tests/metrics_helper.erl"},
{line,20}]},
{test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1391}]},
{test_server,run_test_case_eval,9,
[{file,"test_server.erl"},{line,1235}]}]}} metrics_api_SUITE:global:cluster_size{skip,
{failed,
{metrics_api_SUITE,init_per_testcase,
{{badrpc,timeout},
[{distributed_helper,rpc,
[#{timeout => 30000,node => mongooseim2@localhost},
mongoose_cluster,leave,[]],
[{file,
"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
{line,140}]},
{distributed_helper,remove_node_from_cluster,2,
[{file,
"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
{line,55}]},
{metrics_api_SUITE,'-ensure_nodes_not_clustered/1-lc$^1/1-1-',
2,
[{file,
"/home/circleci/project/big_tests/tests/metrics_api_SUITE.erl"},
{line,475}]},
{metrics_api_SUITE,ensure_nodes_not_clustered,1,
[{file,
"/home/circleci/project/big_tests/tests/metrics_api_SUITE.erl"},
{line,475}]},
{metrics_api_SUITE,init_per_testcase,2,
[{file,
"/home/circleci/project/big_tests/tests/metrics_api_SUITE.erl"},
{line,82}]},
{test_server,do_init_per_testcase,2,
[{file,"test_server.erl"},{line,1564}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1265}]},
{test_server,run_test_case_eval,9,
[{file,"test_server.erl"},{line,1235}]}]}}}} mod_global_distrib_SUITE:init_per_suite{fail,[{validate_node_failed,mongooseim_not_running,mongooseim2@localhost}]} persistent_cluster_id_SUITE:init_per_suite{fail,[{validate_node_failed,mongooseim_not_running,mongooseim2@localhost}]} s2s_SUITE:init_per_suite{fail,[{validate_node_failed,mongooseim_not_running,mongooseim2@localhost}]} sasl_external_SUITE:init_per_suite{fail,[{validate_node_failed,mongooseim_not_running,mongooseim2@localhost}]} service_domain_db_SUITE:init_per_suite{fail,[{validate_node_failed,mongooseim_not_running,mongooseim2@localhost}]} service_mongoose_system_metrics_SUITE:init_per_suite{fail,[{validate_node_failed,mongooseim_not_running,mongooseim2@localhost}]} shutdown_SUITE:init_per_suite{fail,[{validate_node_failed,mongooseim_not_running,mongooseim2@localhost}]} system_probes_SUITE:init_per_suite{fail,[{validate_node_failed,mongooseim_not_running,mongooseim2@localhost}]} ldap_mnesia_27 / ldap_mnesia / b30e8ff ldap_mnesia_26 / ldap_mnesia / b30e8ff dynamic_domains_mysql_redis_27 / mysql_redis / b30e8ff dynamic_domains_pgsql_mnesia_27 / pgsql_mnesia / b30e8ff dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / b30e8ff pgsql_cets_27 / pgsql_cets / b30e8ff dynamic_domains_mssql_mnesia_27 / odbc_mssql_mnesia / b30e8ff cockroachdb_cets_27 / cockroachdb_cets / b30e8ff pgsql_mnesia_26 / pgsql_mnesia / b30e8ff mysql_redis_27 / mysql_redis / b30e8ff pgsql_mnesia_27 / pgsql_mnesia / b30e8ff mssql_mnesia_27 / odbc_mssql_mnesia / b30e8ff internal_mnesia_27 / internal_mnesia / b30e8ff |
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.
looks good to me
big_tests/tests/mam_SUITE.erl
Outdated
|
||
Msg1 = erlang:setelement(5, Msg, OldFormatPacket), | ||
ct:pal("Packet: ~p~n", [Packet]), | ||
ct:pal("OldFormatPacket: ~p~n", [OldFormatPacket]), |
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.
use "ct:log", if you still want to see it in ct logs
… test case + adding cassandra_eterm configuration for mam suite
b30e8ff
to
9b21949
Compare
elasticsearch_and_cassandra_27 / elasticsearch_and_cassandra_mnesia / 9b21949 small_tests_26 / small_tests / 9b21949 small_tests_27 / small_tests / 9b21949 small_tests_27_arm64 / small_tests / 9b21949 ldap_mnesia_26 / ldap_mnesia / 9b21949 ldap_mnesia_27 / ldap_mnesia / 9b21949 dynamic_domains_mysql_redis_27 / mysql_redis / 9b21949 internal_mnesia_27 / internal_mnesia / 9b21949 dynamic_domains_pgsql_mnesia_27 / pgsql_mnesia / 9b21949 dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 9b21949 dynamic_domains_mssql_mnesia_27 / odbc_mssql_mnesia / 9b21949 pgsql_cets_27 / pgsql_cets / 9b21949 cockroachdb_cets_27 / cockroachdb_cets / 9b21949 pubsub_SUITE:tree+hometree_specific:can_create_node_with_existing_parent_path{error,{{badmatch,false},
[{pubsub_tools,check_response,2,
[{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"},
{line,445}]},
{pubsub_tools,receive_response,3,
[{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"},
{line,435}]},
{pubsub_tools,receive_and_check_response,4,
[{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"},
{line,425}]},
{pubsub_SUITE,'-can_create_node_with_existing_parent_path/1-fun-0-',
1,
[{file,"/home/circleci/project/big_tests/tests/pubsub_SUITE.erl"},
{line,1830}]},
{escalus_story,story,4,
[{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
{line,75}]},
{test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1303}]},
{test_server,run_test_case_eval,9,
[{file,"test_server.erl"},{line,1235}]}]}} mysql_redis_27 / mysql_redis / 9b21949 pgsql_mnesia_26 / pgsql_mnesia / 9b21949 pgsql_mnesia_27 / pgsql_mnesia / 9b21949 mssql_mnesia_27 / odbc_mssql_mnesia / 9b21949 fast_auth_token_SUITE:ht_sha_256_none:client_authenticates_using_fast{error,
{timeout_when_waiting_for_stanza,
[{escalus_client,wait_for_stanza,
[{client,
<<"alicE_client_authenticates_using_fast_414@localhost">>,
escalus_tcp,<0.9077.0>,undefined,
[{port,5223},
{tls_module,ssl},
{ssl,true},
{ssl_opts,[{verify,verify_none}]},
{secret_token,<<"Ktrzs3N2dnIlfi9ScguCch9YduJ7LW7g+Q==">>},
{port,5223},
{tls_module,ssl},
{ssl,true},
{ssl_opts,[{verify,verify_none}]},
{username,<<"alicE_client_authenticates_using_fast_414">>},
{server,<<"localhost">>},
{password,<<"matygrysa">>},
{host,<<"localhost">>},
{stream_id,<<"a52f84392b467b54">>}]},
5000],
[{file,
"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
{line,136}]},
{sasl2_helper,receive_features,3,
[{file,"/home/circleci/project/big_tests/tests/sasl2_helper.erl"},
{line,229}]},
{sasl2_helper,apply_steps,4,
[{file,"/home/circleci/project/big_tests/tests/sasl2_helper.erl"},
{line,47}]},
{fast_auth_token_SUITE,auth_with_token,5,
[{file,
"/home/circleci/project/big_tests/tests/fast_auth_token_SUITE.erl"},
{line,407}]},
{test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
{test_server,run_test_case_eval1,6,
[{file,"test_server.erl"},{line,1303}]},
{test_... mssql_mnesia_27 / odbc_mssql_mnesia / 9b21949 cockroachdb_cets_27 / cockroachdb_cets / 9b21949 |
Added suport of the old exml format for mam eterm decoder