ejabberd_tests icon indicating copy to clipboard operation
ejabberd_tests copied to clipboard

Results 11 ejabberd_tests issues
Sort by recently updated
recently updated
newest added

Hi, After running make quicktest it fails due to error reaching a dependency. Explicitly the error is below. Not sure if it is an error in the way dependency is...

Review of all READMEs of the MIM ecosystem (escalus, mercutio, amoc) BEFORE MERGING, PLEASE: - change repo name from 'ejabberd_tests' to 'mercutio' https://github.com/esl/ejabberd_tests/settings - [Edit] the repo description to 'Test...

This is an addendum to #131, which actually got me to that issue. Now, `escalus` seems to just authenticate with the server, regardless of whether the server advertises auth mechanisms...

Some suites try to use output of `escalus:delete_users` as new `Config` but this function returns just `ok`. It is difficult to notice, because CT doesn't scream about failed end_per_suites and...

Presence stanzas from Carol can be received in next tests. There are two ways to solve this: 1. split group "moderator" into two: with and without Carol. 2. wait for...

Kate (with jid carol@localhost) sometimes receives this: ``` erlang {xmlel,, [{,}, {,}, {,}], [{xmlel,,[], [{xmlcdata,}]}]} ```

I think each group or at least groups: **moderator**, **admin** (including admin_membersonly), **occupant** and **owner** should be moved to their own suites. Current muc_SUITE.erl file is far to big... ~4k...