You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@renato2099 this is an opportunity for us to both list any additional test cases we think can build confidence in the ingestion logic. Please ad them to the list below...
Unit Tests
tests covering different container files as per patool
test that parallel ingestion of files from different datasets results in the creation of two datasets and tags
test that parallel ingestion of files from the same dataset results in the creation of one dataset and tag with different submission's
Functional & Integration Testing
Use testcontainers-python which facilitates the use of Docker containers for functional and integration testing. Specifically we should use the PostgresContainer class to validate all of our PostGIS interactions.
The text was updated successfully, but these errors were encountered:
lewismc
changed the title
Add unit tests to strengthen ingestion logic
Tests to strengthen ingestion logic
Aug 23, 2023
@renato2099 this is an opportunity for us to both list any additional test cases we think can build confidence in the ingestion logic. Please ad them to the list below...
Unit Tests
Functional & Integration Testing
The text was updated successfully, but these errors were encountered: