=== Test case: graphql_muc_SUITE:admin_create_room_with_unprepped_name/1 (click for source code)

=== Config value:

    [{watchdog,<0.20807.0>},
     {protocol,http},
     {schema_endpoint,admin},
     {listener_opts,#{module => mongoose_graphql_handler,
                      path => "/api/graphql",host => "localhost",
                      username => <<"admin">>,password => <<"secret">>,
                      sse_idle_timeout => 3600000,schema_endpoint => admin}},
     {{ejabberd_cwd,mongooseim@localhost},
      "/home/circleci/project/_build/mim1/rel/mongooseim"},
     {preset,"mysql_redis"},
     {mim_data_dir,"/home/circleci/project/big_tests/tests/graphql_muc_SUITE_data"},
     {tc_logfile,"/home/circleci/project/big_tests/ct_report/ct_run.test@b55f3c2e567c.2024-04-10_14.23.59/big_tests.tests.graphql_muc_SUITE.logs/run.2024-04-10_14.27.08/graphql_muc_suite.admin_create_room_with_unprepped_name.html"},
     {tc_group_properties,[{name,admin_muc_configured}]},
     {tc_group_path,[[{name,admin_http}]]},
     {data_dir,"/home/circleci/project/big_tests/_build/default/lib/mongoose_tests/ebin/graphql_muc_SUITE_data/"},
     {priv_dir,"/home/circleci/project/big_tests/ct_report/ct_run.test@b55f3c2e567c.2024-04-10_14.23.59/big_tests.tests.graphql_muc_SUITE.logs/run.2024-04-10_14.27.08/log_private/"},
     {{saved_modules,mongooseim@localhost,<<"localhost">>},
      #{mod_vcard =>
            #{matches => 30,
              host => {prefix,<<"vjud.">>},
              search => true,iqdisc => parallel,backend => rdbms},
        mod_roster =>
            #{iqdisc => one_queue,backend => rdbms,versioning => false,
              store_current_id => false},
        mod_register =>
            #{access => register,iqdisc => one_queue,
              registration_watchers => [],password_strength => 0,
              ip_access => [{allow,"127.0.0.0/8"},{deny,"0.0.0.0/0"}]},
        mod_sic => #{iqdisc => one_queue},
        mod_amp => #{},mod_presence => #{},
        mod_disco =>
            #{iqdisc => one_queue,users_can_see_hidden_services => false,
              server_info => [],extra_domains => []},
        mod_stream_management =>
            #{buffer => true,ack => true,backend => mnesia,
              stale_h =>
                  #{enabled => false,repeat_after => 1800,geriatric => 3600},
              buffer_max => 100,ack_freq => 1,resume_timeout => 600},
        mod_adhoc => #{iqdisc => one_queue,report_commands_node => false},
        mod_cache_users =>
            #{strategy => fifo,number_of_segments => 5,time_to_live => 2},
        mod_bosh =>
            #{backend => mnesia,inactivity => 30,max_pause => 120,
              max_wait => infinity,server_acks => false},
        mod_carboncopy => #{iqdisc => no_queue}}},
     {{saved_modules,mongooseim@localhost,<<"localhost.bis">>},
      #{mod_vcard =>
            #{matches => 30,
              host => {prefix,<<"vjud.">>},
              search => true,iqdisc => parallel,backend => rdbms},
        mod_roster =>
            #{iqdisc => one_queue,backend => rdbms,versioning => false,
              store_current_id => false},
        mod_register =>
            #{access => register,iqdisc => one_queue,
              registration_watchers => [],password_strength => 0,
              ip_access => [{allow,"127.0.0.0/8"},{deny,"0.0.0.0/0"}]},
        mod_sic => #{iqdisc => one_queue},
        mod_amp => #{},mod_presence => #{},
        mod_disco =>
            #{iqdisc => one_queue,users_can_see_hidden_services => false,
              server_info => [],extra_domains => []},
        mod_stream_management =>
            #{buffer => true,ack => true,backend => mnesia,
              stale_h =>
                  #{enabled => false,repeat_after => 1800,geriatric => 3600},
              buffer_max => 100,ack_freq => 1,resume_timeout => 600},
        mod_adhoc => #{iqdisc => one_queue,report_commands_node => false},
        mod_cache_users =>
            #{strategy => fifo,number_of_segments => 5,time_to_live => 2},
        mod_bosh =>
            #{backend => mnesia,inactivity => 30,max_pause => 120,
              max_wait => infinity,server_acks => false},
        mod_carboncopy => #{iqdisc => no_queue}}}]

=== Current directory is "/home/circleci/project/big_tests/ct_report/ct_run.test@b55f3c2e567c.2024-04-10_14.23.59"

=== Started at 2024-04-10 14:27:09


*** CT 2024-04-10 14:27:09.531 *** View log from node mongooseim@localhost when started🔗 mongooseim@localhost_1478.html

*** User 2024-04-10 14:27:09.538 ***🔗
REST request:
Code: 200
Req: {<0.20871.0>,<<"/api/graphql">>,<<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"4ad5d04ab89d3680">>},
       {<<"authorization">>,<<"Basic YWRtaW46c2VjcmV0">>}],
      <<"{\"variables\":{\"nick\":\"Ali\",\"room\":\"A8bc1cbc23554f44d@Muc.localhost\",\"owner\":\"alicE_admin_create_room_with_unprepped_name_897@localhost\"},\"query\":\"mutation ($nick: ResourceName!, $owner: JID!, $room: BareJID!) { muc { createInstantRoom(nick: $nick, owner: $owner, room: $room) { jid private title usersNumber } } }\"}">>}
Result: {{<<"200">>,<<"OK">>},
         [{<<"vary">>,<<"accept">>},
          {<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Wed, 10 Apr 2024 14:27:09 GMT">>},
          {<<"content-type">>,<<"application/json">>},
          {<<"content-length">>,<<"140">>}],
         <<"{\"data\":{\"muc\":{\"createInstantRoom\":{\"usersNumber\":0,\"title\":\"a8bc1cbc23554f44d\",\"private\":false,\"jid\":\"a8bc1cbc23554f44d@muc.localhost\"}}}}">>,
         279,2524}
Params: #{port => 5551,path => <<"/api/graphql">>,
          server => #{node => mongooseim@localhost},
          method => <<"POST">>,
          role => {graphql,admin},
          body =>
              <<"{\"variables\":{\"nick\":\"Ali\",\"room\":\"A8bc1cbc23554f44d@Muc.localhost\",\"owner\":\"alicE_admin_create_room_with_unprepped_name_897@localhost\"},\"query\":\"mutation ($nick: ResourceName!, $owner: JID!, $room: BareJID!) { muc { createInstantRoom(nick: $nick, owner: $owner, room: $room) { jid private title usersNumber } } }\"}">>,
          return_maps => true,
          creds => {<<"admin">>,<<"secret">>},
          return_headers => true}


*** User 2024-04-10 14:27:09.540 ***🔗
REST request:
Code: 200
Req: {<0.20873.0>,<<"/api/graphql">>,<<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"2c184b9d44bf9a78">>},
       {<<"authorization">>,<<"Basic YWRtaW46c2VjcmV0">>}],
      <<"{\"variables\":{\"mucDomain\":\"muc.localhost\",\"from\":\"alicE_admin_create_room_with_unprepped_name_897@localhost\",\"limit\":null,\"index\":null},\"query\":\"query ($from: JID!, $index: NonNegInt, $limit: PosInt, $mucDomain: DomainName!) { muc { listRooms(from: $from, index: $index, limit: $limit, mucDomain: $mucDomain) { count first index last rooms { jid private title usersNumber } } } }\"}">>}
Result: {{<<"200">>,<<"OK">>},
         [{<<"vary">>,<<"accept">>},
          {<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Wed, 10 Apr 2024 14:27:09 GMT">>},
          {<<"content-type">>,<<"application/json">>},
          {<<"content-length">>,<<"420">>}],
         <<"{\"data\":{\"muc\":{\"listRooms\":{\"rooms\":[{\"usersNumber\":null,\"title\":\"2535860eb761360d\",\"private\":null,\"jid\":\"2535860eb761360d@muc.localhost\"},{\"usersNumber\":0,\"title\":\"a3d76629bf735af2\",\"private\":false,\"jid\":\"a3d76629bf735af2@muc.localhost\"},{\"usersNumber\":0,\"title\":\"a8bc1cbc23554f44d\",\"private\":false,\"jid\":\"a8bc1cbc23554f44d@muc.localhost\"}],\"last\":\"a8bc1cbc23554f44d\",\"index\":0,\"first\":\"2535860eb761360d\",\"count\":3}}}}">>,
         559,1191}
Params: #{port => 5551,path => <<"/api/graphql">>,
          server => #{node => mongooseim@localhost},
          method => <<"POST">>,
          role => {graphql,admin},
          body =>
              <<"{\"variables\":{\"mucDomain\":\"muc.localhost\",\"from\":\"alicE_admin_create_room_with_unprepped_name_897@localhost\",\"limit\":null,\"index\":null},\"query\":\"query ($from: JID!, $index: NonNegInt, $limit: PosInt, $mucDomain: DomainName!) { muc { listRooms(from: $from, index: $index, limit: $limit, mucDomain: $mucDomain) { count first index last rooms { jid private title usersNumber } } } }\"}">>,
          return_maps => true,
          creds => {<<"admin">>,<<"secret">>},
          return_headers => true}

*** CT 2024-04-10 14:27:09.541 *** View log from node mongooseim@localhost when finished🔗 mongooseim@localhost_1478.html



=== Ended at 2024-04-10 14:27:09
=== successfully completed test case
=== === Returned value: ok


Test run history | Top level test index | Latest test result