issue #189: updated dockerfile #226
react-frontend-workflows.yml
on: pull_request
build-and-push-gcr
/
build-push-image
4m 15s
markdown-check
/
markdown-check
14s
repo-standard
/
validate-name
30s
lint-test
/
lint-test
31s
build-and-push-gcr
/
remove-old-image
6s
Annotations
3 errors and 8 warnings
src/common/tests/loadresultstocache.test.ts > loadResultsToCache > should load results to cache with 1 image:
src/common/tests/loadresultstocache.test.ts#L219
AssertionError: expected [ { index: +0, src: 'test', …(8) } ] to deeply equal [ { index: +0, src: 'test', …(8) } ]
- Expected
+ Received
Array [
Object {
"annotated": true,
"boxes": Array [
Object {
"bottomX": 1,
"bottomY": 1,
"boxId": "0",
"classId": "0",
"inferenceId": "test",
+ "is_verified": false,
"label": "a",
"topX": 1,
"topY": 1,
},
Object {
"bottomX": 2,
"bottomY": 2,
"boxId": "1",
"classId": "1",
"inferenceId": "test",
+ "is_verified": false,
"label": "b",
"topX": 2,
"topY": 2,
},
Object {
"bottomX": 3,
"bottomY": 3,
"boxId": "2",
"classId": "2",
"inferenceId": "test",
+ "is_verified": false,
"label": "c",
"topX": 3,
"topY": 3,
},
],
"classifications": Array [
"a",
"b",
"c",
],
"imageDims": Array [
0,
0,
],
"index": 0,
"overlapping": Array [
false,
false,
false,
],
"overlappingIndices": Array [
0,
0,
0,
],
"scores": Array [
0.1,
0.2,
0.3,
],
"src": "test",
"topN": Array [
Array [],
Array [],
Array [],
],
},
]
❯ src/common/tests/loadresultstocache.test.ts:219:20
|
src/common/tests/loadresultstocache.test.ts > loadResultsToCache > should load results to cache with 2 images:
src/common/tests/loadresultstocache.test.ts#L340
AssertionError: expected [ …(2) ] to deeply equal [ …(2) ]
- Expected
+ Received
Array [
Object {
"annotated": true,
"boxes": Array [
Object {
"bottomX": 1,
"bottomY": 1,
"boxId": "0",
"classId": "0",
"inferenceId": "test",
+ "is_verified": false,
"label": "a",
"topX": 1,
"topY": 1,
},
Object {
"bottomX": 2,
"bottomY": 2,
"boxId": "1",
"classId": "1",
"inferenceId": "test",
+ "is_verified": false,
"label": "b",
"topX": 2,
"topY": 2,
},
Object {
"bottomX": 3,
"bottomY": 3,
"boxId": "2",
"classId": "2",
"inferenceId": "test",
+ "is_verified": false,
"label": "c",
"topX": 3,
"topY": 3,
},
],
"classifications": Array [
"a",
"b",
"c",
],
"imageDims": Array [
0,
0,
],
"index": 0,
"overlapping": Array [
false,
false,
false,
],
"overlappingIndices": Array [
0,
0,
0,
],
"scores": Array [
0.1,
0.2,
0.3,
],
"src": "test",
"topN": Array [
Array [],
Array [],
Array [],
],
},
Object {
"annotated": true,
"boxes": Array [
Object {
"bottomX": 1,
"bottomY": 1,
"boxId": "0",
"classId": "0",
"inferenceId": "test",
+ "is_verified": false,
"label": "a",
"topX": 1,
"topY": 1,
},
Object {
"bottomX": 2,
"bottomY": 2,
"boxId": "1",
"classId": "1",
"inferenceId": "test",
+ "is_verified": false,
"label": "b",
"topX": 2,
"topY": 2,
},
Object {
"bottomX": 3,
"bottomY": 3,
"boxId": "2",
"classId": "2",
"inferenceId": "test",
+ "is_verified": false,
"label": "c",
"topX": 3,
"topY": 3,
},
],
"classifications": Array [
"a",
"b",
"c",
],
"imageDims": Array [
0,
0,
],
"index": 1,
"overlapping": Array [
false,
false,
false,
],
"overlappingIndices": Array [
0,
0,
0,
],
"scores": Array [
0.1,
0.2,
0.3,
],
"src": "test",
"topN": Array [
Array [],
Array [],
Array [],
],
},
]
❯ src/common/tests/loadresultstocache.test.ts:340:26
|
lint-test / lint-test
Process completed with exit code 1.
|
markdown-check / markdown-check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
markdown-check / markdown-check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
repo-standard / validate-name
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/github-script@v5. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
repo-standard / validate-name
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/github-script@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint-test / lint-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-and-push-gcr / build-push-image
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-and-push-gcr / build-push-image
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build-and-push-gcr / remove-old-image
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|