Skip to content

Commit 2fd76f0

Browse files
dwhoganmauberti-bc
andauthored
SIMSBIOHUB-823 Creating download package (#316)
* feat(download): Download package with cleanup * feat(download): Decompose policy URN and index, add data_byte_size to column to submission_feature, a few enhancement to csv package. * test(download_worker): Added db and system tests. * fix(download): Fixes to address comments * fix(download): Lint fixes. * fix(ingestion): Address reviewer's comments * fix(ingestion): Sonar fixes * feat(download): add ownership, sharing, and auth gates * fix(download): lint format fix * fix(api): fixed error for CI build. * fix(api): Lint fix --------- Co-authored-by: Macgregor Aubertin-Young <108430771+mauberti-bc@users.noreply.github.com>
1 parent 33ba5ac commit 2fd76f0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+7611
-465
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,11 @@ test-sys: | run-minio run-clamav run-queue ## Runs system integration tests (nee
264264
@echo "==============================================="
265265
@echo "Running system integration tests"
266266
@echo "==============================================="
267+
ifdef SPEC
268+
@docker compose exec api npx mocha --no-config --require ts-node/register --extension ts --timeout 60000 "src/__integration__/system/$(SPEC).integration.ts"
269+
else
267270
@docker compose exec api npm run test:sys
271+
endif
268272

269273
cypress: ## Runs `npm run test:e2e` for api, and app projects
270274
@echo "==============================================="

0 commit comments

Comments
 (0)