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

Changing config in mod_http_upload to maps #3614

Merged
merged 6 commits into from
Mar 30, 2022
Merged

Conversation

JanuszJakubiec
Copy link
Contributor

No description provided.

@mongoose-im
Copy link
Collaborator

mongoose-im commented Mar 29, 2022

small_tests_24 / small_tests / a9bd595
Reports root / small


small_tests_23 / small_tests / a9bd595
Reports root / small


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / a9bd595
Reports root/ big
OK: 2814 / Failed: 5 / User-skipped: 129 / Auto-skipped: 8

mod_http_upload_SUITE:mod_http_upload_s3:request_slot
{error,
  {{assertion_failed,assert,is_iq_result,
     {xmlel,<<"iq">>,
       [{<<"from">>,<<"upload.domain.example.com">>},
        {<<"to">>,<<"bOb@domain.example.com/res1">>},
        {<<"id">>,<<>>},
        {<<"type">>,<<"error">>}],
       [{xmlel,<<"request">>,
          [{<<"xmlns">>,<<"urn:xmpp:http:upload:0">>},
           {<<"filename">>,<<"filename.jpg">>},
           {<<"size">>,<<"123">>}],
          []},
        {xmlel,<<"error">>,
          [{<<"code">>,<<"500">>},{<<"type">>,<<"wait">>}],
          [{xmlel,<<"internal-server-error">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             []},
           {xmlel,<<"text">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             [{xmlcdata,
              <<"The server could not process the IQ stanza">>}]}]}]},
     "<iq from='upload.domain.example.com' to='bOb@domain.example.com/res1' id='' type='error'><request xmlns='urn:xmpp:http:upload:0' filename='filename.jpg' size='123'/><error code='500' type='wait'><internal-server-error xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/><text xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'>The server could not process the IQ stanza</text></error></iq>"},
   [{escalus_new_assert,assert_true,2,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
       {line,84}]},
    {mod_http_upload_SUITE,'-request_slot/1-fun-2-',1,
      [{file...

Report log

mod_http_upload_SUITE:mod_http_upload_s3:get_url_ends_with_filename
{error,
  {function_clause,
    [{uri_string,parse,[undefined],[]},
     {mod_http_upload_SUITE,path_ends_with,3,
       [{file,
          "/home/circleci/project/big_tests/tests/mod_http_upload_SUITE.erl"},
        {line,424}]},
     {escalus_new_assert,assert,3,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
        {line,37}]},
     {escalus_story,story,4,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
        {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
       [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
       [{file,"test_server.erl"},{line,1224}]}]}}

Report log

mod_http_upload_SUITE:mod_http_upload_s3:urls_contain_s3_hostname
{error,
  {badarg,
    [{binary,match,
       [undefined,<<"http://bucket.s3-eu-east-25.example.com">>],
       [{error_info,#{module => erl_stdlib_errors}}]},
     {mod_http_upload_SUITE,url_contains,3,
       [{file,
          "/home/circleci/project/big_tests/tests/mod_http_upload_SUITE.erl"},
        {line,434}]},
     {escalus_new_assert,assert,3,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
        {line,37}]},
     {mod_http_upload_SUITE,'-urls_contain_s3_hostname/1-fun-2-',1,
       [{file,
          "/home/circleci/project/big_tests/tests/mod_http_upload_SUITE.erl"},
        {line,247}]},
     {escalus_story,story,4,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
        {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
       [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
       [{file,"test_server.erl"},{line,1224}]}]}}

Report log

mod_http_upload_SUITE:mod_http_upload_s3:sends_different_put_and_get_urls
{error,
  {{assertion_failed,assert,#Fun<mod_http_upload_SUITE.21.30133349>,
     {xmlel,<<"iq">>,
       [{<<"from">>,<<"upload.domain.example.com">>},
        {<<"to">>,<<"bOb@domain.example.com/res1">>},
        {<<"id">>,<<>>},
        {<<"type">>,<<"error">>}],
       [{xmlel,<<"request">>,
          [{<<"xmlns">>,<<"urn:xmpp:http:upload:0">>},
           {<<"filename">>,<<"filename.jpg">>},
           {<<"size">>,<<"123">>}],
          []},
        {xmlel,<<"error">>,
          [{<<"code">>,<<"500">>},{<<"type">>,<<"wait">>}],
          [{xmlel,<<"internal-server-error">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             []},
           {xmlel,<<"text">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             [{xmlcdata,
              <<"The server could not process the IQ stanza">>}]}]}]},
     "<iq from='upload.domain.example.com' to='bOb@domain.example.com/res1' id='' type='error'><request xmlns='urn:xmpp:http:upload:0' filename='filename.jpg' size='123'/><error code='500' type='wait'><internal-server-error xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/><text xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'>The server could not process the IQ stanza</text></error></iq>"},
   [{escalus_new_assert,assert_true,2,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
       {line,84}]},
    {escalus_story,story,4,
      [{file...

Report log

mod_http_upload_SUITE:mod_http_upload_s3:escapes_urls_once
{error,
  {badarg,
    [{binary,match,
       [undefined,<<"%3Bx-amz-acl">>],
       [{error_info,#{module => erl_stdlib_errors}}]},
     {mod_http_upload_SUITE,url_contains,3,
       [{file,
          "/home/circleci/project/big_tests/tests/mod_http_upload_SUITE.erl"},
        {line,434}]},
     {escalus_new_assert,assert,3,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
        {line,37}]},
     {escalus_story,story,4,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
        {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
       [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
       [{file,"test_server.erl"},{line,1224}]}]}}

Report log

mongooseimctl_SUITE:upload:upload_with_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"test type">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,true},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"test type">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,true},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/hom...

Report log

mongooseimctl_SUITE:upload:upload_without_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"test type">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,false},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"test type">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,false},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/h...

Report log


dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / a9bd595
Reports root/ big
OK: 2804 / Failed: 0 / User-skipped: 129 / Auto-skipped: 23

mod_http_upload_SUITE:mod_http_upload_s3:init_per_group
{'EXIT',
  {undef,
    [{maps,merge_with,
       [#Fun<config_parser_helper.1.103934400>,
        #{backend => s3,expiration_time => 60,host => "upload.@HOST@",
        iqdisc => one_queue,max_file_size => 10485760,
        s3 => #{add_acl => false},
        token_bytes => 32},
        #{host => {prefix,<<"upload.">>},
        max_file_size => 1234,
        s3 =>
          #{access_key_id => "AKIAIAOAONIULXQGMOUA",add_acl => true,
            bucket_url => "http://bucket.s3-eu-east-25.example.com",
            region => "eu-east-25",
            secret_access_key =>
              "CG5fGqG0/n6NCPJ10FylpdgRnuV52j8IZvU7BSj8"}}],
       []},
     {mod_http_upload_SUITE,init_per_group,2,
       [{file,
          "/home/circleci/project/big_tests/tests/mod_http_upload_SUITE.erl"},
        {line,123}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]},
     {test_server,run_test_case_eval1,6,
       [{file,"test_server.erl"},{line,1351}]},
     {test_server,run_test_case_eval,9,
       [{file,"test_server.erl"},{line,1195}]}]}}

Report log

mongooseimctl_SUITE:upload:upload_with_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"test type">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,true},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"test type">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,true},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/hom...

Report log

mongooseimctl_SUITE:upload:upload_without_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"test type">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,false},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"test type">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,false},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/h...

Report log


dynamic_domains_mysql_redis_24 / mysql_redis / a9bd595
Reports root/ big
OK: 2797 / Failed: 5 / User-skipped: 146 / Auto-skipped: 8

mod_http_upload_SUITE:mod_http_upload_s3:request_slot
{error,
  {{assertion_failed,assert,is_iq_result,
     {xmlel,<<"iq">>,
       [{<<"from">>,<<"upload.domain.example.com">>},
        {<<"to">>,<<"bOb@domain.example.com/res1">>},
        {<<"id">>,<<>>},
        {<<"type">>,<<"error">>}],
       [{xmlel,<<"request">>,
          [{<<"xmlns">>,<<"urn:xmpp:http:upload:0">>},
           {<<"filename">>,<<"filename.jpg">>},
           {<<"size">>,<<"123">>}],
          []},
        {xmlel,<<"error">>,
          [{<<"code">>,<<"500">>},{<<"type">>,<<"wait">>}],
          [{xmlel,<<"internal-server-error">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             []},
           {xmlel,<<"text">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             [{xmlcdata,
              <<"The server could not process the IQ stanza">>}]}]}]},
     "<iq from='upload.domain.example.com' to='bOb@domain.example.com/res1' id='' type='error'><request xmlns='urn:xmpp:http:upload:0' filename='filename.jpg' size='123'/><error code='500' type='wait'><internal-server-error xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/><text xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'>The server could not process the IQ stanza</text></error></iq>"},
   [{escalus_new_assert,assert_true,2,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
       {line,84}]},
    {mod_http_upload_SUITE,'-request_slot/1-fun-2-',1,
      [{file...

Report log

mod_http_upload_SUITE:mod_http_upload_s3:get_url_ends_with_filename
{error,
  {function_clause,
    [{uri_string,parse,[undefined],[]},
     {mod_http_upload_SUITE,path_ends_with,3,
       [{file,
          "/home/circleci/project/big_tests/tests/mod_http_upload_SUITE.erl"},
        {line,424}]},
     {escalus_new_assert,assert,3,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
        {line,37}]},
     {escalus_story,story,4,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
        {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
       [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
       [{file,"test_server.erl"},{line,1224}]}]}}

Report log

mod_http_upload_SUITE:mod_http_upload_s3:urls_contain_s3_hostname
{error,
  {badarg,
    [{binary,match,
       [undefined,<<"http://bucket.s3-eu-east-25.example.com">>],
       [{error_info,#{module => erl_stdlib_errors}}]},
     {mod_http_upload_SUITE,url_contains,3,
       [{file,
          "/home/circleci/project/big_tests/tests/mod_http_upload_SUITE.erl"},
        {line,434}]},
     {escalus_new_assert,assert,3,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
        {line,37}]},
     {mod_http_upload_SUITE,'-urls_contain_s3_hostname/1-fun-2-',1,
       [{file,
          "/home/circleci/project/big_tests/tests/mod_http_upload_SUITE.erl"},
        {line,247}]},
     {escalus_story,story,4,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
        {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
       [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
       [{file,"test_server.erl"},{line,1224}]}]}}

Report log

mod_http_upload_SUITE:mod_http_upload_s3:sends_different_put_and_get_urls
{error,
  {{assertion_failed,assert,#Fun<mod_http_upload_SUITE.21.30133349>,
     {xmlel,<<"iq">>,
       [{<<"from">>,<<"upload.domain.example.com">>},
        {<<"to">>,<<"bOb@domain.example.com/res1">>},
        {<<"id">>,<<>>},
        {<<"type">>,<<"error">>}],
       [{xmlel,<<"request">>,
          [{<<"xmlns">>,<<"urn:xmpp:http:upload:0">>},
           {<<"filename">>,<<"filename.jpg">>},
           {<<"size">>,<<"123">>}],
          []},
        {xmlel,<<"error">>,
          [{<<"code">>,<<"500">>},{<<"type">>,<<"wait">>}],
          [{xmlel,<<"internal-server-error">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             []},
           {xmlel,<<"text">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             [{xmlcdata,
              <<"The server could not process the IQ stanza">>}]}]}]},
     "<iq from='upload.domain.example.com' to='bOb@domain.example.com/res1' id='' type='error'><request xmlns='urn:xmpp:http:upload:0' filename='filename.jpg' size='123'/><error code='500' type='wait'><internal-server-error xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/><text xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'>The server could not process the IQ stanza</text></error></iq>"},
   [{escalus_new_assert,assert_true,2,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
       {line,84}]},
    {escalus_story,story,4,
      [{file...

Report log

mod_http_upload_SUITE:mod_http_upload_s3:escapes_urls_once
{error,
  {badarg,
    [{binary,match,
       [undefined,<<"%3Bx-amz-acl">>],
       [{error_info,#{module => erl_stdlib_errors}}]},
     {mod_http_upload_SUITE,url_contains,3,
       [{file,
          "/home/circleci/project/big_tests/tests/mod_http_upload_SUITE.erl"},
        {line,434}]},
     {escalus_new_assert,assert,3,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
        {line,37}]},
     {escalus_story,story,4,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
        {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
       [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
       [{file,"test_server.erl"},{line,1224}]}]}}

Report log

mongooseimctl_SUITE:upload:upload_with_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"test type">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,true},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"test type">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,true},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/hom...

Report log

mongooseimctl_SUITE:upload:upload_without_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"test type">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,false},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"test type">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,false},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/h...

Report log


dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / a9bd595
Reports root/ big
OK: 2814 / Failed: 5 / User-skipped: 129 / Auto-skipped: 8

mod_http_upload_SUITE:mod_http_upload_s3:request_slot
{error,
  {{assertion_failed,assert,is_iq_result,
     {xmlel,<<"iq">>,
       [{<<"from">>,<<"upload.domain.example.com">>},
        {<<"to">>,<<"bOb@domain.example.com/res1">>},
        {<<"id">>,<<>>},
        {<<"type">>,<<"error">>}],
       [{xmlel,<<"request">>,
          [{<<"xmlns">>,<<"urn:xmpp:http:upload:0">>},
           {<<"filename">>,<<"filename.jpg">>},
           {<<"size">>,<<"123">>}],
          []},
        {xmlel,<<"error">>,
          [{<<"code">>,<<"500">>},{<<"type">>,<<"wait">>}],
          [{xmlel,<<"internal-server-error">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             []},
           {xmlel,<<"text">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             [{xmlcdata,
              <<"The server could not process the IQ stanza">>}]}]}]},
     "<iq from='upload.domain.example.com' to='bOb@domain.example.com/res1' id='' type='error'><request xmlns='urn:xmpp:http:upload:0' filename='filename.jpg' size='123'/><error code='500' type='wait'><internal-server-error xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/><text xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'>The server could not process the IQ stanza</text></error></iq>"},
   [{escalus_new_assert,assert_true,2,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
       {line,84}]},
    {mod_http_upload_SUITE,'-request_slot/1-fun-2-',1,
      [{file...

Report log

mod_http_upload_SUITE:mod_http_upload_s3:get_url_ends_with_filename
{error,
  {function_clause,
    [{uri_string,parse,[undefined],[]},
     {mod_http_upload_SUITE,path_ends_with,3,
       [{file,
          "/home/circleci/project/big_tests/tests/mod_http_upload_SUITE.erl"},
        {line,424}]},
     {escalus_new_assert,assert,3,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
        {line,37}]},
     {escalus_story,story,4,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
        {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
       [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
       [{file,"test_server.erl"},{line,1224}]}]}}

Report log

mod_http_upload_SUITE:mod_http_upload_s3:urls_contain_s3_hostname
{error,
  {badarg,
    [{binary,match,
       [undefined,<<"http://bucket.s3-eu-east-25.example.com">>],
       [{error_info,#{module => erl_stdlib_errors}}]},
     {mod_http_upload_SUITE,url_contains,3,
       [{file,
          "/home/circleci/project/big_tests/tests/mod_http_upload_SUITE.erl"},
        {line,434}]},
     {escalus_new_assert,assert,3,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
        {line,37}]},
     {mod_http_upload_SUITE,'-urls_contain_s3_hostname/1-fun-2-',1,
       [{file,
          "/home/circleci/project/big_tests/tests/mod_http_upload_SUITE.erl"},
        {line,247}]},
     {escalus_story,story,4,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
        {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
       [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
       [{file,"test_server.erl"},{line,1224}]}]}}

Report log

mod_http_upload_SUITE:mod_http_upload_s3:sends_different_put_and_get_urls
{error,
  {{assertion_failed,assert,#Fun<mod_http_upload_SUITE.21.30133349>,
     {xmlel,<<"iq">>,
       [{<<"from">>,<<"upload.domain.example.com">>},
        {<<"to">>,<<"bOb@domain.example.com/res1">>},
        {<<"id">>,<<>>},
        {<<"type">>,<<"error">>}],
       [{xmlel,<<"request">>,
          [{<<"xmlns">>,<<"urn:xmpp:http:upload:0">>},
           {<<"filename">>,<<"filename.jpg">>},
           {<<"size">>,<<"123">>}],
          []},
        {xmlel,<<"error">>,
          [{<<"code">>,<<"500">>},{<<"type">>,<<"wait">>}],
          [{xmlel,<<"internal-server-error">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             []},
           {xmlel,<<"text">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             [{xmlcdata,
              <<"The server could not process the IQ stanza">>}]}]}]},
     "<iq from='upload.domain.example.com' to='bOb@domain.example.com/res1' id='' type='error'><request xmlns='urn:xmpp:http:upload:0' filename='filename.jpg' size='123'/><error code='500' type='wait'><internal-server-error xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/><text xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'>The server could not process the IQ stanza</text></error></iq>"},
   [{escalus_new_assert,assert_true,2,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
       {line,84}]},
    {escalus_story,story,4,
      [{file...

Report log

mod_http_upload_SUITE:mod_http_upload_s3:escapes_urls_once
{error,
  {badarg,
    [{binary,match,
       [undefined,<<"%3Bx-amz-acl">>],
       [{error_info,#{module => erl_stdlib_errors}}]},
     {mod_http_upload_SUITE,url_contains,3,
       [{file,
          "/home/circleci/project/big_tests/tests/mod_http_upload_SUITE.erl"},
        {line,434}]},
     {escalus_new_assert,assert,3,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
        {line,37}]},
     {escalus_story,story,4,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
        {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
       [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
       [{file,"test_server.erl"},{line,1224}]}]}}

Report log

mongooseimctl_SUITE:upload:upload_with_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"test type">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,true},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"test type">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,true},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/hom...

Report log

mongooseimctl_SUITE:upload:upload_without_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"test type">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,false},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"test type">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,false},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/h...

Report log


ldap_mnesia_23 / ldap_mnesia / a9bd595
Reports root/ big
OK: 1485 / Failed: 0 / User-skipped: 395 / Auto-skipped: 23

mod_http_upload_SUITE:mod_http_upload_s3:init_per_group
{'EXIT',
  {undef,
    [{maps,merge_with,
       [#Fun<config_parser_helper.1.103934400>,
        #{backend => s3,expiration_time => 60,host => "upload.@HOST@",
        iqdisc => one_queue,max_file_size => 10485760,
        s3 => #{add_acl => false},
        token_bytes => 32},
        #{host => {prefix,<<"upload.">>},
        max_file_size => 1234,
        s3 =>
          #{access_key_id => "AKIAIAOAONIULXQGMOUA",add_acl => true,
            bucket_url => "http://bucket.s3-eu-east-25.example.com",
            region => "eu-east-25",
            secret_access_key =>
              "CG5fGqG0/n6NCPJ10FylpdgRnuV52j8IZvU7BSj8"}}],
       []},
     {mod_http_upload_SUITE,init_per_group,2,
       [{file,
          "/home/circleci/project/big_tests/tests/mod_http_upload_SUITE.erl"},
        {line,123}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]},
     {test_server,run_test_case_eval1,6,
       [{file,"test_server.erl"},{line,1351}]},
     {test_server,run_test_case_eval,9,
       [{file,"test_server.erl"},{line,1195}]}]}}

Report log

mongooseimctl_SUITE:upload:upload_with_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,true},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,true},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/hom...

Report log

mongooseimctl_SUITE:upload:upload_without_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,false},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,false},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/h...

Report log


ldap_mnesia_24 / ldap_mnesia / a9bd595
Reports root/ big
OK: 1495 / Failed: 5 / User-skipped: 395 / Auto-skipped: 8

mod_http_upload_SUITE:mod_http_upload_s3:request_slot
{error,
  {{assertion_failed,assert,is_iq_result,
     {xmlel,<<"iq">>,
       [{<<"from">>,<<"upload.localhost">>},
        {<<"to">>,<<"bOb@localhost/res1">>},
        {<<"id">>,<<>>},
        {<<"type">>,<<"error">>}],
       [{xmlel,<<"request">>,
          [{<<"xmlns">>,<<"urn:xmpp:http:upload:0">>},
           {<<"filename">>,<<"filename.jpg">>},
           {<<"size">>,<<"123">>}],
          []},
        {xmlel,<<"error">>,
          [{<<"code">>,<<"500">>},{<<"type">>,<<"wait">>}],
          [{xmlel,<<"internal-server-error">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             []},
           {xmlel,<<"text">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             [{xmlcdata,
              <<"The server could not process the IQ stanza">>}]}]}]},
     "<iq from='upload.localhost' to='bOb@localhost/res1' id='' type='error'><request xmlns='urn:xmpp:http:upload:0' filename='filename.jpg' size='123'/><error code='500' type='wait'><internal-server-error xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/><text xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'>The server could not process the IQ stanza</text></error></iq>"},
   [{escalus_new_assert,assert_true,2,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
       {line,84}]},
    {mod_http_upload_SUITE,'-request_slot/1-fun-2-',1,
      [{file,
         "/home/circleci/project/b...

Report log

mod_http_upload_SUITE:mod_http_upload_s3:get_url_ends_with_filename
{error,
  {function_clause,
    [{uri_string,parse,[undefined],[]},
     {mod_http_upload_SUITE,path_ends_with,3,
       [{file,
          "/home/circleci/project/big_tests/tests/mod_http_upload_SUITE.erl"},
        {line,424}]},
     {escalus_new_assert,assert,3,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
        {line,37}]},
     {escalus_story,story,4,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
        {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
       [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
       [{file,"test_server.erl"},{line,1224}]}]}}

Report log

mod_http_upload_SUITE:mod_http_upload_s3:urls_contain_s3_hostname
{error,
  {badarg,
    [{binary,match,
       [undefined,<<"http://bucket.s3-eu-east-25.example.com">>],
       [{error_info,#{module => erl_stdlib_errors}}]},
     {mod_http_upload_SUITE,url_contains,3,
       [{file,
          "/home/circleci/project/big_tests/tests/mod_http_upload_SUITE.erl"},
        {line,434}]},
     {escalus_new_assert,assert,3,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
        {line,37}]},
     {mod_http_upload_SUITE,'-urls_contain_s3_hostname/1-fun-2-',1,
       [{file,
          "/home/circleci/project/big_tests/tests/mod_http_upload_SUITE.erl"},
        {line,247}]},
     {escalus_story,story,4,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
        {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
       [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
       [{file,"test_server.erl"},{line,1224}]}]}}

Report log

mod_http_upload_SUITE:mod_http_upload_s3:sends_different_put_and_get_urls
{error,
  {{assertion_failed,assert,#Fun<mod_http_upload_SUITE.21.30133349>,
     {xmlel,<<"iq">>,
       [{<<"from">>,<<"upload.localhost">>},
        {<<"to">>,<<"bOb@localhost/res1">>},
        {<<"id">>,<<>>},
        {<<"type">>,<<"error">>}],
       [{xmlel,<<"request">>,
          [{<<"xmlns">>,<<"urn:xmpp:http:upload:0">>},
           {<<"filename">>,<<"filename.jpg">>},
           {<<"size">>,<<"123">>}],
          []},
        {xmlel,<<"error">>,
          [{<<"code">>,<<"500">>},{<<"type">>,<<"wait">>}],
          [{xmlel,<<"internal-server-error">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             []},
           {xmlel,<<"text">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             [{xmlcdata,
              <<"The server could not process the IQ stanza">>}]}]}]},
     "<iq from='upload.localhost' to='bOb@localhost/res1' id='' type='error'><request xmlns='urn:xmpp:http:upload:0' filename='filename.jpg' size='123'/><error code='500' type='wait'><internal-server-error xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/><text xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'>The server could not process the IQ stanza</text></error></iq>"},
   [{escalus_new_assert,assert_true,2,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
       {line,84}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/project/b...

Report log

mod_http_upload_SUITE:mod_http_upload_s3:escapes_urls_once
{error,
  {badarg,
    [{binary,match,
       [undefined,<<"%3Bx-amz-acl">>],
       [{error_info,#{module => erl_stdlib_errors}}]},
     {mod_http_upload_SUITE,url_contains,3,
       [{file,
          "/home/circleci/project/big_tests/tests/mod_http_upload_SUITE.erl"},
        {line,434}]},
     {escalus_new_assert,assert,3,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
        {line,37}]},
     {escalus_story,story,4,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
        {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
       [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
       [{file,"test_server.erl"},{line,1224}]}]}}

Report log

mongooseimctl_SUITE:upload:upload_with_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,true},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,true},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/hom...

Report log

mongooseimctl_SUITE:upload:upload_without_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,false},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,false},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/h...

Report log


internal_mnesia_24 / internal_mnesia / a9bd595
Reports root/ big
OK: 1528 / Failed: 9 / User-skipped: 358 / Auto-skipped: 8

mod_http_upload_SUITE:mod_http_upload_s3:request_slot
{error,
  {{assertion_failed,assert,is_iq_result,
     {xmlel,<<"iq">>,
       [{<<"from">>,<<"upload.localhost">>},
        {<<"to">>,<<"bOb@localhost/res1">>},
        {<<"id">>,<<>>},
        {<<"type">>,<<"error">>}],
       [{xmlel,<<"request">>,
          [{<<"xmlns">>,<<"urn:xmpp:http:upload:0">>},
           {<<"filename">>,<<"filename.jpg">>},
           {<<"size">>,<<"123">>}],
          []},
        {xmlel,<<"error">>,
          [{<<"code">>,<<"500">>},{<<"type">>,<<"wait">>}],
          [{xmlel,<<"internal-server-error">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             []},
           {xmlel,<<"text">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             [{xmlcdata,
              <<"The server could not process the IQ stanza">>}]}]}]},
     "<iq from='upload.localhost' to='bOb@localhost/res1' id='' type='error'><request xmlns='urn:xmpp:http:upload:0' filename='filename.jpg' size='123'/><error code='500' type='wait'><internal-server-error xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/><text xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'>The server could not process the IQ stanza</text></error></iq>"},
   [{escalus_new_assert,assert_true,2,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
       {line,84}]},
    {mod_http_upload_SUITE,'-request_slot/1-fun-2-',1,
      [{file,
         "/home/circleci/project/b...

Report log

mod_http_upload_SUITE:mod_http_upload_s3:get_url_ends_with_filename
{error,
  {function_clause,
    [{uri_string,parse,[undefined],[]},
     {mod_http_upload_SUITE,path_ends_with,3,
       [{file,
          "/home/circleci/project/big_tests/tests/mod_http_upload_SUITE.erl"},
        {line,424}]},
     {escalus_new_assert,assert,3,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
        {line,37}]},
     {escalus_story,story,4,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
        {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
       [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
       [{file,"test_server.erl"},{line,1224}]}]}}

Report log

mod_http_upload_SUITE:mod_http_upload_s3:urls_contain_s3_hostname
{error,
  {badarg,
    [{binary,match,
       [undefined,<<"http://bucket.s3-eu-east-25.example.com">>],
       [{error_info,#{module => erl_stdlib_errors}}]},
     {mod_http_upload_SUITE,url_contains,3,
       [{file,
          "/home/circleci/project/big_tests/tests/mod_http_upload_SUITE.erl"},
        {line,434}]},
     {escalus_new_assert,assert,3,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
        {line,37}]},
     {mod_http_upload_SUITE,'-urls_contain_s3_hostname/1-fun-2-',1,
       [{file,
          "/home/circleci/project/big_tests/tests/mod_http_upload_SUITE.erl"},
        {line,247}]},
     {escalus_story,story,4,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
        {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
       [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
       [{file,"test_server.erl"},{line,1224}]}]}}

Report log

mod_http_upload_SUITE:mod_http_upload_s3:sends_different_put_and_get_urls
{error,
  {{assertion_failed,assert,#Fun<mod_http_upload_SUITE.21.30133349>,
     {xmlel,<<"iq">>,
       [{<<"from">>,<<"upload.localhost">>},
        {<<"to">>,<<"bOb@localhost/res1">>},
        {<<"id">>,<<>>},
        {<<"type">>,<<"error">>}],
       [{xmlel,<<"request">>,
          [{<<"xmlns">>,<<"urn:xmpp:http:upload:0">>},
           {<<"filename">>,<<"filename.jpg">>},
           {<<"size">>,<<"123">>}],
          []},
        {xmlel,<<"error">>,
          [{<<"code">>,<<"500">>},{<<"type">>,<<"wait">>}],
          [{xmlel,<<"internal-server-error">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             []},
           {xmlel,<<"text">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             [{xmlcdata,
              <<"The server could not process the IQ stanza">>}]}]}]},
     "<iq from='upload.localhost' to='bOb@localhost/res1' id='' type='error'><request xmlns='urn:xmpp:http:upload:0' filename='filename.jpg' size='123'/><error code='500' type='wait'><internal-server-error xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/><text xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'>The server could not process the IQ stanza</text></error></iq>"},
   [{escalus_new_assert,assert_true,2,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
       {line,84}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/project/b...

Report log

mod_http_upload_SUITE:mod_http_upload_s3:escapes_urls_once
{error,
  {badarg,
    [{binary,match,
       [undefined,<<"%3Bx-amz-acl">>],
       [{error_info,#{module => erl_stdlib_errors}}]},
     {mod_http_upload_SUITE,url_contains,3,
       [{file,
          "/home/circleci/project/big_tests/tests/mod_http_upload_SUITE.erl"},
        {line,434}]},
     {escalus_new_assert,assert,3,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
        {line,37}]},
     {escalus_story,story,4,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
        {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
       [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
       [{file,"test_server.erl"},{line,1224}]}]}}

Report log

mod_http_upload_SUITE:real_upload_with_acl:test_minio_upload_without_content_type
{error,
  {badarg,
    [{erlang,binary_to_list,
       [undefined],
       [{error_info,#{module => erl_erts_errors}}]},
     {mod_http_upload_SUITE,'-test_minio_upload/2-fun-2-',3,
       [{file,
          "/home/circleci/project/big_tests/tests/mod_http_upload_SUITE.erl"},
        {line,265}]},
     {escalus_story,story,4,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
        {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
       [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
       [{file,"test_server.erl"},{line,1224}]}]}}

Report log

mod_http_upload_SUITE:real_upload_with_acl:test_minio_upload_with_content_type
{error,
  {badarg,
    [{erlang,binary_to_list,
       [undefined],
       [{error_info,#{module => erl_erts_errors}}]},
     {mod_http_upload_SUITE,'-test_minio_upload/2-fun-2-',3,
       [{file,
          "/home/circleci/project/big_tests/tests/mod_http_upload_SUITE.erl"},
        {line,265}]},
     {escalus_story,story,4,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
        {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
       [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
       [{file,"test_server.erl"},{line,1224}]}]}}

Report log

mod_http_upload_SUITE:real_upload_without_acl:test_minio_upload_without_content_type
{error,
  {badarg,
    [{erlang,binary_to_list,
       [undefined],
       [{error_info,#{module => erl_erts_errors}}]},
     {mod_http_upload_SUITE,'-test_minio_upload/2-fun-2-',3,
       [{file,
          "/home/circleci/project/big_tests/tests/mod_http_upload_SUITE.erl"},
        {line,265}]},
     {escalus_story,story,4,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
        {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
       [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
       [{file,"test_server.erl"},{line,1224}]}]}}

Report log

mod_http_upload_SUITE:real_upload_without_acl:test_minio_upload_with_content_type
{error,
  {badarg,
    [{erlang,binary_to_list,
       [undefined],
       [{error_info,#{module => erl_erts_errors}}]},
     {mod_http_upload_SUITE,'-test_minio_upload/2-fun-2-',3,
       [{file,
          "/home/circleci/project/big_tests/tests/mod_http_upload_SUITE.erl"},
        {line,265}]},
     {escalus_story,story,4,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
        {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
       [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
       [{file,"test_server.erl"},{line,1224}]}]}}

Report log

mongooseimctl_SUITE:upload:upload_with_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,true},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,true},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/hom...

Report log

mongooseimctl_SUITE:upload:upload_without_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,false},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,false},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/h...

Report log


mysql_redis_24 / mysql_redis / a9bd595
Reports root/ big
OK: 3183 / Failed: 5 / User-skipped: 143 / Auto-skipped: 8

mod_http_upload_SUITE:mod_http_upload_s3:request_slot
{error,
  {{assertion_failed,assert,is_iq_result,
     {xmlel,<<"iq">>,
       [{<<"from">>,<<"upload.localhost">>},
        {<<"to">>,<<"bOb@localhost/res1">>},
        {<<"id">>,<<>>},
        {<<"type">>,<<"error">>}],
       [{xmlel,<<"request">>,
          [{<<"xmlns">>,<<"urn:xmpp:http:upload:0">>},
           {<<"filename">>,<<"filename.jpg">>},
           {<<"size">>,<<"123">>}],
          []},
        {xmlel,<<"error">>,
          [{<<"code">>,<<"500">>},{<<"type">>,<<"wait">>}],
          [{xmlel,<<"internal-server-error">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             []},
           {xmlel,<<"text">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             [{xmlcdata,
              <<"The server could not process the IQ stanza">>}]}]}]},
     "<iq from='upload.localhost' to='bOb@localhost/res1' id='' type='error'><request xmlns='urn:xmpp:http:upload:0' filename='filename.jpg' size='123'/><error code='500' type='wait'><internal-server-error xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/><text xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'>The server could not process the IQ stanza</text></error></iq>"},
   [{escalus_new_assert,assert_true,2,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
       {line,84}]},
    {mod_http_upload_SUITE,'-request_slot/1-fun-2-',1,
      [{file,
         "/home/circleci/project/b...

Report log

mod_http_upload_SUITE:mod_http_upload_s3:get_url_ends_with_filename
{error,
  {function_clause,
    [{uri_string,parse,[undefined],[]},
     {mod_http_upload_SUITE,path_ends_with,3,
       [{file,
          "/home/circleci/project/big_tests/tests/mod_http_upload_SUITE.erl"},
        {line,424}]},
     {escalus_new_assert,assert,3,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
        {line,37}]},
     {escalus_story,story,4,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
        {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
       [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
       [{file,"test_server.erl"},{line,1224}]}]}}

Report log

mod_http_upload_SUITE:mod_http_upload_s3:urls_contain_s3_hostname
{error,
  {badarg,
    [{binary,match,
       [undefined,<<"http://bucket.s3-eu-east-25.example.com">>],
       [{error_info,#{module => erl_stdlib_errors}}]},
     {mod_http_upload_SUITE,url_contains,3,
       [{file,
          "/home/circleci/project/big_tests/tests/mod_http_upload_SUITE.erl"},
        {line,434}]},
     {escalus_new_assert,assert,3,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
        {line,37}]},
     {mod_http_upload_SUITE,'-urls_contain_s3_hostname/1-fun-2-',1,
       [{file,
          "/home/circleci/project/big_tests/tests/mod_http_upload_SUITE.erl"},
        {line,247}]},
     {escalus_story,story,4,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
        {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
       [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
       [{file,"test_server.erl"},{line,1224}]}]}}

Report log

mod_http_upload_SUITE:mod_http_upload_s3:sends_different_put_and_get_urls
{error,
  {{assertion_failed,assert,#Fun<mod_http_upload_SUITE.21.30133349>,
     {xmlel,<<"iq">>,
       [{<<"from">>,<<"upload.localhost">>},
        {<<"to">>,<<"bOb@localhost/res1">>},
        {<<"id">>,<<>>},
        {<<"type">>,<<"error">>}],
       [{xmlel,<<"request">>,
          [{<<"xmlns">>,<<"urn:xmpp:http:upload:0">>},
           {<<"filename">>,<<"filename.jpg">>},
           {<<"size">>,<<"123">>}],
          []},
        {xmlel,<<"error">>,
          [{<<"code">>,<<"500">>},{<<"type">>,<<"wait">>}],
          [{xmlel,<<"internal-server-error">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             []},
           {xmlel,<<"text">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             [{xmlcdata,
              <<"The server could not process the IQ stanza">>}]}]}]},
     "<iq from='upload.localhost' to='bOb@localhost/res1' id='' type='error'><request xmlns='urn:xmpp:http:upload:0' filename='filename.jpg' size='123'/><error code='500' type='wait'><internal-server-error xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/><text xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'>The server could not process the IQ stanza</text></error></iq>"},
   [{escalus_new_assert,assert_true,2,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
       {line,84}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/project/b...

Report log

mod_http_upload_SUITE:mod_http_upload_s3:escapes_urls_once
{error,
  {badarg,
    [{binary,match,
       [undefined,<<"%3Bx-amz-acl">>],
       [{error_info,#{module => erl_stdlib_errors}}]},
     {mod_http_upload_SUITE,url_contains,3,
       [{file,
          "/home/circleci/project/big_tests/tests/mod_http_upload_SUITE.erl"},
        {line,434}]},
     {escalus_new_assert,assert,3,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
        {line,37}]},
     {escalus_story,story,4,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
        {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
       [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
       [{file,"test_server.erl"},{line,1224}]}]}}

Report log

mongooseimctl_SUITE:upload:upload_with_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,true},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,true},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/hom...

Report log

mongooseimctl_SUITE:upload:upload_without_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,false},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,false},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/h...

Report log


elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / a9bd595
Reports root/ big
OK: 1843 / Failed: 5 / User-skipped: 362 / Auto-skipped: 8

mod_http_upload_SUITE:mod_http_upload_s3:request_slot
{error,
  {{assertion_failed,assert,is_iq_result,
     {xmlel,<<"iq">>,
       [{<<"from">>,<<"upload.localhost">>},
        {<<"to">>,<<"bOb@localhost/res1">>},
        {<<"id">>,<<>>},
        {<<"type">>,<<"error">>}],
       [{xmlel,<<"request">>,
          [{<<"xmlns">>,<<"urn:xmpp:http:upload:0">>},
           {<<"filename">>,<<"filename.jpg">>},
           {<<"size">>,<<"123">>}],
          []},
        {xmlel,<<"error">>,
          [{<<"code">>,<<"500">>},{<<"type">>,<<"wait">>}],
          [{xmlel,<<"internal-server-error">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             []},
           {xmlel,<<"text">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             [{xmlcdata,
              <<"The server could not process the IQ stanza">>}]}]}]},
     "<iq from='upload.localhost' to='bOb@localhost/res1' id='' type='error'><request xmlns='urn:xmpp:http:upload:0' filename='filename.jpg' size='123'/><error code='500' type='wait'><internal-server-error xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/><text xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'>The server could not process the IQ stanza</text></error></iq>"},
   [{escalus_new_assert,assert_true,2,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
       {line,84}]},
    {mod_http_upload_SUITE,'-request_slot/1-fun-2-',1,
      [{file,
         "/home/circleci/project/b...

Report log

mod_http_upload_SUITE:mod_http_upload_s3:get_url_ends_with_filename
{error,
  {function_clause,
    [{uri_string,parse,[undefined],[]},
     {mod_http_upload_SUITE,path_ends_with,3,
       [{file,
          "/home/circleci/project/big_tests/tests/mod_http_upload_SUITE.erl"},
        {line,424}]},
     {escalus_new_assert,assert,3,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
        {line,37}]},
     {escalus_story,story,4,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
        {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
       [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
       [{file,"test_server.erl"},{line,1224}]}]}}

Report log

mod_http_upload_SUITE:mod_http_upload_s3:urls_contain_s3_hostname
{error,
  {badarg,
    [{binary,match,
       [undefined,<<"http://bucket.s3-eu-east-25.example.com">>],
       [{error_info,#{module => erl_stdlib_errors}}]},
     {mod_http_upload_SUITE,url_contains,3,
       [{file,
          "/home/circleci/project/big_tests/tests/mod_http_upload_SUITE.erl"},
        {line,434}]},
     {escalus_new_assert,assert,3,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
        {line,37}]},
     {mod_http_upload_SUITE,'-urls_contain_s3_hostname/1-fun-2-',1,
       [{file,
          "/home/circleci/project/big_tests/tests/mod_http_upload_SUITE.erl"},
        {line,247}]},
     {escalus_story,story,4,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
        {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
       [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
       [{file,"test_server.erl"},{line,1224}]}]}}

Report log

mod_http_upload_SUITE:mod_http_upload_s3:sends_different_put_and_get_urls
{error,
  {{assertion_failed,assert,#Fun<mod_http_upload_SUITE.21.30133349>,
     {xmlel,<<"iq">>,
       [{<<"from">>,<<"upload.localhost">>},
        {<<"to">>,<<"bOb@localhost/res1">>},
        {<<"id">>,<<>>},
        {<<"type">>,<<"error">>}],
       [{xmlel,<<"request">>,
          [{<<"xmlns">>,<<"urn:xmpp:http:upload:0">>},
           {<<"filename">>,<<"filename.jpg">>},
           {<<"size">>,<<"123">>}],
          []},
        {xmlel,<<"error">>,
          [{<<"code">>,<<"500">>},{<<"type">>,<<"wait">>}],
          [{xmlel,<<"internal-server-error">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             []},
           {xmlel,<<"text">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             [{xmlcdata,
              <<"The server could not process the IQ stanza">>}]}]}]},
     "<iq from='upload.localhost' to='bOb@localhost/res1' id='' type='error'><request xmlns='urn:xmpp:http:upload:0' filename='filename.jpg' size='123'/><error code='500' type='wait'><internal-server-error xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/><text xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'>The server could not process the IQ stanza</text></error></iq>"},
   [{escalus_new_assert,assert_true,2,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
       {line,84}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/project/b...

Report log

mod_http_upload_SUITE:mod_http_upload_s3:escapes_urls_once
{error,
  {badarg,
    [{binary,match,
       [undefined,<<"%3Bx-amz-acl">>],
       [{error_info,#{module => erl_stdlib_errors}}]},
     {mod_http_upload_SUITE,url_contains,3,
       [{file,
          "/home/circleci/project/big_tests/tests/mod_http_upload_SUITE.erl"},
        {line,434}]},
     {escalus_new_assert,assert,3,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
        {line,37}]},
     {escalus_story,story,4,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
        {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
       [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
       [{file,"test_server.erl"},{line,1224}]}]}}

Report log

mongooseimctl_SUITE:upload:upload_with_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,true},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,true},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/hom...

Report log

mongooseimctl_SUITE:upload:upload_without_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,false},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,false},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/h...

Report log


pgsql_mnesia_24 / pgsql_mnesia / a9bd595
Reports root/ big
OK: 3188 / Failed: 5 / User-skipped: 138 / Auto-skipped: 8

mod_http_upload_SUITE:mod_http_upload_s3:request_slot
{error,
  {{assertion_failed,assert,is_iq_result,
     {xmlel,<<"iq">>,
       [{<<"from">>,<<"upload.localhost">>},
        {<<"to">>,<<"bOb@localhost/res1">>},
        {<<"id">>,<<>>},
        {<<"type">>,<<"error">>}],
       [{xmlel,<<"request">>,
          [{<<"xmlns">>,<<"urn:xmpp:http:upload:0">>},
           {<<"filename">>,<<"filename.jpg">>},
           {<<"size">>,<<"123">>}],
          []},
        {xmlel,<<"error">>,
          [{<<"code">>,<<"500">>},{<<"type">>,<<"wait">>}],
          [{xmlel,<<"internal-server-error">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             []},
           {xmlel,<<"text">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             [{xmlcdata,
              <<"The server could not process the IQ stanza">>}]}]}]},
     "<iq from='upload.localhost' to='bOb@localhost/res1' id='' type='error'><request xmlns='urn:xmpp:http:upload:0' filename='filename.jpg' size='123'/><error code='500' type='wait'><internal-server-error xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/><text xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'>The server could not process the IQ stanza</text></error></iq>"},
   [{escalus_new_assert,assert_true,2,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
       {line,84}]},
    {mod_http_upload_SUITE,'-request_slot/1-fun-2-',1,
      [{file,
         "/home/circleci/project/b...

Report log

mod_http_upload_SUITE:mod_http_upload_s3:get_url_ends_with_filename
{error,
  {function_clause,
    [{uri_string,parse,[undefined],[]},
     {mod_http_upload_SUITE,path_ends_with,3,
       [{file,
          "/home/circleci/project/big_tests/tests/mod_http_upload_SUITE.erl"},
        {line,424}]},
     {escalus_new_assert,assert,3,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
        {line,37}]},
     {escalus_story,story,4,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
        {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
       [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
       [{file,"test_server.erl"},{line,1224}]}]}}

Report log

mod_http_upload_SUITE:mod_http_upload_s3:urls_contain_s3_hostname
{error,
  {badarg,
    [{binary,match,
       [undefined,<<"http://bucket.s3-eu-east-25.example.com">>],
       [{error_info,#{module => erl_stdlib_errors}}]},
     {mod_http_upload_SUITE,url_contains,3,
       [{file,
          "/home/circleci/project/big_tests/tests/mod_http_upload_SUITE.erl"},
        {line,434}]},
     {escalus_new_assert,assert,3,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
        {line,37}]},
     {mod_http_upload_SUITE,'-urls_contain_s3_hostname/1-fun-2-',1,
       [{file,
          "/home/circleci/project/big_tests/tests/mod_http_upload_SUITE.erl"},
        {line,247}]},
     {escalus_story,story,4,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
        {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
       [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
       [{file,"test_server.erl"},{line,1224}]}]}}

Report log

mod_http_upload_SUITE:mod_http_upload_s3:sends_different_put_and_get_urls
{error,
  {{assertion_failed,assert,#Fun<mod_http_upload_SUITE.21.30133349>,
     {xmlel,<<"iq">>,
       [{<<"from">>,<<"upload.localhost">>},
        {<<"to">>,<<"bOb@localhost/res1">>},
        {<<"id">>,<<>>},
        {<<"type">>,<<"error">>}],
       [{xmlel,<<"request">>,
          [{<<"xmlns">>,<<"urn:xmpp:http:upload:0">>},
           {<<"filename">>,<<"filename.jpg">>},
           {<<"size">>,<<"123">>}],
          []},
        {xmlel,<<"error">>,
          [{<<"code">>,<<"500">>},{<<"type">>,<<"wait">>}],
          [{xmlel,<<"internal-server-error">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             []},
           {xmlel,<<"text">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             [{xmlcdata,
              <<"The server could not process the IQ stanza">>}]}]}]},
     "<iq from='upload.localhost' to='bOb@localhost/res1' id='' type='error'><request xmlns='urn:xmpp:http:upload:0' filename='filename.jpg' size='123'/><error code='500' type='wait'><internal-server-error xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/><text xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'>The server could not process the IQ stanza</text></error></iq>"},
   [{escalus_new_assert,assert_true,2,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
       {line,84}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/project/b...

Report log

mod_http_upload_SUITE:mod_http_upload_s3:escapes_urls_once
{error,
  {badarg,
    [{binary,match,
       [undefined,<<"%3Bx-amz-acl">>],
       [{error_info,#{module => erl_stdlib_errors}}]},
     {mod_http_upload_SUITE,url_contains,3,
       [{file,
          "/home/circleci/project/big_tests/tests/mod_http_upload_SUITE.erl"},
        {line,434}]},
     {escalus_new_assert,assert,3,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
        {line,37}]},
     {escalus_story,story,4,
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
        {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
       [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
       [{file,"test_server.erl"},{line,1224}]}]}}

Report log

mongooseimctl_SUITE:upload:upload_with_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,true},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,true},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/hom...

Report log

mongooseimctl_SUITE:upload:upload_without_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,false},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,false},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/h...

Report log


pgsql_mnesia_23 / pgsql_mnesia / a9bd595
Reports root/ big
OK: 3178 / Failed: 0 / User-skipped: 138 / Auto-skipped: 23

mod_http_upload_SUITE:mod_http_upload_s3:init_per_group
{'EXIT',
  {undef,
    [{maps,merge_with,
       [#Fun<config_parser_helper.1.103934400>,
        #{backend => s3,expiration_time => 60,host => "upload.@HOST@",
        iqdisc => one_queue,max_file_size => 10485760,
        s3 => #{add_acl => false},
        token_bytes => 32},
        #{host => {prefix,<<"upload.">>},
        max_file_size => 1234,
        s3 =>
          #{access_key_id => "AKIAIAOAONIULXQGMOUA",add_acl => true,
            bucket_url => "http://bucket.s3-eu-east-25.example.com",
            region => "eu-east-25",
            secret_access_key =>
              "CG5fGqG0/n6NCPJ10FylpdgRnuV52j8IZvU7BSj8"}}],
       []},
     {mod_http_upload_SUITE,init_per_group,2,
       [{file,
          "/home/circleci/project/big_tests/tests/mod_http_upload_SUITE.erl"},
        {line,123}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]},
     {test_server,run_test_case_eval1,6,
       [{file,"test_server.erl"},{line,1351}]},
     {test_server,run_test_case_eval,9,
       [{file,"test_server.erl"},{line,1195}]}]}}

Report log

mongooseimctl_SUITE:upload:upload_with_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,true},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,true},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/hom...

Report log

mongooseimctl_SUITE:upload:upload_without_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,false},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,false},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/h...

Report log

@codecov
Copy link

codecov bot commented Mar 29, 2022

Codecov Report

Merging #3614 (5189747) into master (0aa6cea) will decrease coverage by 0.00%.
The diff coverage is 93.33%.

@@            Coverage Diff             @@
##           master    #3614      +/-   ##
==========================================
- Coverage   80.87%   80.86%   -0.01%     
==========================================
  Files         426      426              
  Lines       32265    32254      -11     
==========================================
- Hits        26095    26083      -12     
- Misses       6170     6171       +1     
Impacted Files Coverage Δ
src/http_upload/mod_http_upload_backend.erl 100.00% <ø> (ø)
src/http_upload/mod_http_upload.erl 96.51% <91.66%> (-0.27%) ⬇️
src/config/mongoose_config_validator.erl 97.05% <100.00%> (+0.02%) ⬆️
src/http_upload/mod_http_upload_s3.erl 100.00% <100.00%> (ø)
..._distrib/mod_global_distrib_outgoing_conns_sup.erl 80.00% <0.00%> (-8.00%) ⬇️
src/rdbms/mongoose_rdbms.erl 62.54% <0.00%> (-1.10%) ⬇️
src/mod_muc_log.erl 63.21% <0.00%> (ø)
src/pubsub/mod_pubsub_db_rdbms.erl 95.34% <0.00%> (+0.25%) ⬆️
src/offline/mod_offline.erl 77.17% <0.00%> (+0.54%) ⬆️
...c/global_distrib/mod_global_distrib_server_mgr.erl 77.71% <0.00%> (+0.57%) ⬆️
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0aa6cea...5189747. Read the comment docs.

@mongoose-im
Copy link
Collaborator

mongoose-im commented Mar 29, 2022

small_tests_24 / small_tests / 645635e
Reports root / small


small_tests_23 / small_tests / 645635e
Reports root / small


dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / 645635e
Reports root/ big
OK: 2819 / Failed: 0 / User-skipped: 129 / Auto-skipped: 8

mongooseimctl_SUITE:upload:upload_with_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"test type">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,true},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"test type">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,true},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/hom...

Report log

mongooseimctl_SUITE:upload:upload_without_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"test type">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,false},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"test type">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,false},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/h...

Report log


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 645635e
Reports root/ big
OK: 2819 / Failed: 0 / User-skipped: 129 / Auto-skipped: 8

mongooseimctl_SUITE:upload:upload_with_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"test type">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,true},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"test type">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,true},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/hom...

Report log

mongooseimctl_SUITE:upload:upload_without_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"test type">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,false},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"test type">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,false},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/h...

Report log


dynamic_domains_mysql_redis_24 / mysql_redis / 645635e
Reports root/ big
OK: 2802 / Failed: 0 / User-skipped: 146 / Auto-skipped: 8

mongooseimctl_SUITE:upload:upload_with_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"test type">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,true},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"test type">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,true},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/hom...

Report log

mongooseimctl_SUITE:upload:upload_without_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"test type">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,false},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"test type">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,false},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/h...

Report log


dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / 645635e
Reports root/ big
OK: 2831 / Failed: 1 / User-skipped: 129 / Auto-skipped: 8

mongooseimctl_SUITE:upload:upload_with_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"test type">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,true},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"test type">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,true},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/hom...

Report log

mongooseimctl_SUITE:upload:upload_without_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"test type">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,false},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"test type">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,false},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/h...

Report log

muc_SUITE:hibernation:hibernated_room_can_be_queried_for_archive
{error,{{assertion_failed,assert,is_groupchat_message,
              [<<"Restorable message">>],
              undefined,"undefined"},
    [{escalus_new_assert,assert_true,2,
               [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
                {line,84}]},
     {muc_SUITE,wait_for_mam_result,3,
          [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"},
           {line,4383}]},
     {muc_SUITE,'-hibernated_room_can_be_queried_for_archive/1-fun-0-',3,
          [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"},
           {line,4124}]},
     {escalus_story,story,4,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,72}]},
     {muc_SUITE,hibernated_room_can_be_queried_for_archive,1,
          [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"},
           {line,4120}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1224}]}]}}

Report log


ldap_mnesia_23 / ldap_mnesia / 645635e
Reports root/ big
OK: 1500 / Failed: 0 / User-skipped: 395 / Auto-skipped: 8

mongooseimctl_SUITE:upload:upload_with_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,true},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,true},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/hom...

Report log

mongooseimctl_SUITE:upload:upload_without_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,false},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,false},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/h...

Report log


ldap_mnesia_24 / ldap_mnesia / 645635e
Reports root/ big
OK: 1500 / Failed: 0 / User-skipped: 395 / Auto-skipped: 8

mongooseimctl_SUITE:upload:upload_with_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,true},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,true},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/hom...

Report log

mongooseimctl_SUITE:upload:upload_without_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,false},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,false},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/h...

Report log


internal_mnesia_24 / internal_mnesia / 645635e
Reports root/ big
OK: 1537 / Failed: 0 / User-skipped: 358 / Auto-skipped: 8

mongooseimctl_SUITE:upload:upload_with_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,true},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,true},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/hom...

Report log

mongooseimctl_SUITE:upload:upload_without_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,false},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,false},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/h...

Report log


pgsql_mnesia_23 / pgsql_mnesia / 645635e
Reports root/ big
OK: 3193 / Failed: 0 / User-skipped: 138 / Auto-skipped: 8

mongooseimctl_SUITE:upload:upload_with_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,true},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,true},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/hom...

Report log

mongooseimctl_SUITE:upload:upload_without_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,false},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,false},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/h...

Report log


mysql_redis_24 / mysql_redis / 645635e
Reports root/ big
OK: 3188 / Failed: 0 / User-skipped: 143 / Auto-skipped: 8

mongooseimctl_SUITE:upload:upload_with_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,true},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,true},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/hom...

Report log

mongooseimctl_SUITE:upload:upload_without_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,false},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,false},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/h...

Report log


pgsql_mnesia_24 / pgsql_mnesia / 645635e
Reports root/ big
OK: 3193 / Failed: 0 / User-skipped: 138 / Auto-skipped: 8

mongooseimctl_SUITE:upload:upload_with_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,true},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,true},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/hom...

Report log

mongooseimctl_SUITE:upload:upload_without_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,false},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,false},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/h...

Report log


elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / 645635e
Reports root/ big
OK: 1848 / Failed: 0 / User-skipped: 362 / Auto-skipped: 8

mongooseimctl_SUITE:upload:upload_with_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,true},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,true},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/hom...

Report log

mongooseimctl_SUITE:upload:upload_without_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,false},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,false},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/h...

Report log


mssql_mnesia_24 / odbc_mssql_mnesia / 645635e
Reports root/ big
OK: 3193 / Failed: 0 / User-skipped: 138 / Auto-skipped: 8

mongooseimctl_SUITE:upload:upload_with_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,true},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,true},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/hom...

Report log

mongooseimctl_SUITE:upload:upload_without_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,false},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,false},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/h...

Report log


riak_mnesia_24 / riak_mnesia / 645635e
Reports root/ big
OK: 1691 / Failed: 0 / User-skipped: 361 / Auto-skipped: 8

mongooseimctl_SUITE:upload:upload_with_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,true},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,true},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/hom...

Report log

mongooseimctl_SUITE:upload:upload_without_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,false},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,false},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/h...

Report log

@mongoose-im
Copy link
Collaborator

mongoose-im commented Mar 29, 2022

small_tests_24 / small_tests / bf9bf79
Reports root / small


small_tests_23 / small_tests / bf9bf79
Reports root / small


dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / bf9bf79
Reports root/ big
OK: 2819 / Failed: 0 / User-skipped: 129 / Auto-skipped: 8

mongooseimctl_SUITE:upload:upload_with_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"test type">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,true},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"test type">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,true},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/hom...

Report log

mongooseimctl_SUITE:upload:upload_without_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"test type">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,false},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"test type">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,false},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/h...

Report log


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / bf9bf79
Reports root/ big
OK: 2819 / Failed: 0 / User-skipped: 129 / Auto-skipped: 8

mongooseimctl_SUITE:upload:upload_with_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"test type">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,true},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"test type">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,true},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/hom...

Report log

mongooseimctl_SUITE:upload:upload_without_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"test type">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,false},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"test type">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,false},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/h...

Report log


dynamic_domains_mysql_redis_24 / mysql_redis / bf9bf79
Reports root/ big
OK: 2802 / Failed: 0 / User-skipped: 146 / Auto-skipped: 8

mongooseimctl_SUITE:upload:upload_with_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"test type">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,true},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"test type">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,true},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/hom...

Report log

mongooseimctl_SUITE:upload:upload_without_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"test type">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,false},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"test type">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,false},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/h...

Report log


ldap_mnesia_23 / ldap_mnesia / bf9bf79
Reports root/ big
OK: 1500 / Failed: 0 / User-skipped: 395 / Auto-skipped: 8

mongooseimctl_SUITE:upload:upload_with_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,true},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,true},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/hom...

Report log

mongooseimctl_SUITE:upload:upload_without_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,false},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,false},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/h...

Report log


dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / bf9bf79
Reports root/ big
OK: 2819 / Failed: 0 / User-skipped: 129 / Auto-skipped: 8

mongooseimctl_SUITE:upload:upload_with_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"test type">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,true},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"test type">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,true},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/hom...

Report log

mongooseimctl_SUITE:upload:upload_without_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"test type">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,false},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"test type">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,false},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/h...

Report log


ldap_mnesia_24 / ldap_mnesia / bf9bf79
Reports root/ big
OK: 1500 / Failed: 0 / User-skipped: 395 / Auto-skipped: 8

mongooseimctl_SUITE:upload:upload_with_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,true},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,true},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/hom...

Report log

mongooseimctl_SUITE:upload:upload_without_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,false},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,false},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/h...

Report log


internal_mnesia_24 / internal_mnesia / bf9bf79
Reports root/ big
OK: 1537 / Failed: 0 / User-skipped: 358 / Auto-skipped: 8

mongooseimctl_SUITE:upload:upload_with_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,true},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,true},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/hom...

Report log

mongooseimctl_SUITE:upload:upload_without_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,false},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,false},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/h...

Report log


pgsql_mnesia_23 / pgsql_mnesia / bf9bf79
Reports root/ big
OK: 3193 / Failed: 0 / User-skipped: 138 / Auto-skipped: 8

mongooseimctl_SUITE:upload:upload_with_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,true},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,true},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/hom...

Report log

mongooseimctl_SUITE:upload:upload_without_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,false},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,false},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/h...

Report log


elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / bf9bf79
Reports root/ big
OK: 1848 / Failed: 0 / User-skipped: 362 / Auto-skipped: 8

mongooseimctl_SUITE:upload:upload_with_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,true},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,true},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/hom...

Report log

mongooseimctl_SUITE:upload:upload_without_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,false},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,false},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/h...

Report log


pgsql_mnesia_24 / pgsql_mnesia / bf9bf79
Reports root/ big
OK: 3193 / Failed: 0 / User-skipped: 138 / Auto-skipped: 8

mongooseimctl_SUITE:upload:upload_with_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,true},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,true},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/hom...

Report log

mongooseimctl_SUITE:upload:upload_without_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,false},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,false},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/h...

Report log


mysql_redis_24 / mysql_redis / bf9bf79
Reports root/ big
OK: 3188 / Failed: 0 / User-skipped: 143 / Auto-skipped: 8

mongooseimctl_SUITE:upload:upload_with_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,true},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,true},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/hom...

Report log

mongooseimctl_SUITE:upload:upload_without_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,false},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,false},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/h...

Report log


mssql_mnesia_24 / odbc_mssql_mnesia / bf9bf79
Reports root/ big
OK: 3193 / Failed: 0 / User-skipped: 138 / Auto-skipped: 8

mongooseimctl_SUITE:upload:upload_with_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,true},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,true},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/hom...

Report log

mongooseimctl_SUITE:upload:upload_without_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,false},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,false},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/h...

Report log


riak_mnesia_24 / riak_mnesia / bf9bf79
Reports root/ big
OK: 1691 / Failed: 0 / User-skipped: 361 / Auto-skipped: 8

mongooseimctl_SUITE:upload:upload_with_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,true},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,true},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/hom...

Report log

mongooseimctl_SUITE:upload:upload_without_acl:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {function_clause,
         [{mod_http_upload,start,
            [<<"localhost">>,
             [{max_file_size,1234},
            {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
               {add_acl,false},
               {region,"eu-east-25"},
               {access_key_id,"AKIAIAOAONIULXQGMOUA"},
               {secret_access_key,
                 "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"}]}]],
            [{file,
               "/home/circleci/project/src/http_upload/mod_http_upload.erl"},
             {line,56}]},
          {gen_mod,start_module_for_host_type,3,
            [{file,"/home/circleci/project/src/gen_mod.erl"},
             {line,108}]},
          {mongoose_modules,start_module,4,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,95}]},
          {mongoose_modules,ensure_started,3,
            [{file,
               "/home/circleci/project/src/mongoose_modules.erl"},
             {line,75}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_modules,ensure_started,
       [<<"localhost">>,mod_http_upload,
      [{max_file_size,1234},
       {s3,[{bucket_url,"http://localhost:9000/mybucket/"},
          {add_acl,false},
          {region,"eu-east-25"},
          {access_key_id,"AKIAIAOAONIULXQGMOUA"},
          {secret_access_key,
            "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"}]}]]],
      [{file,
         "/h...

Report log

@mongoose-im
Copy link
Collaborator

mongoose-im commented Mar 29, 2022

small_tests_24 / small_tests / 044fc07
Reports root / small


small_tests_23 / small_tests / 044fc07
Reports root / small


dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / 044fc07
Reports root/ big
OK: 2823 / Failed: 0 / User-skipped: 133 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 044fc07
Reports root/ big
OK: 2823 / Failed: 0 / User-skipped: 133 / Auto-skipped: 0


dynamic_domains_mysql_redis_24 / mysql_redis / 044fc07
Reports root/ big
OK: 2806 / Failed: 0 / User-skipped: 150 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / 044fc07
Reports root/ big
OK: 2823 / Failed: 0 / User-skipped: 133 / Auto-skipped: 0


ldap_mnesia_23 / ldap_mnesia / 044fc07
Reports root/ big
OK: 1504 / Failed: 0 / User-skipped: 399 / Auto-skipped: 0


ldap_mnesia_24 / ldap_mnesia / 044fc07
Reports root/ big
OK: 1504 / Failed: 0 / User-skipped: 399 / Auto-skipped: 0


internal_mnesia_24 / internal_mnesia / 044fc07
Reports root/ big
OK: 1545 / Failed: 0 / User-skipped: 358 / Auto-skipped: 0


mysql_redis_24 / mysql_redis / 044fc07
Reports root/ big
OK: 3192 / Failed: 0 / User-skipped: 147 / Auto-skipped: 0


elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / 044fc07
Reports root/ big
OK: 1852 / Failed: 0 / User-skipped: 366 / Auto-skipped: 0


pgsql_mnesia_24 / pgsql_mnesia / 044fc07
Reports root/ big
OK: 3197 / Failed: 0 / User-skipped: 142 / Auto-skipped: 0


pgsql_mnesia_23 / pgsql_mnesia / 044fc07
Reports root/ big
OK: 3197 / Failed: 0 / User-skipped: 142 / Auto-skipped: 0


mssql_mnesia_24 / odbc_mssql_mnesia / 044fc07
Reports root/ big
OK: 3197 / Failed: 0 / User-skipped: 142 / Auto-skipped: 0


riak_mnesia_24 / riak_mnesia / 044fc07
Reports root/ big
OK: 1695 / Failed: 0 / User-skipped: 365 / Auto-skipped: 0

@JanuszJakubiec JanuszJakubiec marked this pull request as ready for review March 29, 2022 14:33
@mongoose-im
Copy link
Collaborator

mongoose-im commented Mar 30, 2022

small_tests_24 / small_tests / 46a17cd
Reports root / small


small_tests_23 / small_tests / 46a17cd
Reports root / small


dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / 46a17cd
Reports root/ big
OK: 2823 / Failed: 0 / User-skipped: 133 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 46a17cd
Reports root/ big
OK: 2823 / Failed: 0 / User-skipped: 133 / Auto-skipped: 0


dynamic_domains_mysql_redis_24 / mysql_redis / 46a17cd
Reports root/ big
OK: 2806 / Failed: 0 / User-skipped: 150 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / 46a17cd
Reports root/ big
OK: 2823 / Failed: 0 / User-skipped: 133 / Auto-skipped: 0


ldap_mnesia_24 / ldap_mnesia / 46a17cd
Reports root/ big
OK: 1504 / Failed: 0 / User-skipped: 399 / Auto-skipped: 0


ldap_mnesia_23 / ldap_mnesia / 46a17cd
Reports root/ big
OK: 1504 / Failed: 0 / User-skipped: 399 / Auto-skipped: 0


internal_mnesia_24 / internal_mnesia / 46a17cd
Reports root/ big
OK: 1545 / Failed: 0 / User-skipped: 358 / Auto-skipped: 0


pgsql_mnesia_23 / pgsql_mnesia / 46a17cd
Reports root/ big
OK: 3197 / Failed: 0 / User-skipped: 142 / Auto-skipped: 0


mysql_redis_24 / mysql_redis / 46a17cd
Reports root/ big
OK: 3192 / Failed: 0 / User-skipped: 147 / Auto-skipped: 0


pgsql_mnesia_24 / pgsql_mnesia / 46a17cd
Reports root/ big
OK: 3197 / Failed: 0 / User-skipped: 142 / Auto-skipped: 0


mssql_mnesia_24 / odbc_mssql_mnesia / 46a17cd
Reports root/ big
OK: 3197 / Failed: 0 / User-skipped: 142 / Auto-skipped: 0


riak_mnesia_24 / riak_mnesia / 46a17cd
Reports root/ big
OK: 1695 / Failed: 0 / User-skipped: 365 / Auto-skipped: 0

Copy link
Member

@chrzaszcz chrzaszcz left a comment

Choose a reason for hiding this comment

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

It looks good in general, I only added some minor comments.

test/mod_http_upload_s3_SUITE.erl Outdated Show resolved Hide resolved
test/config_parser_SUITE.erl Outdated Show resolved Hide resolved
@mongoose-im
Copy link
Collaborator

mongoose-im commented Mar 30, 2022

small_tests_24 / small_tests / 5189747
Reports root / small


small_tests_23 / small_tests / 5189747
Reports root / small


dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / 5189747
Reports root/ big
OK: 2823 / Failed: 0 / User-skipped: 133 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 5189747
Reports root/ big
OK: 2823 / Failed: 0 / User-skipped: 133 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / 5189747
Reports root/ big
OK: 2823 / Failed: 0 / User-skipped: 133 / Auto-skipped: 0


dynamic_domains_mysql_redis_24 / mysql_redis / 5189747
Reports root/ big
OK: 2806 / Failed: 0 / User-skipped: 150 / Auto-skipped: 0


ldap_mnesia_23 / ldap_mnesia / 5189747
Reports root/ big
OK: 1504 / Failed: 0 / User-skipped: 399 / Auto-skipped: 0


ldap_mnesia_24 / ldap_mnesia / 5189747
Reports root/ big
OK: 1504 / Failed: 0 / User-skipped: 399 / Auto-skipped: 0


internal_mnesia_24 / internal_mnesia / 5189747
Reports root/ big
OK: 1545 / Failed: 0 / User-skipped: 358 / Auto-skipped: 0


elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / 5189747
Reports root/ big
OK: 1852 / Failed: 0 / User-skipped: 366 / Auto-skipped: 0


pgsql_mnesia_24 / pgsql_mnesia / 5189747
Reports root/ big
OK: 3197 / Failed: 0 / User-skipped: 142 / Auto-skipped: 0


pgsql_mnesia_23 / pgsql_mnesia / 5189747
Reports root/ big
OK: 3197 / Failed: 0 / User-skipped: 142 / Auto-skipped: 0


mysql_redis_24 / mysql_redis / 5189747
Reports root/ big
OK: 3192 / Failed: 0 / User-skipped: 147 / Auto-skipped: 0


mssql_mnesia_24 / odbc_mssql_mnesia / 5189747
Reports root/ big
OK: 3197 / Failed: 0 / User-skipped: 142 / Auto-skipped: 0


riak_mnesia_24 / riak_mnesia / 5189747
Reports root/ big
OK: 1695 / Failed: 0 / User-skipped: 365 / Auto-skipped: 0

Copy link
Member

@chrzaszcz chrzaszcz 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 👍

@chrzaszcz chrzaszcz merged commit 95c55e2 into master Mar 30, 2022
@chrzaszcz chrzaszcz deleted the module-opts-map-http branch March 30, 2022 07:28
@Premwoik Premwoik added this to the 5.1.0 milestone May 25, 2022
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