Details
-
Type:
Improvement
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 10.1.0
-
Labels:None
-
Story Points:4
-
Epic Link:
-
Sprint:Spring 7, Spring 8, Spring 9
Description
Situation: IGB test code currently has several tests that connect to various online services, such as UCSC DAS. If these services are down it causes the IGB build to fail, including for bitbucket pipelines.
Task: Modify the IGB test code to either mock the expected results from the online service, and/or if the online service is unavailable the test throws a warning that the service is down, but does not stop the build.
See IGBF-3626 for an example of how this should be done.
Attachments
Issue Links
- relates to
-
IGBF-3626 Write test cases for UCSC Rest module
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Epic Link | IGBF-1531 [ 17617 ] |
Sprint | Spring 6 [ 190 ] | Spring 7 [ 191 ] |
Assignee | Jaya Sravani Sirigineedi [ jsirigin ] |
Sprint | Spring 7 [ 191 ] | Spring 8 [ 192 ] |
Status | To-Do [ 10305 ] | In Progress [ 3 ] |
Sprint | Spring 8 [ 192 ] | Spring 7 [ 191 ] |
Sprint | Spring 7 [ 191 ] | Spring 7, Spring 8 [ 191, 192 ] |
Rank | Ranked higher |
Assignee | Jaya Sravani Sirigineedi [ jsirigin ] |
Status | In Progress [ 3 ] | Needs 1st Level Review [ 10005 ] |
Status | Needs 1st Level Review [ 10005 ] | First Level Review in Progress [ 10301 ] |
Assignee | Nowlan Freese [ nfreese ] |
Assignee | Nowlan Freese [ nfreese ] | Jaya Sravani Sirigineedi [ jsirigin ] |
Status | First Level Review in Progress [ 10301 ] | Ready for Pull Request [ 10304 ] |
Sprint | Spring 7, Spring 8 [ 191, 192 ] | Spring 7, Spring 8, Spring 9 [ 191, 192, 193 ] |
Rank | Ranked higher |
Assignee | Jaya Sravani Sirigineedi [ jsirigin ] |
Status | Ready for Pull Request [ 10304 ] | Pull Request Submitted [ 10101 ] |
Status | Pull Request Submitted [ 10101 ] | Reviewing Pull Request [ 10303 ] |
Status | Reviewing Pull Request [ 10303 ] | Merged Needs Testing [ 10002 ] |
Status | Merged Needs Testing [ 10002 ] | Post-merge Testing In Progress [ 10003 ] |
Assignee | Jaya Sravani Sirigineedi [ jsirigin ] |
Resolution | Done [ 10000 ] | |
Status | Post-merge Testing In Progress [ 10003 ] | Closed [ 6 ] |
Fix Version/s | 10.1.0 [ 11000 ] |
Changing test cases code in the DAS module and mocking the APIs. Rewriting code for the DasDataProviderTest file is done, working on DasServerInfoTest now.