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

parallelize sm_SUITE #740

Merged
merged 2 commits into from
Apr 18, 2016
Merged

parallelize sm_SUITE #740

merged 2 commits into from
Apr 18, 2016

Conversation

michalwski
Copy link
Contributor

This PR optimises sm_SUITE by running test cases in parallel. All tests cases have been divided into 2 separate groups, both have parallel property.

Username = escalus_utils:jid_to_lower(proplists:get_value(username, Spec)),
Server = proplists:get_value(server, Spec),
0 = mongoose_helper:total_offline_messages({Username, Server}).

assert_no_offline_msgs() ->
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor: unused helper

@chrzaszcz chrzaszcz merged commit e5083eb into master Apr 18, 2016
@chrzaszcz chrzaszcz deleted the parallel_sm_SUITE branch April 18, 2016 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants