esl / escalus

An XMPP client library in Erlang for conveniently testing XMPP servers
Apache License 2.0
129 stars 76 forks source link

Add timestamp to fresh usernames #250

Closed arcusfelis closed 12 months ago

arcusfelis commented 2 years ago

This change should ensure that tests would not fail during running tests locally several times. If a test gets interrupted, some data could still be in the database. A timestamp sufffix should ensure that no old data would interfere.

arcusfelis commented 12 months ago

too old PR