Allow required property with default value to be absent #501
Annotations
4 errors, 3 warnings, and 1 notice
[chromium] › dupheader.spec.ts:35:3 › given an uploaded archive with a workflow.cfg file with a duplicated header › should have both headers and added index number:
apps/haddock3-download/integration-tests/dupheader.spec.ts#L57
1) [chromium] › dupheader.spec.ts:35:3 › given an uploaded archive with a workflow.cfg file with a duplicated header › should have both headers and added index number
Error: expect(received).toEqual(expected) // deep equality
- Expected - 6
+ Received + 51
-
+
+ run_dir = 'run1'
molecules = [
'some.pdb',
]
- run_dir = 'run1'
-
- [caprieval]
-
- ['caprieval.2']
+ preprocess = false
+ postprocess = true
+ ncores = 4
+ mode = 'local'
+ batch_type = 'slurm'
+ queue_limit = 100
+ concat = 1
+ clean = true
+ offline = false
+
+ [caprieval]
+
+ irmsd = true
+ fnat = true
+ lrmsd = true
+ ilrmsd = true
+ dockq = true
+ irmsd_cutoff = 10
+ fnat_cutoff = 5
+ receptor_chain = 'A'
+ ligand_chains = [
+ 'B',
+ ]
+
+ sortby = 'score'
+ sort_ascending = true
+ alignment_method = 'sequence'
+ clt_threshold = 4
+ allatoms = false
+
+ ['caprieval.2']
+
+ irmsd = true
+ fnat = true
+ lrmsd = true
+ ilrmsd = true
+ dockq = true
+ irmsd_cutoff = 10
+ fnat_cutoff = 5
+ receptor_chain = 'A'
+ ligand_chains = [
+ 'B',
+ ]
+
+ sortby = 'score'
+ sort_ascending = true
+ alignment_method = 'sequence'
+ clt_threshold = 4
+ allatoms = false
↵
55 |
56 | `
> 57 | expect(content).toEqual(expected)
| ^
58 | })
59 | })
60 |
at /home/runner/work/workflow-builder/workflow-builder/apps/haddock3-download/integration-tests/dupheader.spec.ts:57:21
|
[chromium] › dupheader.spec.ts:35:3 › given an uploaded archive with a workflow.cfg file with a duplicated header › should have both headers and added index number:
apps/haddock3-download/integration-tests/dupheader.spec.ts#L57
1) [chromium] › dupheader.spec.ts:35:3 › given an uploaded archive with a workflow.cfg file with a duplicated header › should have both headers and added index number
Retry #1 ---------------------------------------------------------------------------------------
Error: expect(received).toEqual(expected) // deep equality
- Expected - 6
+ Received + 51
-
+
+ run_dir = 'run1'
molecules = [
'some.pdb',
]
- run_dir = 'run1'
-
- [caprieval]
-
- ['caprieval.2']
+ preprocess = false
+ postprocess = true
+ ncores = 4
+ mode = 'local'
+ batch_type = 'slurm'
+ queue_limit = 100
+ concat = 1
+ clean = true
+ offline = false
+
+ [caprieval]
+
+ irmsd = true
+ fnat = true
+ lrmsd = true
+ ilrmsd = true
+ dockq = true
+ irmsd_cutoff = 10
+ fnat_cutoff = 5
+ receptor_chain = 'A'
+ ligand_chains = [
+ 'B',
+ ]
+
+ sortby = 'score'
+ sort_ascending = true
+ alignment_method = 'sequence'
+ clt_threshold = 4
+ allatoms = false
+
+ ['caprieval.2']
+
+ irmsd = true
+ fnat = true
+ lrmsd = true
+ ilrmsd = true
+ dockq = true
+ irmsd_cutoff = 10
+ fnat_cutoff = 5
+ receptor_chain = 'A'
+ ligand_chains = [
+ 'B',
+ ]
+
+ sortby = 'score'
+ sort_ascending = true
+ alignment_method = 'sequence'
+ clt_threshold = 4
+ allatoms = false
↵
55 |
56 | `
> 57 | expect(content).toEqual(expected)
| ^
58 | })
59 | })
60 |
at /home/runner/work/workflow-builder/workflow-builder/apps/haddock3-download/integration-tests/dupheader.spec.ts:57:21
|
[chromium] › dupheader.spec.ts:35:3 › given an uploaded archive with a workflow.cfg file with a duplicated header › should have both headers and added index number:
apps/haddock3-download/integration-tests/dupheader.spec.ts#L57
1) [chromium] › dupheader.spec.ts:35:3 › given an uploaded archive with a workflow.cfg file with a duplicated header › should have both headers and added index number
Retry #2 ---------------------------------------------------------------------------------------
Error: expect(received).toEqual(expected) // deep equality
- Expected - 8
+ Received + 2
↵
molecules = [
- 'some.pdb',
- ]
-
- run_dir = 'run1'
-
- [caprieval]
-
- ['caprieval.2']
+ ]
+
↵
55 |
56 | `
> 57 | expect(content).toEqual(expected)
| ^
58 | })
59 | })
60 |
at /home/runner/work/workflow-builder/workflow-builder/apps/haddock3-download/integration-tests/dupheader.spec.ts:57:21
|
build
Process completed with exit code 1.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Slow Test:
apps/haddock3-download/[chromium] › dupheader.spec.ts#L1
apps/haddock3-download/[chromium] › dupheader.spec.ts took 15s
|
🎭 Playwright Run Summary
1 failed
[chromium] › dupheader.spec.ts:35:3 › given an uploaded archive with a workflow.cfg file with a duplicated header › should have both headers and added index number
2 skipped
7 passed (24s)
|