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
c4eed7bb
Commit
c4eed7bb
authored
Aug 06, 2015
by
Ben Patterson
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #9196 from edx/benp/bok-choy-shard-7
Benp/bok choy shard 7
parents
486aa58f
92c9c1d5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
8 deletions
+12
-8
common/test/acceptance/tests/discussion/test_cohort_management.py
+3
-3
common/test/acceptance/tests/studio/test_studio_library.py
+2
-2
common/test/acceptance/tests/video/test_studio_video_editor.py
+1
-1
common/test/acceptance/tests/video/test_studio_video_transcript.py
+1
-1
scripts/generic-ci-tests.sh
+5
-1
No files found.
common/test/acceptance/tests/discussion/test_cohort_management.py
View file @
c4eed7bb
...
...
@@ -19,7 +19,7 @@ from ...pages.studio.settings_group_configurations import GroupConfigurationsPag
import
uuid
@attr
(
'shard_
5
'
)
@attr
(
'shard_
6
'
)
class
CohortConfigurationTest
(
EventsTestMixin
,
UniqueCourseTest
,
CohortTestMixin
):
"""
Tests for cohort management on the LMS Instructor Dashboard
...
...
@@ -616,7 +616,7 @@ class CohortConfigurationTest(EventsTestMixin, UniqueCourseTest, CohortTestMixin
self
.
assertEquals
(
expected_message
,
messages
[
0
])
@attr
(
'shard_
5
'
)
@attr
(
'shard_
6
'
)
class
CohortDiscussionTopicsTest
(
UniqueCourseTest
,
CohortTestMixin
):
"""
Tests for cohorting the inline and course-wide discussion topics.
...
...
@@ -907,7 +907,7 @@ class CohortDiscussionTopicsTest(UniqueCourseTest, CohortTestMixin):
self
.
verify_discussion_topics_after_reload
(
self
.
inline_key
,
cohorted_topics_after
)
@attr
(
'shard_
5
'
)
@attr
(
'shard_
6
'
)
class
CohortContentGroupAssociationTest
(
UniqueCourseTest
,
CohortTestMixin
):
"""
Tests for linking between content groups and cohort in the instructor dashboard.
...
...
common/test/acceptance/tests/studio/test_studio_library.py
View file @
c4eed7bb
...
...
@@ -13,7 +13,7 @@ from ...pages.studio.library import LibraryEditPage
from
...pages.studio.users
import
LibraryUsersPage
@attr
(
'shard_
4
'
)
@attr
(
'shard_
2
'
)
@ddt
class
LibraryEditPageTest
(
StudioLibraryTest
):
"""
...
...
@@ -186,7 +186,7 @@ class LibraryEditPageTest(StudioLibraryTest):
self
.
assertIn
(
"Checkboxes"
,
problem_block
.
name
)
@attr
(
'shard_
4
'
)
@attr
(
'shard_
5
'
)
@ddt
class
LibraryNavigationTest
(
StudioLibraryTest
):
"""
...
...
common/test/acceptance/tests/video/test_studio_video_editor.py
View file @
c4eed7bb
...
...
@@ -7,7 +7,7 @@ from nose.plugins.attrib import attr
from
.test_studio_video_module
import
CMSVideoBaseTest
@attr
(
'shard_
2
'
)
@attr
(
'shard_
6
'
)
class
VideoEditorTest
(
CMSVideoBaseTest
):
"""
CMS Video Editor Test Class
...
...
common/test/acceptance/tests/video/test_studio_video_transcript.py
View file @
c4eed7bb
...
...
@@ -22,7 +22,7 @@ from nose.plugins.attrib import attr
from
.test_studio_video_module
import
CMSVideoBaseTest
@attr
(
'shard_
2
'
)
@attr
(
'shard_
6
'
)
class
VideoTranscriptTest
(
CMSVideoBaseTest
):
"""
CMS Video Transcript Test Class
...
...
scripts/generic-ci-tests.sh
View file @
c4eed7bb
...
...
@@ -167,7 +167,11 @@ END
;;
"6"
)
paver test_bokchoy
--extra_args
=
"-a shard_1=False,shard_2=False,shard_3=False,shard_4=False,shard_5=False --with-flaky"
paver test_bokchoy
--extra_args
=
"-a 'shard_6' --with-flaky"
;;
"7"
)
paver test_bokchoy
--extra_args
=
"-a shard_1=False,shard_2=False,shard_3=False,shard_4=False,shard_5=False,shard_6=False --with-flaky"
;;
# Default case because if we later define another bok-choy shard on Jenkins
...
...
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