Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
4f218941
Commit
4f218941
authored
Feb 05, 2015
by
Christine Lytwynec
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reshard cms lettuce tests back to 1 shard
parent
5ae4681b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
scripts/all-tests.sh
+10
-3
No files found.
scripts/all-tests.sh
View file @
4f218941
...
...
@@ -156,13 +156,20 @@ END
"cms-acceptance"
)
case
"
$SHARD
"
in
"all"
)
"all"
|
"1"
)
paver test_acceptance
-s
cms
--extra_args
=
"-v 3"
;;
*
)
paver test_acceptance
-s
cms
--extra_args
=
"-v 3 --tag shard_
${
SHARD
}
"
"2"
|
"3"
)
mkdir
-p
reports/acceptance
cat
>
reports/acceptance/xunit.xml
<<
END
<?xml version="1.0" encoding="UTF-8"?>
<testsuite name="nosetests" tests="1" errors="0" failures="0" skip="0">
<testcase classname="lettuce.tests" name="shard_placeholder" time="0.001"></testcase>
</testsuite>
END
;;
esac
;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment