Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2022-02-11Update copyright year to 2022Badlop
2022-01-24Fix typosKian-Meng Ang
2021-09-21Fix roster_tests:get_itemsAlexey Shchepin
2021-08-04Update tests after last commitPaweł Chmielowski
2021-05-25Fix extauth.py failure in test suite with Python 3 (#3612)Badlop
2021-03-04crypto:hmac is removed in Erlang/OTP 24, use our wrapperBadlop
2021-02-01Fix MAM tests that now fail due to commit d6e9e0342 (#3506)Badlop
2021-01-27Update newest copyright year to 2021 (#3464)Badlop
2020-12-18Document that the workaround is only needed for OTP lower than 23.2Badlop
2020-11-17Merge pull request #3402 from nosnilmot/docker-fixesbadlop
Fix docker DB initialization
2020-09-25Fix docker DB initializationStu Tomlinson
The docker local copies of DB initialization scripts were out of sync with the master copies. Instead of updating local copies, adjust docker compose to reference master copies directly. Also change docker config to use docker volumes instead of mounted directories for all DB data.
2020-09-23Miscellaneous rebar3 fixesStu Tomlinson
Correct Makefile clean targets Fix a few more include() -> include_lib() for depedency includes Use project_app_dirs to reference elixir app from rebar3 (lib_dirs is no longer supported)
2020-06-08Option route_subdomains was deprecated and useless a year ago in ffe1c722Badlop
2020-06-03Update 'turn_ip' option name in test configurationHolger Weiss
Thanks to Badlop for spotting this.
2020-05-11Revert service_subscription_subscribers test that is iconsistent (#2696)Badlop
2020-05-04Fix the new service_subscription_subscribers test (#2696)Badlop
2020-05-04Fix @from attribute on MucSub 'subscribers' node messagesMarc Tonnes
2020-04-28Run tests for mssql only if configured with --enable-mssqlPaweł Chmielowski
2020-04-28enable tests with mssql-backend (#3136)ChaosKid42
2020-04-28Add tests for mod_stun_discoHolger Weiss
2020-04-01Don't replace %25 in webadmin test on older erlangsPaweł Chmielowski
It seems that is a bug in R21+ httpc, so let's try to keep that test working with older versions
2020-04-01Make stop_ejabberd test also work without receiving </stream:stream>Paweł Chmielowski
2020-04-01Use different username than other tests, but still include the test charsBadlop
2020-04-01Better error reporting in pubsub testsPaweł Chmielowski
2020-04-01Make webadmin tests use different user for changepassword/unregisterPaweł Chmielowski
Using username that is shared with other tests causes login problems in other places.
2020-03-31Add more webadmin testsBadlop
2020-03-23Add baisc tests for webadminPaweł Chmielowski
2020-01-28Update copyright to 2020 (#3149)Badlop
2019-10-31Don't overflow 32-bit signed integer in offline testsEvgeny Khramtsov
2019-10-29Avoid using 64-bit unsigned integersEvgeny Khramtsov
2019-10-28Don't attempt to create SQL tables when running testsEvgeny Khramtsov
Instead, only clear existing tables. The commit assumes that the SQL schemas will be loaded manually before running the test suite, see test/README for the examples.
2019-10-01Allow configuring proxy65 port in testsPaweł Chmielowski
2019-09-17Apply default role after revoking admin affiliation (#3023)Badlop
2019-09-12Add support for XEP-0328: JID PrepHolger Weiss
The mod_jidprep module implements XEP-0328: JID Prep, version 0.1.
2019-08-06Add tests for 'vcard' optionEvgeny Khramtsov
2019-07-31Add test that trigger get_only_item in pubsubPaweł Chmielowski
2019-07-18Remove Riak supportEvgeny Khramtsov
Reasons: - Riak DB development is almost halted after Basho - riak-erlang-client is abandoned and doesn't work correctly with OTP22 - Riak is slow in comparison to other databases - Missing key ordering makes it impossible to implement range queries efficiently (e.g. MAM queries)
2019-07-18Mention about a few Riak tests being brokenMickaël Rémond
2019-07-18Explain how to kill stuck common test runMickaël Rémond
2019-07-18Update docker test READMEMickaël Rémond
2019-07-18Fix example on test data set deletionMickaël Rémond
2019-07-16Bump xmpp version and fix revealed bugsEvgeny Khramtsov
2019-07-01Make count_offline_messages cache work when offline uses mam for storagePaweł Chmielowski
This also replace existing cache for checking if spool is empty with this cache.
2019-06-17Remote obsolete pubsub config from testsChristophe Romain
2019-06-14Use new configuration validatorEvgeny Khramtsov
2019-05-24Add data clean up suggested commandMickaël Rémond
2019-05-07Initial Docker environment to run ejabberd test suiteMickael Remond
2019-05-07Merge branch 'master' of github.com:processone/ejabberdMickael Remond
2019-05-07Put back the presence and s2s tests in the no_db section.Mickael Remond
Tests are skipped anyway. This reverts ecce31830486023b9227c21d323f1cab825c1b47
2019-05-06Test offline:use_mam_for_storage, mam:user_mucsub_from_muc_archive used togetherPaweł Chmielowski