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

More parallel tests #1038

Merged
merged 15 commits into from
Oct 26, 2016
Merged

More parallel tests #1038

merged 15 commits into from
Oct 26, 2016

Conversation

michalwski
Copy link
Contributor

@michalwski michalwski commented Oct 19, 2016

Following test SUITE were optimised

  • mod_ping_SUITE
  • pubsub_SUITE
  • login_SUITE
  • amp_SUITE

end).

discover_child_nodes_test(Config) ->
escalus:story(
escalus:fresh_story(
Config,
[{alice,1}, {bob,1}],

Choose a reason for hiding this comment

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

According to Elvis:

Missing space right "," on line 738

end).

retrieve_subscriptions_test(Config) ->
escalus:story(
escalus:fresh_story(
Config,
[{alice,1}, {bob,1}],

Choose a reason for hiding this comment

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

According to Elvis:

Missing space right "," on line 295

end).

notify_collection_leaf_and_item_test(Config) ->
escalus:story(
escalus:fresh_story(
Config,
[{alice,1}, {bob,1}],

Choose a reason for hiding this comment

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

According to Elvis:

Missing space right "," on line 589

end).

modify_node_subscriptions_test(Config) ->
escalus:story(
escalus:fresh_story(
Config,
[{alice,1}, {bob,1}, {geralt,1}],

Choose a reason for hiding this comment

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

According to Elvis:

Missing space right "," on line 462

end).

notify_collection_bare_jid_test(Config) ->
escalus:story(
escalus:fresh_story(
Config,
[{alice,1}, {bob,2}, {geralt,2}],

Choose a reason for hiding this comment

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

According to Elvis:

Missing space right "," on line 616

try
legacy_auth(NewConfig, legacy_auth_plain),
do_legacy_auth(NewSpec, legacy_auth_plain),
ct:fail("Authenticated but shouldn't")
catch
error:{assertion_failed,assert,is_iq_result,_,_,_} ->

Choose a reason for hiding this comment

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

According to Elvis:

Missing space right "," on line 476

end).

notify_collection_bare_jid_test(Config) ->
escalus:story(
escalus:fresh_story(
Config,
[{alice,1}, {bob,2}, {geralt,2}],

Choose a reason for hiding this comment

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

According to Elvis:

Missing space right "," on line 616

end).

retrieve_subscriptions_collection_test(Config) ->
escalus:story(
escalus:fresh_story(
Config,
[{alice,1}, {bob,1}],

Choose a reason for hiding this comment

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

According to Elvis:

Missing space right "," on line 692

end).

retrieve_subscriptions_collection_test(Config) ->
escalus:story(
escalus:fresh_story(
Config,
[{alice,1}, {bob,1}],

Choose a reason for hiding this comment

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

According to Elvis:

Missing space right "," on line 692

end).

disable_delivery_test(Config) ->
escalus:story(
escalus:fresh_story(
Config,
[{alice,1}, {bob,1}],

Choose a reason for hiding this comment

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

According to Elvis:

Missing space right "," on line 910

end).

disable_payload_leaf_test(Config) ->
escalus:story(
escalus:fresh_story(
Config,
[{alice,1}, {bob,1}],

Choose a reason for hiding this comment

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

According to Elvis:

Missing space right "," on line 823

end).

subscribe_unsubscribe_test(Config) ->
escalus:story(
escalus:fresh_story(
Config,
[{alice,1}, {bob,1}],

Choose a reason for hiding this comment

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

According to Elvis:

Missing space right "," on line 190

end).

disable_notifications_test(Config) ->
escalus:story(
escalus:fresh_story(
Config,
[{alice,1}, {bob,1}],

Choose a reason for hiding this comment

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

According to Elvis:

Missing space right "," on line 327

end).

disable_notifications_leaf_test(Config) ->
escalus:story(
escalus:fresh_story(
Config,
[{alice,1}, {bob,1}],

Choose a reason for hiding this comment

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

According to Elvis:

Missing space right "," on line 799

end).

request_all_items_leaf_test(Config) ->
escalus:story(
escalus:fresh_story(
Config,
[{alice,1}, {bob,1}],

Choose a reason for hiding this comment

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

According to Elvis:

Missing space right "," on line 767

end).

disable_persist_items_test(Config) ->
escalus:story(
escalus:fresh_story(
Config,
[{alice,1}, {bob,1}],

Choose a reason for hiding this comment

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

According to Elvis:

Missing space right "," on line 364

end).

%%--------------------------------------------------------------------
%% Tests for unsupported features - excluded from suite
%%--------------------------------------------------------------------

disable_payload_and_persist_test(Config) ->
escalus:story(
escalus:fresh_story(
Config,
[{alice,1}, {bob,1}],

Choose a reason for hiding this comment

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

According to Elvis:

Missing space right "," on line 878

end).

notify_collection_test(Config) ->
escalus:story(
escalus:fresh_story(
Config,
[{alice,1}, {bob,1}],

Choose a reason for hiding this comment

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

According to Elvis:

Missing space right "," on line 561

try
legacy_auth(NewConfig, legacy_auth_plain),
do_legacy_auth(NewSpec, legacy_auth_plain),
ct:fail("Authenticated but shouldn't")
catch
error:{assertion_failed,assert,is_iq_result,_,_,_} ->

Choose a reason for hiding this comment

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

According to Elvis:

Missing space right "," on line 476

end).

notify_collection_leaf_and_item_test(Config) ->
escalus:story(
escalus:fresh_story(
Config,
[{alice,1}, {bob,1}],

Choose a reason for hiding this comment

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

According to Elvis:

Missing space right "," on line 589

end).

retrieve_subscriptions_test(Config) ->
escalus:story(
escalus:fresh_story(
Config,
[{alice,1}, {bob,1}],

Choose a reason for hiding this comment

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

According to Elvis:

Missing space right "," on line 295

end).

disable_payload_test(Config) ->
escalus:story(
escalus:fresh_story(
Config,
[{alice,1}, {bob,1}],

Choose a reason for hiding this comment

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

According to Elvis:

Missing space right "," on line 345

end).

subscribe_unsubscribe_collection_test(Config) ->
escalus:story(
escalus:fresh_story(
Config,
[{alice,1}, {bob,1}],

Choose a reason for hiding this comment

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

According to Elvis:

Missing space right "," on line 524

end).

disable_notifications_test(Config) ->
escalus:story(
escalus:fresh_story(
Config,
[{alice,1}, {bob,1}],

Choose a reason for hiding this comment

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

According to Elvis:

Missing space right "," on line 327

end).

discover_top_level_nodes_test(Config) ->
escalus:story(
escalus:fresh_story(
Config,
[{alice,1}, {bob,1}],

Choose a reason for hiding this comment

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

According to Elvis:

Missing space right "," on line 718

end).

discover_nodes_test(Config) ->
escalus:story(
escalus:fresh_story(
Config,
[{alice,1}, {bob,1}],

Choose a reason for hiding this comment

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

According to Elvis:

Missing space right "," on line 168

end).

notify_collection_bare_jid_test(Config) ->
escalus:story(
escalus:fresh_story(
Config,
[{alice,1}, {bob,2}, {geralt,2}],

Choose a reason for hiding this comment

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

According to Elvis:

Missing space right "," on line 616

end).

notify_test(Config) ->
escalus:story(
escalus:fresh_story(
Config,
[{alice,1}, {bob,2}, {geralt,2}],

Choose a reason for hiding this comment

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

According to Elvis:

Missing space right "," on line 228

end).

notify_collection_and_leaf_test(Config) ->
escalus:story(
escalus:fresh_story(
Config,
[{alice,1}, {bob,1}, {geralt,1}],

Choose a reason for hiding this comment

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

According to Elvis:

Missing space right "," on line 644


create_delete_collection_test(Config) ->
escalus:story(
escalus:fresh_story(
Config,
[{alice,1}],

Choose a reason for hiding this comment

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

According to Elvis:

Missing space right "," on line 507

end).

request_all_items_test(Config) ->
escalus:story(
escalus:fresh_story(
Config,
[{alice,1}, {bob,1}],

Choose a reason for hiding this comment

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

According to Elvis:

Missing space right "," on line 253

end).

purge_all_items_test(Config) ->
escalus:story(
escalus:fresh_story(
Config,
[{alice,1}, {bob,1}],

Choose a reason for hiding this comment

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

According to Elvis:

Missing space right "," on line 271

end).

retrieve_node_subscriptions_test(Config) ->
escalus:story(
escalus:fresh_story(
Config,
[{alice,1}, {bob,1}, {geralt,1}],

Choose a reason for hiding this comment

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

According to Elvis:

Missing space right "," on line 438

end).

publish_test(Config) ->
escalus:story(
escalus:fresh_story(
Config,
[{alice,1}],

Choose a reason for hiding this comment

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

According to Elvis:

Missing space right "," on line 213

end).

disable_payload_test(Config) ->
escalus:story(
escalus:fresh_story(
Config,
[{alice,1}, {bob,1}],

Choose a reason for hiding this comment

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

According to Elvis:

Missing space right "," on line 345

end).

send_last_published_item_test(Config) ->
escalus:story(
escalus:fresh_story(
Config,
[{alice,1}, {bob,1}],

Choose a reason for hiding this comment

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

According to Elvis:

Missing space right "," on line 414

@erszcz erszcz merged commit f3b5633 into master Oct 26, 2016
@erszcz erszcz deleted the more-parallel-tests branch October 26, 2016 08:22
@michalwski michalwski mentioned this pull request Nov 8, 2016
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.

3 participants