Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | crypto:hmac is removed in Erlang/OTP 24, use our wrapper | Badlop | 2021-03-04 | 1 | -1/+1 |
| | |||||
* | Fix MAM tests that now fail due to commit d6e9e0342 (#3506) | Badlop | 2021-02-01 | 1 | -3/+0 |
| | |||||
* | Update newest copyright year to 2021 (#3464) | Badlop | 2021-01-27 | 23 | -23/+23 |
| | |||||
* | Document that the workaround is only needed for OTP lower than 23.2 | Badlop | 2020-12-18 | 1 | -0/+1 |
| | |||||
* | Merge pull request #3402 from nosnilmot/docker-fixes | badlop | 2020-11-17 | 4 | -945/+15 |
|\ | | | | | Fix docker DB initialization | ||||
| * | Fix docker DB initialization | Stu Tomlinson | 2020-09-25 | 4 | -945/+15 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Miscellaneous rebar3 fixes | Stu Tomlinson | 2020-09-23 | 2 | -3/+3 |
|/ | | | | | | | | | 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) | ||||
* | Option route_subdomains was deprecated and useless a year ago in ffe1c722 | Badlop | 2020-06-08 | 1 | -1/+0 |
| | |||||
* | Update 'turn_ip' option name in test configuration | Holger Weiss | 2020-06-03 | 1 | -1/+1 |
| | | | | Thanks to Badlop for spotting this. | ||||
* | Revert service_subscription_subscribers test that is iconsistent (#2696) | Badlop | 2020-05-11 | 1 | -50/+1 |
| | |||||
* | Fix the new service_subscription_subscribers test (#2696) | Badlop | 2020-05-04 | 1 | -3/+3 |
| | |||||
* | Fix @from attribute on MucSub 'subscribers' node messages | Marc Tonnes | 2020-05-04 | 1 | -1/+50 |
| | |||||
* | Run tests for mssql only if configured with --enable-mssql | Paweł Chmielowski | 2020-04-28 | 2 | -47/+26 |
| | |||||
* | enable tests with mssql-backend (#3136) | ChaosKid42 | 2020-04-28 | 11 | -14/+237 |
| | |||||
* | Add tests for mod_stun_disco | Holger Weiss | 2020-04-28 | 5 | -0/+207 |
| | |||||
* | Don't replace %25 in webadmin test on older erlangs | Paweł Chmielowski | 2020-04-01 | 1 | -2/+7 |
| | | | | | It seems that is a bug in R21+ httpc, so let's try to keep that test working with older versions | ||||
* | Make stop_ejabberd test also work without receiving </stream:stream> | Paweł Chmielowski | 2020-04-01 | 1 | -1/+8 |
| | |||||
* | Use different username than other tests, but still include the test chars | Badlop | 2020-04-01 | 1 | -3/+3 |
| | |||||
* | Better error reporting in pubsub tests | Paweł Chmielowski | 2020-04-01 | 1 | -3/+4 |
| | |||||
* | Make webadmin tests use different user for changepassword/unregister | Paweł Chmielowski | 2020-04-01 | 1 | -3/+3 |
| | | | | | Using username that is shared with other tests causes login problems in other places. | ||||
* | Add more webadmin tests | Badlop | 2020-03-31 | 1 | -4/+72 |
| | |||||
* | Add baisc tests for webadmin | Paweł Chmielowski | 2020-03-23 | 3 | -0/+80 |
| | |||||
* | Update copyright to 2020 (#3149) | Badlop | 2020-01-28 | 23 | -23/+23 |
| | |||||
* | Don't overflow 32-bit signed integer in offline tests | Evgeny Khramtsov | 2019-10-31 | 1 | -1/+1 |
| | |||||
* | Avoid using 64-bit unsigned integers | Evgeny Khramtsov | 2019-10-29 | 1 | -6/+9 |
| | |||||
* | Don't attempt to create SQL tables when running tests | Evgeny Khramtsov | 2019-10-28 | 2 | -9/+11 |
| | | | | | | | 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. | ||||
* | Allow configuring proxy65 port in tests | Paweł Chmielowski | 2019-10-01 | 9 | -6/+15 |
| | |||||
* | Apply default role after revoking admin affiliation (#3023) | Badlop | 2019-09-17 | 1 | -1/+1 |
| | |||||
* | Add support for XEP-0328: JID Prep | Holger Weiss | 2019-09-12 | 3 | -0/+64 |
| | | | | The mod_jidprep module implements XEP-0328: JID Prep, version 0.1. | ||||
* | Add tests for 'vcard' option | Evgeny Khramtsov | 2019-08-06 | 12 | -6/+140 |
| | |||||
* | Add test that trigger get_only_item in pubsub | Paweł Chmielowski | 2019-07-31 | 1 | -0/+11 |
| | |||||
* | Remove Riak support | Evgeny Khramtsov | 2019-07-18 | 15 | -991/+10 |
| | | | | | | | | | | 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) | ||||
* | Mention about a few Riak tests being broken | Mickaël Rémond | 2019-07-18 | 1 | -0/+8 |
| | |||||
* | Explain how to kill stuck common test run | Mickaël Rémond | 2019-07-18 | 1 | -0/+7 |
| | |||||
* | Update docker test README | Mickaël Rémond | 2019-07-18 | 1 | -0/+12 |
| | |||||
* | Fix example on test data set deletion | Mickaël Rémond | 2019-07-18 | 1 | -3/+4 |
| | |||||
* | Bump xmpp version and fix revealed bugs | Evgeny Khramtsov | 2019-07-16 | 1 | -2/+2 |
| | |||||
* | Make count_offline_messages cache work when offline uses mam for storage | Paweł Chmielowski | 2019-07-01 | 2 | -0/+2 |
| | | | | | This also replace existing cache for checking if spool is empty with this cache. | ||||
* | Remote obsolete pubsub config from tests | Christophe Romain | 2019-06-17 | 5 | -5/+0 |
| | |||||
* | Use new configuration validator | Evgeny Khramtsov | 2019-06-14 | 17 | -600/+635 |
| | |||||
* | Add data clean up suggested command | Mickaël Rémond | 2019-05-24 | 1 | -3/+5 |
| | |||||
* | Initial Docker environment to run ejabberd test suite | Mickael Remond | 2019-05-07 | 10 | -0/+1836 |
| | |||||
* | Merge branch 'master' of github.com:processone/ejabberd | Mickael Remond | 2019-05-07 | 1 | -2/+79 |
|\ | |||||
| * | Test offline:use_mam_for_storage, mam:user_mucsub_from_muc_archive used together | Paweł Chmielowski | 2019-05-06 | 1 | -2/+79 |
| | | |||||
* | | Put back the presence and s2s tests in the no_db section. | Mickael Remond | 2019-05-07 | 1 | -7/+7 |
|/ | | | | Tests are skipped anyway. This reverts ecce31830486023b9227c21d323f1cab825c1b47 | ||||
* | s2s test depend on Mnesia configuration | Mickael Remond | 2019-05-06 | 1 | -7/+7 |
| | |||||
* | Remove Elixir tests entry points as they were removed in december: | Mickael Remond | 2019-05-01 | 1 | -33/+0 |
| | | | | https://github.com/processone/ejabberd/commit/51cbbf313f478a01cd732a7ee1e21ff356402d0e#diff-098f6bcd4621d373cade4e832627b4f6 | ||||
* | Cleaner test cleanup | Paweł Chmielowski | 2019-04-30 | 1 | -1/+1 |
| | |||||
* | Add tests for user mucsub mam from muc mam | Paweł Chmielowski | 2019-04-30 | 2 | -6/+134 |
| | |||||
* | Disable offline_from_mam tests on riak since it doesn't support mam | Paweł Chmielowski | 2019-04-29 | 2 | -7/+11 |
| |