Fix #37841
mgr/dashboard: RbdMirroringService test suite fails in dev mode
Status:
Resolved
Priority:
Normal
Assignee:
Category:
dashboard/qa
Target version:
% Done:
0%
Description
If you have set DEV in unit-test-configuration.ts to true, in order to run all unit tests much faster, the unit test suite of rbd mirroring service fails.
The reason is, that it's expecting a call, that is triggered inside the constructor, which is only done once in for the copy used in the fast testing mode (if it would be done on within ngOnInit this wouldn't be a problem).
History
#1 Updated by Stephan Müller over 2 years ago
- Subject changed from mgr/dashboard: RbdMirroringService unit test suite fails in dev mode unit test configuration to mgr/dashboard: RbdMirroringService test suite fails in dev mode
#2 Updated by Stephan Müller over 2 years ago
- Status changed from New to Fix Under Review
- Pull request ID set to 25865
#3 Updated by Stephan Müller about 2 years ago
- Status changed from Fix Under Review to Resolved