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
Changing test cases code in the DAS module and mocking the APIs. Rewriting code for the DasDataProviderTest file is done, working on DasServerInfoTest now.