Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not find element archive_wait in Config. #1971

Closed
Beisenbek opened this issue Jul 10, 2018 · 1 comment
Closed

Could not find element archive_wait in Config. #1971

Beisenbek opened this issue Jul 10, 2018 · 1 comment
Labels
community Non ESL issues and PRs

Comments

@Beisenbek
Copy link
Contributor

MongooseIM version: 3.0.0
Installed from: source
Erlang/OTP version: 18

Getting warning when running big_test for rest_client_SUITE

*** CT 2018-07-10 16:11:59.540 *** View log from node mongooseim@localhost when started mongooseim@localhost_915.html
Could not find element archive_wait in Config.

How I can pass it in config? Thanks.

@fenek fenek added the community Non ESL issues and PRs label Jul 10, 2018
@michalwski
Copy link
Contributor

Hi @Beisenbek

As far as I can tell this issue was related to your PR #1976 and #1938.
In tests you can pass the archive_wait option like below:

[{archive_wait, timer:seconds(X)} | Config]

In one of the init_per_* functions (for instance init_per_suite or init_per_group).

I'm closing this issue since you finally used other way to wait for the message to be archived.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Non ESL issues and PRs
Projects
None yet
Development

No branches or pull requests

3 participants