Bug #48441
mgr/dashboard: mgr-dashboard-frontend-unittests (Failed)
Status:
Resolved
Priority:
Immediate
Assignee:
Category:
Component - iSCSI
Target version:
% Done:
0%
Source:
Community (dev)
Tags:
Backport:
Regression:
No
Severity:
1 - critical
Reviewed:
Description
make check
is failing at mgr-dashboard-frontend-unittests
Test suite failed to run src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.spec.ts:7:30 - error TS2307: Cannot find module 'app/shared/components/select/select-option.model' or its corresponding type declarations. 7 import { SelectOption } from 'app/shared/components/select/select-option.model'; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ . ● Test suite failed to run src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.spec.ts:7:30 - error TS2307: Cannot find module 'app/shared/components/select/select-option.model' or its corresponding type declarations. 7 import { SelectOption } from 'app/shared/components/select/select-option.model'; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ . ● Test suite failed to run src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.spec.ts:7:30 - error TS2307: Cannot find module 'app/shared/components/select/select-option.model' or its corresponding type declarations. 7 import { SelectOption } from 'app/shared/components/select/select-option.model'; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ . ● Test suite failed to run src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.spec.ts:7:30 - error TS2307: Cannot find module 'app/shared/components/select/select-option.model' or its corresponding type declarations. 7 import { SelectOption } from 'app/shared/components/select/select-option.model'; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ . ● Test suite failed to run src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.spec.ts:7:30 - error TS2307: Cannot find module 'app/shared/components/select/select-option.model' or its corresponding type declarations. 7 import { SelectOption } from 'app/shared/components/select/select-option.model'; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ . ● Test suite failed to run src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.spec.ts:7:30 - error TS2307: Cannot find module 'app/shared/components/select/select-option.model' or its corresponding type declarations. 7 import { SelectOption } from 'app/shared/components/select/select-option.model'; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ . ● Test suite failed to run src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.spec.ts:7:30 - error TS2307: Cannot find module 'app/shared/components/select/select-option.model' or its corresponding type declarations. 7 import { SelectOption } from 'app/shared/components/select/select-option.model';It's likely that this error was introduced by this PR: https://github.com/ceph/ceph/pull/37198 :
- How was it possible for that to pass CI? Because last make check run is from Oct 22, so later changes merged would have caused this to break.
- Lesson learnt: on stale PR's (more than a week old) we should always retrigger checks prior to merging.
- Additionally, a post-merge build could help quickly identify breakages.
Related issues
History
#1 Updated by Ernesto Puerta over 2 years ago
- Description updated (diff)
#2 Updated by Ernesto Puerta over 2 years ago
- Assignee set to Ernesto Puerta
- Pull request ID set to 38409
#3 Updated by Ernesto Puerta over 2 years ago
- Status changed from New to Fix Under Review
#4 Updated by Ernesto Puerta over 2 years ago
- Status changed from Fix Under Review to Resolved
#5 Updated by Ernesto Puerta over 2 years ago
- Blocked by Bug #47445: mgr/dashboard: Its currently not possible to manage iSCSI Initiator's disks after removing from group added
#6 Updated by Ernesto Puerta about 2 years ago
- Project changed from mgr to Dashboard
- Category changed from 141 to Component - iSCSI