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
4c809fb6
Commit
4c809fb6
authored
Feb 05, 2015
by
Christine Lytwynec
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6893 from edx/clytwynec/reshard_cms_lettuce_tests
re-shard cms lettuce tests back to 1 shards
parents
7c56a525
4f218941
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
5 deletions
+12
-5
cms/djangoapps/contentstore/features/transcripts.feature
+1
-1
cms/djangoapps/contentstore/features/video.feature
+1
-1
scripts/all-tests.sh
+10
-3
No files found.
cms/djangoapps/contentstore/features/transcripts.feature
View file @
4c809fb6
@shard_
3
@requires_stub_youtube
@shard_
1
@requires_stub_youtube
Feature
:
CMS Transcripts
As a course author, I want to be able to create video components
...
...
cms/djangoapps/contentstore/features/video.feature
View file @
4c809fb6
@shard_
3
@requires_stub_youtube
@shard_
2
@requires_stub_youtube
Feature
:
CMS Video Component
As a course author, I want to be able to view my created videos in Studio
...
...
scripts/all-tests.sh
View file @
4c809fb6
...
...
@@ -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