-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: all multi-channel inputs into a single channel
- Loading branch information
1 parent
fbac624
commit 17be003
Showing
11 changed files
with
527 additions
and
497 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,12 @@ | ||
Mar-07 12:49:11.211 [main] INFO com.askimed.nf.test.App - nf-test 0.8.2 | ||
Mar-07 12:49:11.231 [main] INFO com.askimed.nf.test.App - Arguments: [test, tests/main.nf.test] | ||
Mar-07 12:49:11.232 [main] INFO com.askimed.nf.test.commands.RunTestsCommand - Load config from file /gpfs/commons/groups/imielinski_lab/home/sdider/Projects/nf-jabba/nf-test.config... | ||
Mar-07 12:49:11.653 [main] INFO com.askimed.nf.test.commands.RunTestsCommand - Detected 1 test files. | ||
Mar-07 12:49:11.865 [main] INFO com.askimed.nf.test.config.FileStaging - Create symlink '/gpfs/commons/groups/imielinski_lab/home/sdider/Projects/nf-jabba/.nf-test/tests/3bffb7994b63d3c3c0d3fe65d3c062fe/meta/bin' --> '/gpfs/commons/groups/imielinski_lab/home/sdider/Projects/nf-jabba/bin' | ||
Mar-07 12:49:11.865 [main] INFO com.askimed.nf.test.config.FileStaging - Create symlink '/gpfs/commons/groups/imielinski_lab/home/sdider/Projects/nf-jabba/.nf-test/tests/3bffb7994b63d3c3c0d3fe65d3c062fe/meta/lib' --> '/gpfs/commons/groups/imielinski_lab/home/sdider/Projects/nf-jabba/lib' | ||
Mar-07 12:49:11.866 [main] INFO com.askimed.nf.test.config.FileStaging - Create symlink '/gpfs/commons/groups/imielinski_lab/home/sdider/Projects/nf-jabba/.nf-test/tests/3bffb7994b63d3c3c0d3fe65d3c062fe/meta/assets' --> '/gpfs/commons/groups/imielinski_lab/home/sdider/Projects/nf-jabba/assets' | ||
Mar-07 12:49:11.867 [main] DEBUG com.askimed.nf.test.core.AbstractTest - Stage 1 user provided files... | ||
Mar-07 12:49:11.868 [main] INFO com.askimed.nf.test.config.FileStaging - Create symlink '/gpfs/commons/groups/imielinski_lab/home/sdider/Projects/nf-jabba/.nf-test/tests/3bffb7994b63d3c3c0d3fe65d3c062fe/meta/tests/test_data/' --> '/gpfs/commons/groups/imielinski_lab/home/sdider/Projects/nf-jabba/tests/test_data' | ||
Mar-07 12:49:11.875 [main] INFO com.askimed.nf.test.core.TestExecutionEngine - Started test plan | ||
Mar-07 12:49:11.875 [main] INFO com.askimed.nf.test.core.TestExecutionEngine - Running testsuite 'Test pipeline' from file '/gpfs/commons/groups/imielinski_lab/home/sdider/Projects/nf-jabba/tests/main.nf.test'. | ||
Mar-07 12:49:11.876 [main] INFO com.askimed.nf.test.core.TestExecutionEngine - Run test '3bffb799: Should run entire nf-jabba pipeline without failure'. type: com.askimed.nf.test.lang.pipeline.PipelineTest | ||
Mar-07 13:32:40.336 [main] INFO com.askimed.nf.test.core.TestExecutionEngine - Test '3bffb799: Should run entire nf-jabba pipeline without failure' finished. status: PASSED | ||
Mar-07 13:32:40.340 [main] INFO com.askimed.nf.test.core.TestExecutionEngine - Testsuite 'Test pipeline' finished. snapshot file: false, skipped tests: false, failed tests: false | ||
Mar-07 13:32:40.340 [main] INFO com.askimed.nf.test.core.TestExecutionEngine - Executed 1 tests. 0 tests failed. Done! | ||
Mar-20 21:26:19.345 [main] INFO com.askimed.nf.test.App - nf-test 0.8.2 | ||
Mar-20 21:26:19.368 [main] INFO com.askimed.nf.test.App - Arguments: [test, tests/main.nf.test] | ||
Mar-20 21:26:19.370 [main] INFO com.askimed.nf.test.commands.RunTestsCommand - Load config from file /gpfs/commons/groups/imielinski_lab/home/sdider/Projects/nf-jabba/nf-test.config... | ||
Mar-20 21:26:19.832 [main] INFO com.askimed.nf.test.commands.RunTestsCommand - Detected 1 test files. | ||
Mar-20 21:26:20.080 [main] INFO com.askimed.nf.test.config.FileStaging - Create symlink '/gpfs/commons/groups/imielinski_lab/home/sdider/Projects/nf-jabba/.nf-test/tests/3bffb7994b63d3c3c0d3fe65d3c062fe/meta/bin' --> '/gpfs/commons/groups/imielinski_lab/home/sdider/Projects/nf-jabba/bin' | ||
Mar-20 21:26:20.081 [main] INFO com.askimed.nf.test.config.FileStaging - Create symlink '/gpfs/commons/groups/imielinski_lab/home/sdider/Projects/nf-jabba/.nf-test/tests/3bffb7994b63d3c3c0d3fe65d3c062fe/meta/lib' --> '/gpfs/commons/groups/imielinski_lab/home/sdider/Projects/nf-jabba/lib' | ||
Mar-20 21:26:20.081 [main] INFO com.askimed.nf.test.config.FileStaging - Create symlink '/gpfs/commons/groups/imielinski_lab/home/sdider/Projects/nf-jabba/.nf-test/tests/3bffb7994b63d3c3c0d3fe65d3c062fe/meta/assets' --> '/gpfs/commons/groups/imielinski_lab/home/sdider/Projects/nf-jabba/assets' | ||
Mar-20 21:26:20.082 [main] DEBUG com.askimed.nf.test.core.AbstractTest - Stage 1 user provided files... | ||
Mar-20 21:26:20.082 [main] INFO com.askimed.nf.test.config.FileStaging - Create symlink '/gpfs/commons/groups/imielinski_lab/home/sdider/Projects/nf-jabba/.nf-test/tests/3bffb7994b63d3c3c0d3fe65d3c062fe/meta/tests/test_data/' --> '/gpfs/commons/groups/imielinski_lab/home/sdider/Projects/nf-jabba/tests/test_data' | ||
Mar-20 21:26:20.087 [main] INFO com.askimed.nf.test.core.TestExecutionEngine - Started test plan | ||
Mar-20 21:26:20.087 [main] INFO com.askimed.nf.test.core.TestExecutionEngine - Running testsuite 'Test pipeline' from file '/gpfs/commons/groups/imielinski_lab/home/sdider/Projects/nf-jabba/tests/main.nf.test'. | ||
Mar-20 21:26:20.087 [main] INFO com.askimed.nf.test.core.TestExecutionEngine - Run test '3bffb799: Should run entire nf-jabba pipeline without failure'. type: com.askimed.nf.test.lang.pipeline.PipelineTest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.