Conversation
|
Hi Dave, do you want to have this test integrated to the external facing package or only for the internal one? |
|
Hi Dave, How large are the files required to run the integration tests? We can approach this in a few ways. See below.
|
|
In this case, one data file is pretty small. I added it into the github. The other data file is a human genome sequence in FASTA format. It's 3 GB unzipped. How should we handle that? |
Since one of the data files is that large, I think it makes sense to have all the data stored in a GCS bucket. That way, we can just download all the data together from GCS bucket when we run the integration tests, rather than trying to pull multiple data files from different sources. Is the test example in this PR the actual test you want to run? If not, can you provide the integration tests and test files so I can start putting a github action workflow together? |
|
Yes, this is the actual test. Once we have a framework, I'll begin adding more. |
Description of your changes
This is an example integration test. It takes a few minutes to run and depends on local files. How should we handle these?