Commit a90ba504 by Ben Patterson Committed by benrobot

re-shard lms to fix a failing test.

parent eb0ada02
...@@ -52,28 +52,28 @@ tddium: ...@@ -52,28 +52,28 @@ tddium:
- "reports/javascript/javascript_xunit.xml" - "reports/javascript/javascript_xunit.xml"
- :type: junit - :type: junit
:mode: basic :mode: basic
:command: paver test_acceptance -s lms :command: paver test_acceptance -s lms --extra_args="-v 3 --tag shard_1"
:invocation: single :invocation: single
:output: exit-status :output: exit-status
:report_files: :report_files:
- "reports/acceptance/lms.xml" - "reports/acceptance/lms.xml"
- :type: junit - :type: junit
:mode: basic :mode: basic
:command: paver test_acceptance -s cms --extra_args="-v 3 --tag shard_1" :command: paver test_acceptance -s lms --extra_args="-v 3 --tag shard_2"
:invocation: single :invocation: single
:output: exit-status :output: exit-status
:report_files: :report_files:
- "reports/acceptance/cms.xml" - "reports/acceptance/lms.xml"
- :type: junit - :type: junit
:mode: basic :mode: basic
:command: paver test_acceptance -s cms --extra_args="-v 3 --tag shard_2" :command: paver test_acceptance -s cms --extra_args="-v 3 --tag shard_1"
:invocation: single :invocation: single
:output: exit-status :output: exit-status
:report_files: :report_files:
- "reports/acceptance/cms.xml" - "reports/acceptance/cms.xml"
- :type: junit - :type: junit
:mode: basic :mode: basic
:command: paver test_acceptance -s cms --extra_args="-v 3 --tag shard_3" :command: paver test_acceptance -s cms --extra_args="-v 3 --tag shard_2 --tag shard_3"
:invocation: single :invocation: single
:output: exit-status :output: exit-status
:report_files: :report_files:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment