Skip to content
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

Use prebuilt Docker images with Erlang to build packages #4385

Merged
merged 6 commits into from
Oct 30, 2024

Conversation

chrzaszcz
Copy link
Member

@chrzaszcz chrzaszcz commented Oct 28, 2024

The goal is to use Docker images with Erlang built by cimg-erlang and available at erlangsolutions/erlang not only as Docker CircleCI exectors, but also as package builders.

Main changes:

  • Update CircleCI to built packages for OS releases supported by cimg-erlang:
    • debian (bookworm, bullseye, buster),
    • ubuntu (oracular, noble, jammy, focal),
    • rockylinux (8, 9),
    • almalinux (8, 9).
  • Update Dockerfiles and build scripts used to build packages.
    • Use a separate builder and target image.
    • Simplify and unify the scripts and Dockerfiles.
    • Update the package specs to support latest Ubuntu and Rocky/Alma releases.

For more details, see the commit messages.

Next steps:

  • Publish the new packages. We could do it with the next minor release.

Other future improvements - IMO not needed for now:

  • We could sync the target OS release list used by this repo and cimg-erlang to avoid possible mismatch. I don't see it as a big issue for now, because the OS releases don't change that often.

@chrzaszcz chrzaszcz marked this pull request as draft October 28, 2024 11:21
@chrzaszcz chrzaszcz force-pushed the use-erlang-images branch 6 times, most recently from 8e59f3f to 4836b06 Compare October 29, 2024 17:08
@mongoose-im
Copy link
Collaborator

mongoose-im commented Oct 29, 2024

small_tests_26 / small_tests / 8e59f3f
Reports root / small


ldap_mnesia_26 / ldap_mnesia / 8e59f3f
Reports root/ big
OK: 2346 / Failed: 0 / User-skipped: 910 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 8e59f3f
Reports root/ big
OK: 4751 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / 8e59f3f
Reports root/ big
OK: 5140 / Failed: 1 / User-skipped: 128 / Auto-skipped: 1

cluster_commands_SUITE:clustered:init_per_group
{'EXIT',
  {{verify_result,[],
     [{times,20,
        [{#{node => mongooseim2@localhost},[mongooseim@localhost],true},
         {#{node => mongooseim@localhost},
        [mongooseim2@localhost],
        true}]}],
     ok},
   [{mongoose_helper,do_wait_until,2,
      [{file,
         "/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"},
       {line,359}]},
    {distributed_helper,verify_result,2,
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,72}]},
    {distributed_helper,add_node_to_cluster,2,
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,36}]},
    {cluster_commands_SUITE,init_per_group,2,
      [{file,
         "/home/circleci/project/big_tests/tests/cluster_commands_SUITE.erl"},
       {line,96}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1390}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1234}]}]}}

Report log

cluster_commands_SUITE:join_successful_prompt
{error,
  {{verify_result,[],
     [{times,20,
        [{#{node => mongooseim2@localhost},[mongooseim@localhost],true},
         {#{node => mongooseim@localhost},
        [mongooseim2@localhost],
        true}]}],
     ok},
   [{mongoose_helper,do_wait_until,2,
      [{file,
         "/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"},
       {line,359}]},
    {distributed_helper,verify_result,2,
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,72}]},
    {cluster_commands_SUITE,join_successful_prompt,1,
      [{file,
         "/home/circleci/project/big_tests/tests/cluster_commands_SUITE.erl"},
       {line,215}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1302}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1234}]}]}}

Report log

@mongoose-im
Copy link
Collaborator

mongoose-im commented Oct 29, 2024

small_tests_26 / small_tests / 4836b06
Reports root / small


ldap_mnesia_26 / ldap_mnesia / 4836b06
Reports root/ big
OK: 2346 / Failed: 0 / User-skipped: 910 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 4836b06
Reports root/ big
OK: 4751 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / 4836b06
Reports root/ big
OK: 5142 / Failed: 0 / User-skipped: 128 / Auto-skipped: 0

@mongoose-im
Copy link
Collaborator

mongoose-im commented Oct 29, 2024

small_tests_26 / small_tests / 924ffc2
Reports root / small


ldap_mnesia_26 / ldap_mnesia / 924ffc2
Reports root/ big
OK: 2346 / Failed: 0 / User-skipped: 910 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 924ffc2
Reports root/ big
OK: 4751 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / 924ffc2
Reports root/ big
OK: 5142 / Failed: 0 / User-skipped: 128 / Auto-skipped: 0

Copy link

codecov bot commented Oct 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.25%. Comparing base (8980ead) to head (dda6c97).
Report is 7 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4385      +/-   ##
==========================================
- Coverage   85.27%   85.25%   -0.03%     
==========================================
  Files         550      550              
  Lines       33846    33846              
==========================================
- Hits        28863    28856       -7     
- Misses       4983     4990       +7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mongoose-im

This comment was marked as outdated.

- Use the new erlangsolutions/erlang instead of mongooseim/cimg-erlang
- Use '-' instead of '_' for job names to be consistent with the
naming of the Docker images
- Bump Erlang versions, as 'cimg' images are already built with the
newer versions
- Update platforms to reflect the ones supported by cimg-erlang
- Rename the parameters and variables related to the Erlang/OTP version.
There are two base images used:
  - Builder, e.g. erlangsolutions/erlang:ubuntu-jammy-27.1.2,
    has Erlang preinstalled, and is used to build the package.
  - Target, e.g. ubuntu:jammy, is used to test the package.

Other changes:
  - Simplify and unify 'deb' and 'rpm', removing unnecessary complexity
  - Join commmands with '&&' to capture errors early
  - For new Ubuntu versions, it is necessary to set DEBIAN_FRONTEND
    in order to install the package. Alternatively, one could install
    a dialog frontend.
  - For Rocky/Alma, use 'dnf' as the package manager
- Update variable names, because no 'ESL package' is used now
- Pass the builder and target image names to 'docker build'
Use 'useradd' instead of 'adduser', because the latter is absent by
default in the latest Ubuntu versions.
- There is no need for esl-erlang anymore
- The systemd-rpm-macros package is not installed by default in
  Rocky/Alma 9.
- There is an issue with the /var/lock link leading to a non-existing
  location /run/lock.
  It might be an issue with the docker container.
  Anyway, it is easy to fix by ensuring that the directory exists,
  just like it does in Rocky/Alma 8.
@mongoose-im
Copy link
Collaborator

mongoose-im commented Oct 30, 2024

elasticsearch_and_cassandra_27 / elasticsearch_and_cassandra_mnesia / dda6c97
Reports root/ big
OK: 473 / Failed: 0 / User-skipped: 49 / Auto-skipped: 0


small_tests_27_arm64 / small_tests / dda6c97
Reports root / small


small_tests_27 / small_tests / dda6c97
Reports root / small


small_tests_26 / small_tests / dda6c97
Reports root / small


ldap_mnesia_27 / ldap_mnesia / dda6c97
Reports root/ big
OK: 2346 / Failed: 0 / User-skipped: 910 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / dda6c97
Reports root/ big
OK: 4751 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


dynamic_domains_mysql_redis_27 / mysql_redis / dda6c97
Reports root/ big
OK: 4718 / Failed: 0 / User-skipped: 152 / Auto-skipped: 0


ldap_mnesia_26 / ldap_mnesia / dda6c97
Reports root/ big
OK: 1596 / Failed: 24 / User-skipped: 599 / Auto-skipped: 1036

graphql_server_SUITE:admin_cli:clustering_tests:remove_dead_from_cluster
{failed,
  {graphql_server_SUITE,end_per_testcase,
    {'EXIT',
      {{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}]},
        {graphql_server_SUITE,end_per_testcase,2,
          [{file,
             "/home/circleci/project/big_tests/tests/graphql_server_SUITE.erl"},
           {line,120}]},
        {test_server,do_end_per_testcase,4,
          [{file,"test_server.erl"},{line,1637}]},
        {test_server,run_test_case_eval1,6,
          [{file,"test_server.erl"},{line,1345}]},
        {test_server,run_test_case_eval,9,
          [{file,"test_server.erl"},{line,1234}]}]}}}}

Report log

graphql_server_SUITE:admin_cli:clustering_tests:remove_alive_from_cluster
{error,{{badrpc,timeout},
    [{distributed_helper,rpc,
               [#{timeout => 60000,
                node => mongooseim2@localhost},
                mongoose_cluster,join,
                [mongooseim@localhost]],
               [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                {line,140}]},
     {graphql_server_SUITE,remove_alive_from_cluster,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_server_SUITE.erl"},
                {line,213}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1302}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1234}]}]}}

Report log

graphql_server_SUITE:admin_cli:clustering_tests:remove_node_test
{error,{#{what => invalid_response_code,
      response_code => {exit_status,3},
      expected_type => ok},
    [{graphql_helper,assert_response_code,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,258}]},
     {graphql_helper,get_ok_value,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,241}]},
     {graphql_server_SUITE,remove_node_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_server_SUITE.erl"},
                {line,225}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1302}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1234}]}]}}

Report log

graphql_server_SUITE:admin_cli:clustering_tests:stop_node_test
{error,{#{what => invalid_response_code,
      response_code => {exit_status,3},
      expected_type => ok},
    [{graphql_helper,assert_response_code,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,258}]},
     {graphql_helper,get_ok_value,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,241}]},
     {graphql_server_SUITE,stop_node_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_server_SUITE.erl"},
                {line,230}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1302}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1234}]}]}}

Report log

graphql_metric_SUITE:metrics_http:get_by_name_cluster_metrics_as_dicts
{error,
  {function_clause,
    [{graphql_metric_SUITE,
       '-get_by_name_cluster_metrics_as_dicts/1-fun-2-',
       [<<"mongooseim3@localhost">>,[]],
       [{file,
          "/home/circleci/project/big_tests/tests/graphql_metric_SUITE.erl"},
        {line,282}]},
     {maps,map_1,3,[{file,"maps.erl"},{line,441}]},
     {maps,map_1,3,[{file,"maps.erl"},{line,441}]},
     {maps,map,2,[{file,"maps.erl"},{line,426}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
     {test_server,run_test_case_eval1,6,
       [{file,"test_server.erl"},{line,1302}]},
     {test_server,run_test_case_eval,9,
       [{file,"test_server.erl"},{line,1234}]}]}}

Report log

graphql_metric_SUITE:metrics_cli:get_by_name_cluster_metrics_as_dicts
{error,
  {function_clause,
    [{graphql_metric_SUITE,
       '-get_by_name_cluster_metrics_as_dicts/1-fun-2-',
       [<<"mongooseim3@localhost">>,[]],
       [{file,
          "/home/circleci/project/big_tests/tests/graphql_metric_SUITE.erl"},
        {line,282}]},
     {maps,map_1,3,[{file,"maps.erl"},{line,441}]},
     {maps,map_1,3,[{file,"maps.erl"},{line,441}]},
     {maps,map,2,[{file,"maps.erl"},{line,426}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
     {test_server,run_test_case_eval1,6,
       [{file,"test_server.erl"},{line,1302}]},
     {test_server,run_test_case_eval,9,
       [{file,"test_server.erl"},{line,1234}]}]}}

Report log

jingle_SUITE:init_per_suite
{'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}]},
      {jingle_SUITE,init_per_suite,1,
            [{file,"/home/circleci/project/big_tests/tests/jingle_SUITE.erl"},
             {line,61}]},
      {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
      {test_server,run_test_case_eval1,6,
             [{file,"test_server.erl"},{line,1390}]},
      {test_server,run_test_case_eval,9,
             [{file,"test_server.erl"},{line,1234}]}]}}

Report log

last_SUITE:init_per_suite
{'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}]},
      {last_SUITE,init_per_suite,1,
            [{file,"/home/circleci/project/big_tests/tests/last_SUITE.erl"},
             {line,55}]},
      {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
      {test_server,run_test_case_eval1,6,
             [{file,"test_server.erl"},{line,1390}]},
      {test_server,run_test_case_eval,9,
             [{file,"test_server.erl"},{line,1234}]}]}}

Report log

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,1793}]},
      {test_server,run_test_case_eval1,6,
             [{file,"test_server.erl"},{line,1390}]},
      {test_server,run_test_case_eval,9,
             [{file,"test_server.erl"},{line,1234}]}]}}

Report log

metrics_api_SUITE:global:cluster_size
{skip,
  {failed,
    {metrics_api_SUITE,init_per_testcase,
      {{badrpc,timeout},
       [{distributed_helper,rpc,
          [#{node => mongooseim3@localhost},
           mnesia,system_info,
           [is_running]],
          [{file,
             "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
           {line,140}]},
        {distributed_helper,has_mnesia,1,
          [{file,
             "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
           {line,31}]},
        {distributed_helper,remove_node_from_cluster,2,
          [{file,
             "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
           {line,53}]},
        {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,1563}]},
        {test_server,run_test_case_eval1,6,
          [{file,"test_server.erl"},{line,1264}]}]}}}}

Report log

mod_global_distrib_SUITE:init_per_suite
{'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}]},
    {mongoose_helper,successful_rpc,5,
      [{file,
         "/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"},
       {line,279}]},
    {mod_global_distrib_SUITE,init_per_suite,1,
      [{file,
         "/home/circleci/project/big_tests/tests/mod_global_distrib_SUITE.erl"},
       {line,126}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1390}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1234}]}]}}

Report log

persistent_cluster_id_SUITE:cets:can_start_with_cluster_id_in_cets_only
{error,{{badrpc,timeout},
    [{distributed_helper,rpc,
               [#{timeout => 30000,node => mongooseim@localhost},
                application,start,
                [mongooseim]],
               [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                {line,140}]},
     {ejabberd_node_utils,restart_application,2,
                [{file,"/home/circleci/project/big_tests/tests/ejabberd_node_utils.erl"},
                 {line,79}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1302}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1234}]}]}}

Report log

persistent_cluster_id_SUITE:mnesia:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [mongoose_wpool,{rdbms,<<"localhost">>,default}],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]},
          {mongoose_wpool,get_pool,3,
            [{file,
               "/home/circleci/project/src/wpool/mongoose_wpool.erl"},
             {line,391}]},
          {mongoose_wpool,call,4,
            [{file,
               "/home/circleci/project/src/wpool/mongoose_wpool.erl"},
             {line,249}]},
          {mongoose_rdbms,sql_transaction,2,[]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_rdbms,sql_transaction,
       [<<"localhost">>,fun erlang:yield/0]],
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,140}]},
    {mongoose_helper,is_rdbms_enabled,1,
      [{file,
         "/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"},
       {line,61}]},
    {persistent_cluster_id_SUITE,init_per_group,2,
      [{file,
         "/home/circleci/project/big_tests/tests/persistent_cluster_id_SUITE.erl"},
       {line,77}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1390}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1234}]}]}}

Report log

persistent_cluster_id_SUITE:rdbms:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [mongoose_wpool,{rdbms,<<"localhost">>,default}],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]},
          {mongoose_wpool,get_pool,3,
            [{file,
               "/home/circleci/project/src/wpool/mongoose_wpool.erl"},
             {line,391}]},
          {mongoose_wpool,call,4,
            [{file,
               "/home/circleci/project/src/wpool/mongoose_wpool.erl"},
             {line,249}]},
          {mongoose_rdbms,sql_transaction,2,[]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_rdbms,sql_transaction,
       [<<"localhost">>,fun erlang:yield/0]],
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,140}]},
    {mongoose_helper,is_rdbms_enabled,1,
      [{file,
         "/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"},
       {line,61}]},
    {persistent_cluster_id_SUITE,init_per_group,2,
      [{file,
         "/home/circleci/project/big_tests/tests/persistent_cluster_id_SUITE.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1390}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1234}]}]}}

Report log

presence_SUITE:presence:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [mongoose_domain_core,<<"localhost">>],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]},
          {mongoose_domain_core,get_host_type,1,
            [{file,
               "/home/circleci/project/src/domain/mongoose_domain_core.erl"},
             {line,48}]},
          {ejabberd_auth,call_auth_modules_for_domain,3,
            [{file,
               "/home/circleci/project/src/auth/ejabberd_auth.erl"},
             {line,533}]},
          {ejabberd_auth,does_user_exist,1,
            [{file,
               "/home/circleci/project/src/auth/ejabberd_auth.erl"},
             {line,331}]},
          {ejabberd_auth,try_register,2,
            [{file,
               "/home/circleci/project/src/auth/ejabberd_auth.erl"},
             {line,237}]},
          {mongoose_account_api,register_user,3,
            [{file,
               "/home/circleci/project/src/mongoose_account_api.erl"},
             {line,78}]},
          {ejabberd_admin,register,3,[]}]}}},
   [{escalus_rpc,call_with_cookie_match,
      [mongooseim@localhost,ejabberd_admin,register,
       [<<"alicE">>,<<"localhost">>,<<"matygrysa">>],
       3000,mongooseim],
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_rpc.erl"},
       {line,34}]},
    {lists,foreach_1,2,[{file,"lists.erl"},{line,1686}]},
    {escalus_ejabberd,create_users,2,
      [{file,
 ...

Report log

presence_SUITE:presence_priority:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [mongoose_domain_core,<<"localhost">>],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]},
          {mongoose_domain_core,get_host_type,1,
            [{file,
               "/home/circleci/project/src/domain/mongoose_domain_core.erl"},
             {line,48}]},
          {ejabberd_auth,call_auth_modules_for_domain,3,
            [{file,
               "/home/circleci/project/src/auth/ejabberd_auth.erl"},
             {line,533}]},
          {ejabberd_auth,does_user_exist,1,
            [{file,
               "/home/circleci/project/src/auth/ejabberd_auth.erl"},
             {line,331}]},
          {ejabberd_auth,try_register,2,
            [{file,
               "/home/circleci/project/src/auth/ejabberd_auth.erl"},
             {line,237}]},
          {mongoose_account_api,register_user,3,
            [{file,
               "/home/circleci/project/src/mongoose_account_api.erl"},
             {line,78}]},
          {ejabberd_admin,register,3,[]}]}}},
   [{escalus_rpc,call_with_cookie_match,
      [mongooseim@localhost,ejabberd_admin,register,
       [<<"alicE">>,<<"localhost">>,<<"matygrysa">>],
       3000,mongooseim],
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_rpc.erl"},
       {line,34}]},
    {lists,foreach_1,2,[{file,"lists.erl"},{line,1686}]},
    {escalus_ejabberd,create_users,2,
      [{file,
 ...

Report log

presence_SUITE:roster:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [mongoose_domain_core,<<"localhost">>],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]},
          {mongoose_domain_core,get_host_type,1,
            [{file,
               "/home/circleci/project/src/domain/mongoose_domain_core.erl"},
             {line,48}]},
          {ejabberd_auth,call_auth_modules_for_domain,3,
            [{file,
               "/home/circleci/project/src/auth/ejabberd_auth.erl"},
             {line,533}]},
          {ejabberd_auth,does_user_exist,1,
            [{file,
               "/home/circleci/project/src/auth/ejabberd_auth.erl"},
             {line,331}]},
          {ejabberd_auth,try_register,2,
            [{file,
               "/home/circleci/project/src/auth/ejabberd_auth.erl"},
             {line,237}]},
          {mongoose_account_api,register_user,3,
            [{file,
               "/home/circleci/project/src/mongoose_account_api.erl"},
             {line,78}]},
          {ejabberd_admin,register,3,[]}]}}},
   [{escalus_rpc,call_with_cookie_match,
      [mongooseim@localhost,ejabberd_admin,register,
       [<<"alicE">>,<<"localhost">>,<<"matygrysa">>],
       3000,mongooseim],
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_rpc.erl"},
       {line,34}]},
    {lists,foreach_1,2,[{file,"lists.erl"},{line,1686}]},
    {escalus_ejabberd,create_users,2,
      [{file,
 ...

Report log

presence_SUITE:roster_versioning:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {{badkey,{modules,<<"localhost">>}},
        [{maps,get,
           [{modules,<<"localhost">>},
          #{listen => [],
            hosts => [<<"example.com">>],
            services => #{},outgoing_pools => [],sm_backend => cets,
            component_backend => cets,s2s_backend => cets,
            internal_databases =>
              #{cets =>
                #{backend => file,cluster_name => mongooseim,
                  node_list_file => "etc/cets_disco.txt"}},
            rdbms_server_type => generic,host_types => [],
            default_server_domain => <<"example.com">>,
            instrumentation => #{probe_interval => 15},
            registration_timeout => 600,hide_service_name => false,
            routing_modules =>
              [{router_handler,
                 fun mongoose_router_global:filter/4,
                 fun mongoose_router_global:route/4},
               {router_handler,
                 fun mongoose_router_localdomain:filter/4,
                 fun mongoose_router_localdomain:route/4},
               {router_handler,
                 fun mongoose_router_external_localnode:filter/4,
                 fun mongoose_router_external_localnode:route/4},
               {router_handler,
                 fun mongoose_router_external:filter/4,
                 fun mongoose_router_external:route/4},
               {router_handler,
                 fun mongoose_router_dynamic_domains:filter/4,
                 fun mo...

Report log

presence_SUITE:subscribe_group:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [mongoose_domain_core,<<"localhost">>],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]},
          {mongoose_domain_core,get_host_type,1,
            [{file,
               "/home/circleci/project/src/domain/mongoose_domain_core.erl"},
             {line,48}]},
          {ejabberd_auth,call_auth_modules_for_domain,3,
            [{file,
               "/home/circleci/project/src/auth/ejabberd_auth.erl"},
             {line,533}]},
          {ejabberd_auth,does_user_exist,1,
            [{file,
               "/home/circleci/project/src/auth/ejabberd_auth.erl"},
             {line,331}]},
          {ejabberd_auth,try_register,2,
            [{file,
               "/home/circleci/project/src/auth/ejabberd_auth.erl"},
             {line,237}]},
          {mongoose_account_api,register_user,3,
            [{file,
               "/home/circleci/project/src/mongoose_account_api.erl"},
             {line,78}]},
          {ejabberd_admin,register,3,[]}]}}},
   [{escalus_rpc,call_with_cookie_match,
      [mongooseim@localhost,ejabberd_admin,register,
       [<<"alicE">>,<<"localhost">>,<<"matygrysa">>],
       3000,mongooseim],
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_rpc.erl"},
       {line,34}]},
    {lists,foreach_1,2,[{file,"lists.erl"},{line,1686}]},
    {escalus_ejabberd,create_users,2,
      [{file,
 ...

Report log

privacy_SUITE:init_per_suite
{'EXIT',
  {{badrpc,
     {'EXIT',
       {{badkey,{modules,<<"localhost">>}},
        [{maps,get,
           [{modules,<<"localhost">>},
          #{listen => [],
            hosts => [<<"example.com">>],
            services => #{},outgoing_pools => [],sm_backend => cets,
            component_backend => cets,s2s_backend => cets,
            internal_databases =>
              #{cets =>
                #{backend => file,cluster_name => mongooseim,
                  node_list_file => "etc/cets_disco.txt"}},
            rdbms_server_type => generic,host_types => [],
            default_server_domain => <<"example.com">>,
            instrumentation => #{probe_interval => 15},
            registration_timeout => 600,hide_service_name => false,
            routing_modules =>
              [{router_handler,
                 fun mongoose_router_global:filter/4,
                 fun mongoose_router_global:route/4},
               {router_handler,
                 fun mongoose_router_localdomain:filter/4,
                 fun mongoose_router_localdomain:route/4},
               {router_handler,
                 fun mongoose_router_external_localnode:filter/4,
                 fun mongoose_router_external_localnode:route/4},
               {router_handler,
                 fun mongoose_router_external:filter/4,
                 fun mongoose_router_external:route/4},
               {router_handler,
                 fun mongoose_router_dynamic_domains:filter/4,
                 fun mo...

Report log

private_SUITE:init_per_suite
{'EXIT',
  {{badrpc,
     {'EXIT',
       {{badkey,{modules,<<"localhost">>}},
        [{maps,get,
           [{modules,<<"localhost">>},
          #{listen => [],
            hosts => [<<"example.com">>],
            services => #{},outgoing_pools => [],sm_backend => cets,
            component_backend => cets,s2s_backend => cets,
            internal_databases =>
              #{cets =>
                #{backend => file,cluster_name => mongooseim,
                  node_list_file => "etc/cets_disco.txt"}},
            rdbms_server_type => generic,host_types => [],
            default_server_domain => <<"example.com">>,
            instrumentation => #{probe_interval => 15},
            registration_timeout => 600,hide_service_name => false,
            routing_modules =>
              [{router_handler,
                 fun mongoose_router_global:filter/4,
                 fun mongoose_router_global:route/4},
               {router_handler,
                 fun mongoose_router_localdomain:filter/4,
                 fun mongoose_router_localdomain:route/4},
               {router_handler,
                 fun mongoose_router_external_localnode:filter/4,
                 fun mongoose_router_external_localnode:route/4},
               {router_handler,
                 fun mongoose_router_external:filter/4,
                 fun mongoose_router_external:route/4},
               {router_handler,
                 fun mongoose_router_dynamic_domains:filter/4,
                 fun mo...

Report log

pubsub_SUITE:init_per_suite
{'EXIT',
  {{badrpc,
     {'EXIT',
       {noproc,
         {gen_server,call,
           [mongoose_instrument,
            {add_handler,event_table,
              #{declared_events =>
                [{mod_pubsub_set_create,
                   #{host_type => <<"localhost">>}},
                 {mod_pubsub_set_publish,
                   #{host_type => <<"localhost">>}},
                 {mod_pubsub_set_retract,
                   #{host_type => <<"localhost">>}},
                 {mod_pubsub_set_subscribe,
                   #{host_type => <<"localhost">>}},
                 {mod_pubsub_set_unsubscribe,
                   #{host_type => <<"localhost">>}},
                 {mod_pubsub_get_items,
                   #{host_type => <<"localhost">>}},
                 {mod_pubsub_get_options,
                   #{host_type => <<"localhost">>}},
                 {mod_pubsub_set_options,
                   #{host_type => <<"localhost">>}},
                 {mod_pubsub_get_configure,
                   #{host_type => <<"localhost">>}},
                 {mod_pubsub_set_configure,
                   #{host_type => <<"localhost">>}},
                 {mod_pubsub_get_default,
                   #{host_type => <<"localhost">>}},
                 {mod_pubsub_set_delete,
                   #{host_type => <<"localhost">>}},
                 {mod_pubsub_set_purge,
                   #{host_type => <<"localhost">>}},
                 {mod_pubsub_get_subscriptions,
                   #{host_typ...

Report log

pubsub_s2s_SUITE:init_per_suite
{'EXIT',
  {{badrpc,
     {'EXIT',
       {{badkey,{s2s,<<"localhost">>}},
        [{maps,get,
           [{s2s,<<"localhost">>},
          #{listen => [],
            hosts => [<<"example.com">>],
            services => #{},outgoing_pools => [],sm_backend => cets,
            component_backend => cets,s2s_backend => cets,
            internal_databases =>
              #{cets =>
                #{backend => file,cluster_name => mongooseim,
                  node_list_file => "etc/cets_disco.txt"}},
            rdbms_server_type => generic,host_types => [],
            default_server_domain => <<"example.com">>,
            instrumentation => #{probe_interval => 15},
            registration_timeout => 600,hide_service_name => false,
            routing_modules =>
              [{router_handler,
                 fun mongoose_router_global:filter/4,
                 fun mongoose_router_global:route/4},
               {router_handler,
                 fun mongoose_router_localdomain:filter/4,
                 fun mongoose_router_localdomain:route/4},
               {router_handler,
                 fun mongoose_router_external_localnode:filter/4,
                 fun mongoose_router_external_localnode:route/4},
               {router_handler,
                 fun mongoose_router_external:filter/4,
                 fun mongoose_router_external:route/4},
               {router_handler,
                 fun mongoose_router_dynamic_domains:filter/4,
                 fun mongoose_r...

Report log

push_SUITE:toggling:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {{badkey,{modules,<<"localhost">>}},
        [{maps,get,
           [{modules,<<"localhost">>},
          #{listen => [],
            hosts => [<<"example.com">>],
            services => #{},outgoing_pools => [],sm_backend => cets,
            component_backend => cets,s2s_backend => cets,
            internal_databases =>
              #{cets =>
                #{backend => file,cluster_name => mongooseim,
                  node_list_file => "etc/cets_disco.txt"}},
            rdbms_server_type => generic,host_types => [],
            default_server_domain => <<"example.com">>,
            instrumentation => #{probe_interval => 15},
            registration_timeout => 600,hide_service_name => false,
            routing_modules =>
              [{router_handler,
                 fun mongoose_router_global:filter/4,
                 fun mongoose_router_global:route/4},
               {router_handler,
                 fun mongoose_router_localdomain:filter/4,
                 fun mongoose_router_localdomain:route/4},
               {router_handler,
                 fun mongoose_router_external_localnode:filter/4,
                 fun mongoose_router_external_localnode:route/4},
               {router_handler,
                 fun mongoose_router_external:filter/4,
                 fun mongoose_router_external:route/4},
               {router_handler,
                 fun mongoose_router_dynamic_domains:filter/4,
                 fun mo...

Report log

push_SUITE:pubsub_ful:pm_msg_notifications:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {{badkey,{modules,<<"localhost">>}},
        [{maps,get,
           [{modules,<<"localhost">>},
          #{listen => [],
            hosts => [<<"example.com">>],
            services => #{},outgoing_pools => [],sm_backend => cets,
            component_backend => cets,s2s_backend => cets,
            internal_databases =>
              #{cets =>
                #{backend => file,cluster_name => mongooseim,
                  node_list_file => "etc/cets_disco.txt"}},
            rdbms_server_type => generic,host_types => [],
            default_server_domain => <<"example.com">>,
            instrumentation => #{probe_interval => 15},
            registration_timeout => 600,hide_service_name => false,
            routing_modules =>
              [{router_handler,
                 fun mongoose_router_global:filter/4,
                 fun mongoose_router_global:route/4},
               {router_handler,
                 fun mongoose_router_localdomain:filter/4,
                 fun mongoose_router_localdomain:route/4},
               {router_handler,
                 fun mongoose_router_external_localnode:filter/4,
                 fun mongoose_router_external_localnode:route/4},
               {router_handler,
                 fun mongoose_router_external:filter/4,
                 fun mongoose_router_external:route/4},
               {router_handler,
                 fun mongoose_router_dynamic_domains:filter/4,
                 fun mo...

Report log

86 errors were truncated


internal_mnesia_27 / internal_mnesia / dda6c97
Reports root/ big
OK: 2488 / Failed: 0 / User-skipped: 768 / Auto-skipped: 0


pgsql_cets_27 / pgsql_cets / dda6c97
Reports root/ big
OK: 4628 / Failed: 0 / User-skipped: 186 / Auto-skipped: 0


mysql_redis_27 / mysql_redis / dda6c97
Reports root/ big
OK: 5122 / Failed: 1 / User-skipped: 147 / Auto-skipped: 0

service_domain_db_SUITE:db:plain_db_sequential:db_event_could_appear_with_lower_id
{error,
  {{badmatch,1106},
   [{service_domain_db_SUITE,db_event_could_appear_with_lower_id,1,
      [{file,
         "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"},
       {line,754}]},
    {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}]}]}}

Report log


pgsql_mnesia_27 / pgsql_mnesia / dda6c97
Reports root/ big
OK: 5142 / Failed: 0 / User-skipped: 128 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / dda6c97
Reports root/ big
OK: 5141 / Failed: 1 / User-skipped: 128 / Auto-skipped: 0

domain_isolation_SUITE:two_domains:routing_one2one_message_to_another_domain_gets_dropped
{error,{test_case_failed,"Incorrect number of instrumentation events - matched: 0, expected: 1"}}

Report log

domain_isolation_SUITE:end_per_suite
{error,{test_case_failed,"Instrumentation events that were logged, but not tested:\n[{router_stanza_dropped,#{host_type => <<\"localhost\">>}}]\nYou need to test them with instrument_helper:assert/3"}}

Report log


cockroachdb_cets_27 / cockroachdb_cets / dda6c97
Reports root/ big
OK: 4626 / Failed: 2 / User-skipped: 186 / Auto-skipped: 0

pubsub_SUITE:dag+basic:retract_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,<<"alice_retract_test_2946@localhost/res1">>,
          escalus_tcp,<0.74557.0>,
          [{event_manager,<0.74508.0>},
           {server,<<"localhost">>},
           {username,<<"alicE_retract_test_2946">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.74508.0>},
            {server,<<"localhost">>},
            {username,<<"alicE_retract_test_2946">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,<<"alice_retract_test_2946">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,<<"alicE_retract_test_2946">>},
           {server,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"7bfd5314b6ed45ca">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {pubsub_tools,receive_response,3,
       [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"},
        {line,433}]},
     {pubsub_tools,receive_and_check_response,4,
       [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"},
        {line,424}]},
     {escalus_story,story,4,
       [{file,
          "/home/circleci/project/big_tests/_bui...

Report log

pubsub_SUITE:dag+manage_subscriptions:retrieve_user_subscriptions_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"alice_retrieve_user_subscriptions_test_2968@localhost/res1">>,
          escalus_tcp,<0.74931.0>,
          [{event_manager,<0.74909.0>},
           {server,<<"localhost">>},
           {username,
             <<"alicE_retrieve_user_subscriptions_test_2968">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.74909.0>},
            {server,<<"localhost">>},
            {username,
              <<"alicE_retrieve_user_subscriptions_test_2968">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"alice_retrieve_user_subscriptions_test_2968">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"alicE_retrieve_user_subscriptions_test_2968">>},
           {server,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"da7152b5f93778cc">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {pubsub_tools,receive_response,3,
       [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"},
        {line,433}]},
     {pubsub_tools,receive_and_check_response,4,
       [{file,"/home...

Report log


mssql_mnesia_27 / odbc_mssql_mnesia / dda6c97
Reports root/ big
OK: 5139 / Failed: 0 / User-skipped: 131 / Auto-skipped: 0


ldap_mnesia_26 / ldap_mnesia / dda6c97
Reports root/ big
OK: 1882 / Failed: 15 / User-skipped: 776 / Auto-skipped: 583

graphql_server_SUITE:admin_http:clustering_http_tests:remove_dead_from_cluster_http
{error,{{have_node_in_mnesia,false,[{times,60,true}],ok},
    [{mongoose_helper,do_wait_until,2,
              [{file,"/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"},
               {line,359}]},
     {graphql_server_SUITE,remove_dead_from_cluster_http,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_server_SUITE.erl"},
                {line,269}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1302}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1234}]}]}}

Report log

graphql_server_SUITE:admin_http:clustering_http_tests:remove_alive_from_cluster_http
{error,{{badrpc,nodedown},
    [{distributed_helper,rpc,
               [#{timeout => 60000,
                node => mongooseim3@localhost},
                mongoose_cluster,join,
                [mongooseim@localhost]],
               [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                {line,140}]},
     {graphql_server_SUITE,remove_alive_from_cluster_http,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_server_SUITE.erl"},
                {line,283}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1302}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1234}]}]}}

Report log

graphql_server_SUITE:admin_http:clustering_http_tests:remove_node_test
{error,{{badrpc,nodedown},
    [{distributed_helper,rpc,
               [#{node => mongooseim3@localhost},
                mongoose_config,get_opt,
                [listen]],
               [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                {line,140}]},
     {graphql_helper,get_listener_config,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,145}]},
     {graphql_helper,get_listener_port,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,140}]},
     {graphql_helper,build_request,4,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,26}]},
     {graphql_helper,execute,4,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,22}]},
     {graphql_server_SUITE,remove_node_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_server_SUITE.erl"},
                {line,225}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1302}]}]}}

Report log

graphql_server_SUITE:admin_http:clustering_http_tests:stop_node_test
{error,{{badrpc,nodedown},
    [{distributed_helper,rpc,
               [#{node => mongooseim3@localhost},
                mongoose_config,get_opt,
                [listen]],
               [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                {line,140}]},
     {graphql_helper,get_listener_config,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,145}]},
     {graphql_helper,get_listener_port,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,140}]},
     {graphql_helper,build_request,4,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,26}]},
     {graphql_helper,execute,4,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,22}]},
     {graphql_server_SUITE,stop_node_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_server_SUITE.erl"},
                {line,230}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1302}]}]}}

Report log

graphql_server_SUITE:admin_cli:clustering_tests:join_successful
{error,{#{what => invalid_response_code,
      response_code => {exit_status,1},
      expected_type => ok},
    [{graphql_helper,assert_response_code,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,258}]},
     {graphql_helper,get_ok_value,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,241}]},
     {graphql_server_SUITE,join_successful,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_server_SUITE.erl"},
                {line,153}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1302}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1234}]}]}}

Report log

graphql_server_SUITE:admin_cli:clustering_tests:leave_successful
{error,{#{what => invalid_response_code,
      response_code => {exit_status,1},
      expected_type => ok},
    [{graphql_helper,assert_response_code,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,258}]},
     {graphql_helper,get_ok_value,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,241}]},
     {graphql_server_SUITE,leave_successful,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_server_SUITE.erl"},
                {line,159}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1302}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1234}]}]}}

Report log

graphql_server_SUITE:admin_cli:clustering_tests:join_unsuccessful
{error,{{verify_result,[],
             [{times,20,
                 [{#{node => mongooseim2@localhost},
                 [mongooseim2@localhost,mongooseim@localhost],
                 false},
                {#{node => mongooseim@localhost},
                 [mongooseim@localhost,mongooseim2@localhost],
                 false}]}],
             ok},
    [{mongoose_helper,do_wait_until,2,
              [{file,"/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"},
               {line,359}]},
     {distributed_helper,verify_result,2,
               [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1302}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1234}]}]}}

Report log

graphql_server_SUITE:admin_cli:clustering_tests:leave_but_no_cluster
{error,{{verify_result,[],
             [{times,20,
                 [{#{node => mongooseim2@localhost},
                 [mongooseim2@localhost,mongooseim@localhost],
                 false},
                {#{node => mongooseim@localhost},
                 [mongooseim@localhost,mongooseim2@localhost],
                 false}]}],
             ok},
    [{mongoose_helper,do_wait_until,2,
              [{file,"/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"},
               {line,359}]},
     {distributed_helper,verify_result,2,
               [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1302}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1234}]}]}}

Report log

graphql_server_SUITE:admin_cli:clustering_tests:join_twice
{error,{#{what => invalid_response_code,
      response_code => {exit_status,1},
      expected_type => ok},
    [{graphql_helper,assert_response_code,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,258}]},
     {graphql_helper,get_ok_value,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,241}]},
     {graphql_server_SUITE,join_twice,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_server_SUITE.erl"},
                {line,174}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1302}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1234}]}]}}

Report log

graphql_server_SUITE:admin_cli:clustering_tests:leave_twice
{error,{#{what => invalid_response_code,
      response_code => {exit_status,1},
      expected_type => ok},
    [{graphql_helper,assert_response_code,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,258}]},
     {graphql_helper,get_ok_value,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,241}]},
     {graphql_server_SUITE,leave_twice,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_server_SUITE.erl"},
                {line,181}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1302}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1234}]}]}}

Report log

graphql_server_SUITE:admin_cli:clustering_tests:remove_dead_from_cluster
{error,{{badrpc,nodedown},
    [{distributed_helper,rpc,
               [#{timeout => 60000,
                node => mongooseim3@localhost},
                mongoose_cluster,join,
                [mongooseim@localhost]],
               [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                {line,140}]},
     {graphql_server_SUITE,remove_dead_from_cluster,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_server_SUITE.erl"},
                {line,192}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1302}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1234}]}]}}

Report log

graphql_server_SUITE:admin_cli:clustering_tests:remove_alive_from_cluster
{error,{{badrpc,nodedown},
    [{distributed_helper,rpc,
               [#{timeout => 60000,
                node => mongooseim3@localhost},
                mongoose_cluster,join,
                [mongooseim@localhost]],
               [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                {line,140}]},
     {graphql_server_SUITE,remove_alive_from_cluster,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_server_SUITE.erl"},
                {line,214}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1302}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1234}]}]}}

Report log

graphql_server_SUITE:admin_cli:clustering_tests:remove_node_test
{error,{#{what => invalid_response_code,
      response_code => {exit_status,3},
      expected_type => ok},
    [{graphql_helper,assert_response_code,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,258}]},
     {graphql_helper,get_ok_value,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,241}]},
     {graphql_server_SUITE,remove_node_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_server_SUITE.erl"},
                {line,225}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1302}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1234}]}]}}

Report log

graphql_server_SUITE:admin_cli:clustering_tests:stop_node_test
{error,{#{what => invalid_response_code,
      response_code => {exit_status,3},
      expected_type => ok},
    [{graphql_helper,assert_response_code,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,258}]},
     {graphql_helper,get_ok_value,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,241}]},
     {graphql_server_SUITE,stop_node_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_server_SUITE.erl"},
                {line,230}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1302}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1234}]}]}}

Report log

jingle_SUITE:end_per_suite
{error,
  {{badrpc,
     {'EXIT',
       {{badmatch,{[{atomic,ok}],[mongooseim3@localhost]}},
        [{mongoose_cluster,detach_nodes,1,
           [{file,"/home/circleci/project/src/mongoose_cluster.erl"},
          {line,210}]},
         {mongoose_cluster,'-do_leave/0-fun-0-',0,
           [{file,"/home/circleci/project/src/mongoose_cluster.erl"},
          {line,52}]},
         {mongoose_cluster,with_app_stopped,2,
           [{file,"/home/circleci/project/src/mongoose_cluster.erl"},
          {line,219}]},
         {global,trans,4,[{file,"global.erl"},{line,477}]},
         {mongoose_cluster,leave,0,[]}]}}},
   [{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}]},
    {jingle_SUITE,end_per_suite,1,
      [{file,"/home/circleci/project/big_tests/tests/jingle_SUITE.erl"},
       {line,103}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1390}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1234}]}]}}

Report log

metrics_api_SUITE:all_metrics_are_global:end_per_group
{error,
  {{badrpc,
     {'EXIT',
       {{badmatch,{[{atomic,ok}],[mongooseim3@localhost]}},
        [{mongoose_cluster,detach_nodes,1,
           [{file,"/home/circleci/project/src/mongoose_cluster.erl"},
          {line,210}]},
         {mongoose_cluster,'-do_leave/0-fun-0-',0,
           [{file,"/home/circleci/project/src/mongoose_cluster.erl"},
          {line,52}]},
         {mongoose_cluster,with_app_stopped,2,
           [{file,"/home/circleci/project/src/mongoose_cluster.erl"},
          {line,219}]},
         {global,trans,4,[{file,"global.erl"},{line,477}]},
         {mongoose_cluster,leave,0,[]}]}}},
   [{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_helper,finalize_by_all_metrics_are_global,2,
      [{file,"/home/circleci/project/big_tests/tests/metrics_helper.erl"},
       {line,30}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1390}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1234}]}]}}

Report log

metrics_api_SUITE:global:cluster_size
{skip,
  {failed,
    {metrics_api_SUITE,init_per_testcase,
      {{badrpc,
         {'EXIT',
           {{badmatch,{[{atomic,ok}],[mongooseim3@localhost]}},
            [{mongoose_cluster,detach_nodes,1,
               [{file,
                "/home/circleci/project/src/mongoose_cluster.erl"},
              {line,210}]},
             {mongoose_cluster,'-do_leave/0-fun-0-',0,
               [{file,
                "/home/circleci/project/src/mongoose_cluster.erl"},
              {line,52}]},
             {mongoose_cluster,with_app_stopped,2,
               [{file,
                "/home/circleci/project/src/mongoose_cluster.erl"},
              {line,219}]},
             {global,trans,4,[{file,"global.erl"},{line,477}]},
             {mongoose_cluster,leave,0,[]}]}}},
       [{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,
        ...

Report log

mod_global_distrib_SUITE:end_per_suite
{error,
  {{badrpc,
     {'EXIT',
       {{badmatch,{[{atomic,ok}],[mongooseim3@localhost]}},
        [{mongoose_cluster,detach_nodes,1,
           [{file,"/home/circleci/project/src/mongoose_cluster.erl"},
          {line,210}]},
         {mongoose_cluster,'-do_leave/0-fun-0-',0,
           [{file,"/home/circleci/project/src/mongoose_cluster.erl"},
          {line,52}]},
         {mongoose_cluster,with_app_stopped,2,
           [{file,"/home/circleci/project/src/mongoose_cluster.erl"},
          {line,219}]},
         {global,trans,4,[{file,"global.erl"},{line,477}]},
         {mongoose_cluster,leave,0,[]}]}}},
   [{distributed_helper,rpc,
      [#{timeout => 30000,node => mongooseim2@localhost},
       mongoose_cluster,leave,[]],
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,140}]},
    {mongoose_helper,successful_rpc,5,
      [{file,
         "/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"},
       {line,279}]},
    {mod_global_distrib_SUITE,end_per_suite,1,
      [{file,
         "/home/circleci/project/big_tests/tests/mod_global_distrib_SUITE.erl"},
       {line,150}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1390}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1234}]}]}}

Report log

mod_ping_SUITE:init_per_suite
{'EXIT',{"Table owner did not respond",
     [{ets_helper,new,2,
            [{file,"/home/circleci/project/big_tests/../test/common/ets_helper.erl"},
             {line,19}]},
      {instrument_helper,start,2,
               [{file,"/home/circleci/project/big_tests/tests/instrument_helper.erl"},
                {line,52}]},
      {mod_ping_SUITE,init_per_suite,1,
              [{file,"/home/circleci/project/big_tests/tests/mod_ping_SUITE.erl"},
               {line,72}]},
      {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
      {test_server,run_test_case_eval1,6,
             [{file,"test_server.erl"},{line,1390}]},
      {test_server,run_test_case_eval,9,
             [{file,"test_server.erl"},{line,1234}]}]}}

Report log

muc_SUITE:init_per_suite
{'EXIT',{"Table owner did not respond",
     [{ets_helper,new,2,
            [{file,"/home/circleci/project/big_tests/../test/common/ets_helper.erl"},
             {line,19}]},
      {instrument_helper,start,2,
               [{file,"/home/circleci/project/big_tests/tests/instrument_helper.erl"},
                {line,52}]},
      {muc_SUITE,init_per_suite,1,
           [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"},
            {line,334}]},
      {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
      {test_server,run_test_case_eval1,6,
             [{file,"test_server.erl"},{line,1390}]},
      {test_server,run_test_case_eval,9,
             [{file,"test_server.erl"},{line,1234}]}]}}

Report log

muc_light_SUITE:init_per_suite
{'EXIT',{"Table owner did not respond",
     [{ets_helper,new,2,
            [{file,"/home/circleci/project/big_tests/../test/common/ets_helper.erl"},
             {line,19}]},
      {instrument_helper,start,2,
               [{file,"/home/circleci/project/big_tests/tests/instrument_helper.erl"},
                {line,52}]},
      {muc_light_SUITE,init_per_suite,1,
               [{file,"/home/circleci/project/big_tests/tests/muc_light_SUITE.erl"},
              {line,209}]},
      {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
      {test_server,run_test_case_eval1,6,
             [{file,"test_server.erl"},{line,1390}]},
      {test_server,run_test_case_eval,9,
             [{file,"test_server.erl"},{line,1234}]}]}}

Report log

persistent_cluster_id_SUITE:mnesia:all_nodes_in_the_cluster_have_the_same_cluster_id
{failed,
  {persistent_cluster_id_SUITE,end_per_testcase,
    {'EXIT',
      {{badrpc,
         {'EXIT',
           {{badmatch,{[{atomic,ok}],[mongooseim3@localhost]}},
            [{mongoose_cluster,detach_nodes,1,
               [{file,
                "/home/circleci/project/src/mongoose_cluster.erl"},
              {line,210}]},
             {mongoose_cluster,'-do_leave/0-fun-0-',0,
               [{file,
                "/home/circleci/project/src/mongoose_cluster.erl"},
              {line,52}]},
             {mongoose_cluster,with_app_stopped,2,
               [{file,
                "/home/circleci/project/src/mongoose_cluster.erl"},
              {line,219}]},
             {global,trans,4,[{file,"global.erl"},{line,477}]},
             {mongoose_cluster,leave,0,[]}]}}},
       [{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}]},
        {persistent_cluster_id_SUITE,end_per_testcase,2,
          [{file,
             "/home/circleci/project/big_tests/tests/persistent_cluster_id_SUITE.erl"},
           {line,108}]},
        {test_server,do_end_per_testcase,4,
          [{file,"test_serv...

Report log

privacy_SUITE:init_per_suite
{'EXIT',{"Table owner did not respond",
     [{ets_helper,new,2,
            [{file,"/home/circleci/project/big_tests/../test/common/ets_helper.erl"},
             {line,19}]},
      {instrument_helper,start,2,
               [{file,"/home/circleci/project/big_tests/tests/instrument_helper.erl"},
                {line,52}]},
      {privacy_SUITE,init_per_suite,1,
             [{file,"/home/circleci/project/big_tests/tests/privacy_SUITE.erl"},
              {line,103}]},
      {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
      {test_server,run_test_case_eval1,6,
             [{file,"test_server.erl"},{line,1390}]},
      {test_server,run_test_case_eval,9,
             [{file,"test_server.erl"},{line,1234}]}]}}

Report log

pubsub_SUITE:init_per_suite
{'EXIT',{"Table owner did not respond",
     [{ets_helper,new,2,
            [{file,"/home/circleci/project/big_tests/../test/common/ets_helper.erl"},
             {line,19}]},
      {instrument_helper,start,2,
               [{file,"/home/circleci/project/big_tests/tests/instrument_helper.erl"},
                {line,52}]},
      {pubsub_SUITE,init_per_suite,1,
            [{file,"/home/circleci/project/big_tests/tests/pubsub_SUITE.erl"},
             {line,182}]},
      {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
      {test_server,run_test_case_eval1,6,
             [{file,"test_server.erl"},{line,1390}]},
      {test_server,run_test_case_eval,9,
             [{file,"test_server.erl"},{line,1234}]}]}}

Report log

s2s_SUITE:init_per_suite
{'EXIT',{"Table owner did not respond",
     [{ets_helper,new,2,
            [{file,"/home/circleci/project/big_tests/../test/common/ets_helper.erl"},
             {line,19}]},
      {instrument_helper,start,2,
               [{file,"/home/circleci/project/big_tests/tests/instrument_helper.erl"},
                {line,52}]},
      {s2s_SUITE,init_per_suite,1,
           [{file,"/home/circleci/project/big_tests/tests/s2s_SUITE.erl"},
            {line,100}]},
      {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
      {test_server,run_test_case_eval1,6,
             [{file,"test_server.erl"},{line,1390}]},
      {test_server,run_test_case_eval,9,
             [{file,"test_server.erl"},{line,1234}]}]}}

Report log

8 errors were truncated


dynamic_domains_pgsql_mnesia_27 / pgsql_mnesia / dda6c97
Reports root/ big
OK: 4751 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


cockroachdb_cets_27 / cockroachdb_cets / dda6c97
Reports root/ big
OK: 4628 / Failed: 0 / User-skipped: 186 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / dda6c97
Reports root/ big
OK: 5142 / Failed: 0 / User-skipped: 128 / Auto-skipped: 0


mysql_redis_27 / mysql_redis / dda6c97
Reports root/ big
OK: 5109 / Failed: 16 / User-skipped: 147 / Auto-skipped: 0

acc_e2e_SUITE:message:one_message
{error,{{badmatch,0},
    [{escalus_story,drop_presences,2,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,191}]},
     {escalus_story,'-start_ready_clients/2-fun-0-',3,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,135}]},
     {lists,foldl,3,[{file,"lists.erl"},{line,2146}]},
     {escalus_story,start_ready_clients,2,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,128}]},
     {lists,flatmap_1,2,[{file,"lists.erl"},{line,2116}]},
     {escalus_story,story,4,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,69}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]}]}}

Report log

amp_big_SUITE:mam:mam_failure:notify_deliver_to_online_user_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"alice_notify_deliver_to_online_user_test_181@localhost/res1">>,
          escalus_tcp,<0.3773.0>,
          [{event_manager,<0.3558.0>},
           {server,<<"localhost">>},
           {username,
             <<"alicE_notify_deliver_to_online_user_test_181">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.3558.0>},
            {server,<<"localhost">>},
            {username,
              <<"alicE_notify_deliver_to_online_user_test_181">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"alice_notify_deliver_to_online_user_test_181">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"alicE_notify_deliver_to_online_user_test_181">>},
           {server,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"c80be1000b90681d">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {amp_big_SUITE,client_receives_notification,3,
       [{file,
          "/home/circleci/project/big_tests/tests/amp_big_SUITE.erl"},
        {line,817}]},
     {amp_big_SUITE,'-notify_deliver_to_on...

Report log

amp_big_SUITE:mam:mam_failure:notify_deliver_to_online_user_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"alice_notify_deliver_to_online_user_test_187@localhost/res1">>,
          escalus_tcp,<0.3893.0>,
          [{event_manager,<0.3688.0>},
           {server,<<"localhost">>},
           {username,
             <<"alicE_notify_deliver_to_online_user_test_187">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.3688.0>},
            {server,<<"localhost">>},
            {username,
              <<"alicE_notify_deliver_to_online_user_test_187">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"alice_notify_deliver_to_online_user_test_187">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"alicE_notify_deliver_to_online_user_test_187">>},
           {server,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"040374f706d0428c">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {amp_big_SUITE,client_receives_notification,3,
       [{file,
          "/home/circleci/project/big_tests/tests/amp_big_SUITE.erl"},
        {line,817}]},
     {amp_big_SUITE,'-notify_deliver_to_on...

Report log

amp_big_SUITE:mam:mam_failure:notify_deliver_to_online_user_bare_jid_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"alice_notify_deliver_to_online_user_bare_jid_test_188@localhost/res1">>,
          escalus_tcp,<0.3911.0>,
          [{event_manager,<0.3699.0>},
           {server,<<"localhost">>},
           {username,
             <<"alicE_notify_deliver_to_online_user_bare_jid_test_188">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.3699.0>},
            {server,<<"localhost">>},
            {username,
              <<"alicE_notify_deliver_to_online_user_bare_jid_test_188">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"alice_notify_deliver_to_online_user_bare_jid_test_188">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"alicE_notify_deliver_to_online_user_bare_jid_test_188">>},
           {server,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"b78791bdbaff8457">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {amp_big_SUITE,client_receives_notification,3,
       [{file,
          "/home/circleci/project/big_tests/tests/amp_big_SUITE.erl"},
        {line,817}]...

Report log

amp_big_SUITE:mam:mam_failure:error_deliver_to_offline_user_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"bob_error_deliver_to_offline_user_test_208_error_deliver_to_offline_user_test_229@localhost/res1">>,
          escalus_tcp,<0.4069.0>,
          [{event_manager,<0.3856.0>},
           {server,<<"localhost">>},
           {username,
             <<"bOb_error_deliver_to_offline_user_test_208_error_deliver_to_offline_user_test_229">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.3856.0>},
            {server,<<"localhost">>},
            {username,
              <<"bOb_error_deliver_to_offline_user_test_208_error_deliver_to_offline_user_test_229">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"bob_error_deliver_to_offline_user_test_208_error_deliver_to_offline_user_test_229">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"bOb_error_deliver_to_offline_user_test_208_error_deliver_to_offline_user_test_229">>},
           {server,<<"localhost">>},
           {password,<<"makrolika">>},
           {stream_id,<<"2e7f3978103d3fa0">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {mam_helper,...

Report log

amp_big_SUITE:mam:mam_failure:error_deliver_to_offline_user_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"bob_error_deliver_to_offline_user_test_212_error_deliver_to_offline_user_test_230@localhost/res1">>,
          escalus_tcp,<0.4076.0>,
          [{event_manager,<0.3879.0>},
           {server,<<"localhost">>},
           {username,
             <<"bOb_error_deliver_to_offline_user_test_212_error_deliver_to_offline_user_test_230">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.3879.0>},
            {server,<<"localhost">>},
            {username,
              <<"bOb_error_deliver_to_offline_user_test_212_error_deliver_to_offline_user_test_230">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"bob_error_deliver_to_offline_user_test_212_error_deliver_to_offline_user_test_230">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"bOb_error_deliver_to_offline_user_test_212_error_deliver_to_offline_user_test_230">>},
           {server,<<"localhost">>},
           {password,<<"makrolika">>},
           {stream_id,<<"294cdcd0d0f90ca5">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {mam_helper,...

Report log

amp_big_SUITE:mam:mam_failure:notify_deliver_to_offline_user_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"bob_notify_deliver_to_offline_user_test_189_notify_deliver_to_offline_user_test_231@localhost/res1">>,
          escalus_tcp,<0.4093.0>,
          [{event_manager,<0.3727.0>},
           {server,<<"localhost">>},
           {username,
             <<"bOb_notify_deliver_to_offline_user_test_189_notify_deliver_to_offline_user_test_231">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.3727.0>},
            {server,<<"localhost">>},
            {username,
              <<"bOb_notify_deliver_to_offline_user_test_189_notify_deliver_to_offline_user_test_231">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"bob_notify_deliver_to_offline_user_test_189_notify_deliver_to_offline_user_test_231">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"bOb_notify_deliver_to_offline_user_test_189_notify_deliver_to_offline_user_test_231">>},
           {server,<<"localhost">>},
           {password,<<"makrolika">>},
           {stream_id,<<"8023c5bdb4d6aa07">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {m...

Report log

amp_big_SUITE:mam:mam_failure:drop_deliver_to_offline_user_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"bob_drop_deliver_to_offline_user_test_220_drop_deliver_to_offline_user_test_233@localhost/res1">>,
          escalus_tcp,<0.4128.0>,
          [{event_manager,<0.3924.0>},
           {server,<<"localhost">>},
           {username,
             <<"bOb_drop_deliver_to_offline_user_test_220_drop_deliver_to_offline_user_test_233">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.3924.0>},
            {server,<<"localhost">>},
            {username,
              <<"bOb_drop_deliver_to_offline_user_test_220_drop_deliver_to_offline_user_test_233">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"bob_drop_deliver_to_offline_user_test_220_drop_deliver_to_offline_user_test_233">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"bOb_drop_deliver_to_offline_user_test_220_drop_deliver_to_offline_user_test_233">>},
           {server,<<"localhost">>},
           {password,<<"makrolika">>},
           {stream_id,<<"006acbd1782eb386">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {mam_helper,wait_archi...

Report log

amp_big_SUITE:mam:mam_failure:notify_deliver_to_offline_user_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"bob_notify_deliver_to_offline_user_test_190_notify_deliver_to_offline_user_test_232@localhost/res1">>,
          escalus_tcp,<0.4127.0>,
          [{event_manager,<0.3740.0>},
           {server,<<"localhost">>},
           {username,
             <<"bOb_notify_deliver_to_offline_user_test_190_notify_deliver_to_offline_user_test_232">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.3740.0>},
            {server,<<"localhost">>},
            {username,
              <<"bOb_notify_deliver_to_offline_user_test_190_notify_deliver_to_offline_user_test_232">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"bob_notify_deliver_to_offline_user_test_190_notify_deliver_to_offline_user_test_232">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"bOb_notify_deliver_to_offline_user_test_190_notify_deliver_to_offline_user_test_232">>},
           {server,<<"localhost">>},
           {password,<<"makrolika">>},
           {stream_id,<<"5f2cee863409d602">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {m...

Report log

amp_big_SUITE:mam:mam_failure:drop_deliver_to_offline_user_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"bob_drop_deliver_to_offline_user_test_222_drop_deliver_to_offline_user_test_234@localhost/res1">>,
          escalus_tcp,<0.4138.0>,
          [{event_manager,<0.3934.0>},
           {server,<<"localhost">>},
           {username,
             <<"bOb_drop_deliver_to_offline_user_test_222_drop_deliver_to_offline_user_test_234">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.3934.0>},
            {server,<<"localhost">>},
            {username,
              <<"bOb_drop_deliver_to_offline_user_test_222_drop_deliver_to_offline_user_test_234">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"bob_drop_deliver_to_offline_user_test_222_drop_deliver_to_offline_user_test_234">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"bOb_drop_deliver_to_offline_user_test_222_drop_deliver_to_offline_user_test_234">>},
           {server,<<"localhost">>},
           {password,<<"makrolika">>},
           {stream_id,<<"10fa78ed2c7f8ddc">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {mam_helper,wait_archi...

Report log

amp_big_SUITE:mam:mam_failure:drop_deliver_to_offline_user_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"bob_drop_deliver_to_offline_user_test_221_drop_deliver_to_offline_user_test_235@localhost/res1">>,
          escalus_tcp,<0.4139.0>,
          [{event_manager,<0.3929.0>},
           {server,<<"localhost">>},
           {username,
             <<"bOb_drop_deliver_to_offline_user_test_221_drop_deliver_to_offline_user_test_235">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.3929.0>},
            {server,<<"localhost">>},
            {username,
              <<"bOb_drop_deliver_to_offline_user_test_221_drop_deliver_to_offline_user_test_235">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"bob_drop_deliver_to_offline_user_test_221_drop_deliver_to_offline_user_test_235">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"bOb_drop_deliver_to_offline_user_test_221_drop_deliver_to_offline_user_test_235">>},
           {server,<<"localhost">>},
           {password,<<"makrolika">>},
           {stream_id,<<"e75474e501537dd0">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {mam_helper,wait_archi...

Report log

amp_big_SUITE:mam:mam_failure:notify_deliver_to_offline_user_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"bob_notify_deliver_to_offline_user_test_192_notify_deliver_to_offline_user_test_237@localhost/res1">>,
          escalus_tcp,<0.4144.0>,
          [{event_manager,<0.3750.0>},
           {server,<<"localhost">>},
           {username,
             <<"bOb_notify_deliver_to_offline_user_test_192_notify_deliver_to_offline_user_test_237">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.3750.0>},
            {server,<<"localhost">>},
            {username,
              <<"bOb_notify_deliver_to_offline_user_test_192_notify_deliver_to_offline_user_test_237">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"bob_notify_deliver_to_offline_user_test_192_notify_deliver_to_offline_user_test_237">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"bOb_notify_deliver_to_offline_user_test_192_notify_deliver_to_offline_user_test_237">>},
           {server,<<"localhost">>},
           {password,<<"makrolika">>},
           {stream_id,<<"adab5c70c50fcc96">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {m...

Report log

amp_big_SUITE:mam:mam_failure:drop_deliver_to_offline_user_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"bob_drop_deliver_to_offline_user_test_227_drop_deliver_to_offline_user_test_236@localhost/res1">>,
          escalus_tcp,<0.4143.0>,
          [{event_manager,<0.3961.0>},
           {server,<<"localhost">>},
           {username,
             <<"bOb_drop_deliver_to_offline_user_test_227_drop_deliver_to_offline_user_test_236">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.3961.0>},
            {server,<<"localhost">>},
            {username,
              <<"bOb_drop_deliver_to_offline_user_test_227_drop_deliver_to_offline_user_test_236">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"bob_drop_deliver_to_offline_user_test_227_drop_deliver_to_offline_user_test_236">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"bOb_drop_deliver_to_offline_user_test_227_drop_deliver_to_offline_user_test_236">>},
           {server,<<"localhost">>},
           {password,<<"makrolika">>},
           {stream_id,<<"85ba20ce1faff364">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {mam_helper,wait_archi...

Report log

amp_big_SUITE:mam:mam_failure:notify_deliver_to_offline_user_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"bob_notify_deliver_to_offline_user_test_191_notify_deliver_to_offline_user_test_238@localhost/res1">>,
          escalus_tcp,<0.4145.0>,
          [{event_manager,<0.3745.0>},
           {server,<<"localhost">>},
           {username,
             <<"bOb_notify_deliver_to_offline_user_test_191_notify_deliver_to_offline_user_test_238">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.3745.0>},
            {server,<<"localhost">>},
            {username,
              <<"bOb_notify_deliver_to_offline_user_test_191_notify_deliver_to_offline_user_test_238">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"bob_notify_deliver_to_offline_user_test_191_notify_deliver_to_offline_user_test_238">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"bOb_notify_deliver_to_offline_user_test_191_notify_deliver_to_offline_user_test_238">>},
           {server,<<"localhost">>},
           {password,<<"makrolika">>},
           {stream_id,<<"24008fc2186ccacb">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {m...

Report log

amp_big_SUITE:mam:mam_failure:error_deliver_to_offline_user_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"bob_error_deliver_to_offline_user_test_206_error_deliver_to_offline_user_test_239@localhost/res1">>,
          escalus_tcp,<0.4146.0>,
          [{event_manager,<0.3845.0>},
           {server,<<"localhost">>},
           {username,
             <<"bOb_error_deliver_to_offline_user_test_206_error_deliver_to_offline_user_test_239">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.3845.0>},
            {server,<<"localhost">>},
            {username,
              <<"bOb_error_deliver_to_offline_user_test_206_error_deliver_to_offline_user_test_239">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"bob_error_deliver_to_offline_user_test_206_error_deliver_to_offline_user_test_239">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"bOb_error_deliver_to_offline_user_test_206_error_deliver_to_offline_user_test_239">>},
           {server,<<"localhost">>},
           {password,<<"makrolika">>},
           {stream_id,<<"efd7522779f825b2">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {mam_helper,...

Report log

amp_big_SUITE:mam:mam_failure:error_deliver_to_offline_user_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"bob_error_deliver_to_offline_user_test_211_error_deliver_to_offline_user_test_240@localhost/res1">>,
          escalus_tcp,<0.4153.0>,
          [{event_manager,<0.3874.0>},
           {server,<<"localhost">>},
           {username,
             <<"bOb_error_deliver_to_offline_user_test_211_error_deliver_to_offline_user_test_240">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.3874.0>},
            {server,<<"localhost">>},
            {username,
              <<"bOb_error_deliver_to_offline_user_test_211_error_deliver_to_offline_user_test_240">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"bob_error_deliver_to_offline_user_test_211_error_deliver_to_offline_user_test_240">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"bOb_error_deliver_to_offline_user_test_211_error_deliver_to_offline_user_test_240">>},
           {server,<<"localhost">>},
           {password,<<"makrolika">>},
           {stream_id,<<"3cf6cbc2fc9d900c">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {mam_helper,...

Report log


ldap_mnesia_26 / ldap_mnesia / dda6c97
Reports root/ big
OK: 2346 / Failed: 0 / User-skipped: 910 / Auto-skipped: 0


mysql_redis_27 / mysql_redis / dda6c97
Reports root/ big
OK: 5123 / Failed: 0 / User-skipped: 147 / Auto-skipped: 0

@chrzaszcz chrzaszcz marked this pull request as ready for review October 30, 2024 10:58
Copy link
Contributor

@JanuszJakubiec JanuszJakubiec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 👍🏻

@JanuszJakubiec JanuszJakubiec merged commit 6fdd662 into master Oct 30, 2024
4 checks passed
@JanuszJakubiec JanuszJakubiec deleted the use-erlang-images branch October 30, 2024 12:15
@jacekwegr jacekwegr added this to the 6.3.1 milestone Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants