=== Test case: vcard_simple_SUITE:search_some/1 (click for source code)

=== Config value:

    [{watchdog,<0.6147.2>},
     {mod_vcard_opts,#{backend => mnesia,
                       host => {prefix,<<"vjud.">>},
                       iqdisc => parallel,ldap_binary_search_fields => [],
                       ldap_pool_tag => default,
                       ldap_search_fields =>
                           [{<<"User">>,<<"%u">>},
                            {<<"Full Name">>,<<"displayName">>},
                            {<<"Given Name">>,<<"givenName">>},
                            {<<"Middle Name">>,<<"initials">>},
                            {<<"Family Name">>,<<"sn">>},
                            {<<"Nickname">>,<<"%u">>},
                            {<<"Birthday">>,<<"birthDay">>},
                            {<<"Country">>,<<"c">>},
                            {<<"City">>,<<"l">>},
                            {<<"Email">>,<<"mail">>},
                            {<<"Organization Name">>,<<"o">>},
                            {<<"Organization Unit">>,<<"ou">>}],
                       ldap_search_operator => 'and',
                       ldap_search_reported =>
                           [{<<"Full Name">>,<<"FN">>},
                            {<<"Given Name">>,<<"FIRST">>},
                            {<<"Middle Name">>,<<"MIDDLE">>},
                            {<<"Family Name">>,<<"LAST">>},
                            {<<"Nickname">>,<<"NICK">>},
                            {<<"Birthday">>,<<"BDAY">>},
                            {<<"Country">>,<<"CTRY">>},
                            {<<"City">>,<<"LOCALITY">>},
                            {<<"Email">>,<<"EMAIL">>},
                            {<<"Organization Name">>,<<"ORGNAME">>},
                            {<<"Organization Unit">>,<<"ORGUNIT">>}],
                       ldap_uids => [{<<"uid">>,<<"%u">>}],
                       ldap_vcard_map =>
                           [{<<"NICKNAME">>,<<"%u">>,[]},
                            {<<"FN">>,<<"%s">>,[<<"displayName">>]},
                            {<<"FAMILY">>,<<"%s">>,[<<"sn">>]},
                            {<<"GIVEN">>,<<"%s">>,[<<"givenName">>]},
                            {<<"MIDDLE">>,<<"%s">>,[<<"initials">>]},
                            {<<"ORGNAME">>,<<"%s">>,[<<"o">>]},
                            {<<"ORGUNIT">>,<<"%s">>,[<<"ou">>]},
                            {<<"CTRY">>,<<"%s">>,[<<"c">>]},
                            {<<"LOCALITY">>,<<"%s">>,[<<"l">>]},
                            {<<"STREET">>,<<"%s">>,[<<"street">>]},
                            {<<"REGION">>,<<"%s">>,[<<"st">>]},
                            {<<"PCODE">>,<<"%s">>,[<<"postalCode">>]},
                            {<<"TITLE">>,<<"%s">>,[<<"title">>]},
                            {<<"URL">>,<<"%s">>,[<<"labeleduri">>]},
                            {<<"DESC">>,<<"%s">>,[<<"description">>]},
                            {<<"TEL">>,<<"%s">>,[<<"telephoneNumber">>]},
                            {<<"EMAIL">>,<<"%s">>,[<<"mail">>]},
                            {<<"BDAY">>,<<"%s">>,[<<"birthDay">>]},
                            {<<"ROLE">>,<<"%s">>,[<<"employeeType">>]},
                            {<<"PHOTO">>,<<"%s">>,[<<"jpegPhoto">>]}],
                       matches => 30,search => true}},
     {mim_data_dir,"/home/circleci/project/big_tests/tests/vcard_simple_SUITE_data"},
     {preset,"pgsql_mnesia"},
     {tc_logfile,"/home/circleci/project/big_tests/ct_report/ct_run.test@333794cb5a72.2022-03-07_15.57.24/big_tests.tests.vcard_simple_SUITE.logs/run.2022-03-07_16.06.55/vcard_simple_suite.search_some.html"},
     {tc_group_properties,[{name,all},{repeat_until_all_ok,3},sequence]},
     {tc_group_path,[]},
     {data_dir,"/home/circleci/project/big_tests/_build/default/lib/mongoose_tests/ebin/vcard_simple_SUITE_data/"},
     {priv_dir,"/home/circleci/project/big_tests/ct_report/ct_run.test@333794cb5a72.2022-03-07_15.57.24/big_tests.tests.vcard_simple_SUITE.logs/run.2022-03-07_16.06.55/log_private/"},
     {{saved_modules,mongooseim@localhost,<<"test type">>},
      #{mod_adhoc => #{iqdisc => one_queue,report_commands_node => false},
        mod_amp => [],
        mod_bosh =>
            #{backend => mnesia,inactivity => 30,max_pause => 120,
              max_wait => infinity,server_acks => false},
        mod_cache_users => [{number_of_segments,5},{time_to_live,2}],
        mod_carboncopy => [],mod_commands => [],
        mod_disco =>
            #{extra_domains => [],iqdisc => one_queue,server_info => [],
              users_can_see_hidden_services => false},
        mod_muc_commands => [],
        mod_muc_light => [{host,{prefix,<<"muclight2.">>}},{backend,rdbms}],
        mod_muc_light_commands => [],
        mod_register =>
            [{access,register},
             {ip_access,[{allow,"127.0.0.0/8"},{deny,"0.0.0.0/0"}]},
             {welcome_message,{[],[]}}],
        mod_roster =>
            #{backend => rdbms,iqdisc => one_queue,store_current_id => false,
              versioning => false},
        mod_sic => #{iqdisc => one_queue},
        mod_smart_markers => [{backend,rdbms}],
        mod_stream_management => [],
        mod_vcard =>
            #{backend => rdbms,
              host => {prefix,<<"vjud.">>},
              iqdisc => parallel,ldap_binary_search_fields => [],
              ldap_pool_tag => default,
              ldap_search_fields =>
                  [{<<"User">>,<<"%u">>},
                   {<<"Full Name">>,<<"displayName">>},
                   {<<"Given Name">>,<<"givenName">>},
                   {<<"Middle Name">>,<<"initials">>},
                   {<<"Family Name">>,<<"sn">>},
                   {<<"Nickname">>,<<"%u">>},
                   {<<"Birthday">>,<<"birthDay">>},
                   {<<"Country">>,<<"c">>},
                   {<<"City">>,<<"l">>},
                   {<<"Email">>,<<"mail">>},
                   {<<"Organization Name">>,<<"o">>},
                   {<<"Organization Unit">>,<<"ou">>}],
              ldap_search_operator => 'and',
              ldap_search_reported =>
                  [{<<"Full Name">>,<<"FN">>},
                   {<<"Given Name">>,<<"FIRST">>},
                   {<<"Middle Name">>,<<"MIDDLE">>},
                   {<<"Family Name">>,<<"LAST">>},
                   {<<"Nickname">>,<<"NICK">>},
                   {<<"Birthday">>,<<"BDAY">>},
                   {<<"Country">>,<<"CTRY">>},
                   {<<"City">>,<<"LOCALITY">>},
                   {<<"Email">>,<<"EMAIL">>},
                   {<<"Organization Name">>,<<"ORGNAME">>},
                   {<<"Organization Unit">>,<<"ORGUNIT">>}],
              ldap_uids => [{<<"uid">>,<<"%u">>}],
              ldap_vcard_map =>
                  [{<<"NICKNAME">>,<<"%u">>,[]},
                   {<<"FN">>,<<"%s">>,[<<"displayName">>]},
                   {<<"FAMILY">>,<<"%s">>,[<<"sn">>]},
                   {<<"GIVEN">>,<<"%s">>,[<<"givenName">>]},
                   {<<"MIDDLE">>,<<"%s">>,[<<"initials">>]},
                   {<<"ORGNAME">>,<<"%s">>,[<<"o">>]},
                   {<<"ORGUNIT">>,<<"%s">>,[<<"ou">>]},
                   {<<"CTRY">>,<<"%s">>,[<<"c">>]},
                   {<<"LOCALITY">>,<<"%s">>,[<<"l">>]},
                   {<<"STREET">>,<<"%s">>,[<<"street">>]},
                   {<<"REGION">>,<<"%s">>,[<<"st">>]},
                   {<<"PCODE">>,<<"%s">>,[<<"postalCode">>]},
                   {<<"TITLE">>,<<"%s">>,[<<"title">>]},
                   {<<"URL">>,<<"%s">>,[<<"labeleduri">>]},
                   {<<"DESC">>,<<"%s">>,[<<"description">>]},
                   {<<"TEL">>,<<"%s">>,[<<"telephoneNumber">>]},
                   {<<"EMAIL">>,<<"%s">>,[<<"mail">>]},
                   {<<"BDAY">>,<<"%s">>,[<<"birthDay">>]},
                   {<<"ROLE">>,<<"%s">>,[<<"employeeType">>]},
                   {<<"PHOTO">>,<<"%s">>,[<<"jpegPhoto">>]}],
              matches => 30,search => true}}},
     {escalus_users,[{alice,[{username,<<"alicE">>},
                             {server,<<"domain.example.com">>},
                             {host,<<"localhost">>},
                             {password,<<"matygrysa">>}]},
                     {bob,[{username,<<"bOb">>},
                           {server,<<"domain.example.com">>},
                           {host,<<"localhost">>},
                           {password,<<"makrolika">>}]}]}]

=== Current directory is "/home/circleci/project/big_tests/ct_report/ct_run.test@333794cb5a72.2022-03-07_15.57.24"

=== Started at 2022-03-07 16:07:01


*** CT 2022-03-07 16:07:01.207 *** View log from node mongooseim@localhost when started mongooseim@localhost_2081.html
*** CT 2022-03-07 16:07:01.208 *** View log from node ejabberd2@localhost when started ejabberd2@localhost_584.html

*** User 2022-03-07 16:07:01.210 ***
bOb@domain.example.com/res1 out
<stream:stream to='domain.example.com' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2022-03-07 16:07:01.211 ***
bOb@domain.example.com/res1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='38a1e4cba3a203e8' from='domain.example.com' version='1.0' xml:lang='en'>

*** User 2022-03-07 16:07:01.211 ***
bOb@domain.example.com/res1 in
<stream:features>
	<starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>
	<compression xmlns='http://jabber.org/features/compress'>
		<method>zlib</method>
	</compression>
	<mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
		<mechanism>SCRAM-SHA-256</mechanism>
		<mechanism>PLAIN</mechanism>
	</mechanisms>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<amp xmlns='http://jabber.org/feature/amp'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2022-03-07 16:07:01.211 ***
bOb@domain.example.com/res1 out
<auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='PLAIN'>AGJPYgBtYWtyb2xpa2E=</auth>



*** User 2022-03-07 16:07:01.212 ***
bOb@domain.example.com/res1 in
<success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'/>



*** User 2022-03-07 16:07:01.213 ***
bOb@domain.example.com/res1 out
<stream:stream to='domain.example.com' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2022-03-07 16:07:01.213 ***
bOb@domain.example.com/res1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='9de7e3a89fc75ea5' from='domain.example.com' version='1.0' xml:lang='en'>

*** User 2022-03-07 16:07:01.213 ***
bOb@domain.example.com/res1 in
<stream:features>
	<compression xmlns='http://jabber.org/features/compress'>
		<method>zlib</method>
	</compression>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'/>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<amp xmlns='http://jabber.org/feature/amp'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2022-03-07 16:07:01.213 ***
bOb@domain.example.com/res1 out
<iq type='set' id='3255a8cf012ab8fa4bf84c75c5b1fd9f'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<resource>res1</resource>
	</bind>
</iq>



*** User 2022-03-07 16:07:01.214 ***
bOb@domain.example.com/res1 in
<iq id='3255a8cf012ab8fa4bf84c75c5b1fd9f' type='result'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<jid>bOb@domain.example.com/res1</jid>
	</bind>
</iq>



*** User 2022-03-07 16:07:01.214 ***
bOb@domain.example.com/res1 out
<iq type='set' id='4704a36e3b193f11c5deed6110ae072b'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2022-03-07 16:07:01.214 ***
bOb@domain.example.com/res1 in
<iq type='result' id='4704a36e3b193f11c5deed6110ae072b'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2022-03-07 16:07:01.214 ***
bOb@domain.example.com/res1 out
<presence/>



*** User 2022-03-07 16:07:01.216 ***
bOb@domain.example.com/res1 in
<presence from='bOb@domain.example.com/res1' to='bob@domain.example.com/res1' xml:lang='en'/>



*** User 2022-03-07 16:07:02.217 ***
bOb@domain.example.com/res1 out
<iq to='vjud.domain.example.com' type='set' id='495c9b39e9f061b025eac28ae7b9466d'>
	<query xmlns='jabber:iq:search'>
		<x xmlns='jabber:x:data' type='submit'>
			<field var='fn'>
				<value>Old Name</value>
			</field>
		</x>
	</query>
</iq>



*** User 2022-03-07 16:07:02.218 ***
bOb@domain.example.com/res1 in
<iq from='vjud.domain.example.com' to='bOb@domain.example.com/res1' id='495c9b39e9f061b025eac28ae7b9466d' type='result'>
	<query xmlns='jabber:iq:search'>
		<x xmlns='jabber:x:data' type='result'>
			<title>Search Results for vjud.domain.example.com</title>
			<reported>
				<field type='jid-single' label='Jabber ID' var='jid'/>
				<field type='text-single' label='Full Name' var='fn'/>
				<field type='text-single' label='Name' var='first'/>
				<field type='text-single' label='Middle Name' var='middle'/>
				<field type='text-single' label='Family Name' var='last'/>
				<field type='text-single' label='Nickname' var='nick'/>
				<field type='text-single' label='Birthday' var='bday'/>
				<field type='text-single' label='Country' var='ctry'/>
				<field type='text-single' label='City' var='locality'/>
				<field type='text-single' label='Email' var='email'/>
				<field type='text-single' label='Organization Name' var='orgname'/>
				<field type='text-single' label='Organization Unit' var='orgunit'/>
			</reported>
			<item>
				<field var='jid'>
					<value>alicE@domain.example.com</value>
				</field>
				<field var='fn'>
					<value>Old Name</value>
				</field>
				<field var='last'>
					<value/>
				</field>
				<field var='first'>
					<value/>
				</field>
				<field var='middle'>
					<value/>
				</field>
				<field var='nick'>
					<value/>
				</field>
				<field var='bday'>
					<value/>
				</field>
				<field var='ctry'>
					<value/>
				</field>
				<field var='locality'>
					<value/>
				</field>
				<field var='email'>
					<value/>
				</field>
				<field var='orgname'>
					<value/>
				</field>
				<field var='orgunit'>
					<value/>
				</field>
			</item>
		</x>
		<set xmlns='http://jabber.org/protocol/rsm'>
			<first>alicE@domain.example.com</first>
			<last>alicE@domain.example.com</last>
			<count>1</count>
		</set>
	</query>
</iq>



*** User 2022-03-07 16:07:02.218 ***
bOb@domain.example.com/res1 out
</stream:stream>

*** User 2022-03-07 16:07:02.219 ***
bOb@domain.example.com/res1 in
</stream:stream>
*** CT 2022-03-07 16:07:02.221 *** View log from node ejabberd2@localhost when finished ejabberd2@localhost_584.html
*** CT 2022-03-07 16:07:02.221 *** View log from node mongooseim@localhost when finished mongooseim@localhost_2081.html



=== Ended at 2022-03-07 16:07:02
=== successfully completed test case
=== === Returned value: ok


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