You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/06/18 21:10:23 UTC

[GitHub] [cloudstack] Pearl1594 commented on pull request #5130: Fix of delete of Ceph's snapshots from secondary storage

Pearl1594 commented on pull request #5130:
URL: https://github.com/apache/cloudstack/pull/5130#issuecomment-864005808


   @slavkap there are some unit test failures.
   ```
   [INFO] Running org.apache.cloudstack.storage.snapshot.CephSnapshotStrategyTest
   [ERROR] Tests run: 5, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.208 s <<< FAILURE! - in org.apache.cloudstack.storage.snapshot.CephSnapshotStrategyTest
   [ERROR] canHandleTestReomvedAndSnapshotStoredOnRbd(org.apache.cloudstack.storage.snapshot.CephSnapshotStrategyTest)  Time elapsed: 0.006 s  <<< FAILURE!
   java.lang.AssertionError: expected:<HIGHEST> but was:<CANT_HANDLE>
   	at org.apache.cloudstack.storage.snapshot.CephSnapshotStrategyTest.configureAndVerifyCanHandle(CephSnapshotStrategyTest.java:91)
   	at org.apache.cloudstack.storage.snapshot.CephSnapshotStrategyTest.canHandleTestReomvedAndSnapshotStoredOnRbd(CephSnapshotStrategyTest.java:73)
   
   [ERROR] canHandleTestNotReomvedAndSnapshotStoredOnRbd(org.apache.cloudstack.storage.snapshot.CephSnapshotStrategyTest)  Time elapsed: 0.002 s  <<< FAILURE!
   java.lang.AssertionError: expected:<HIGHEST> but was:<CANT_HANDLE>
   	at org.apache.cloudstack.storage.snapshot.CephSnapshotStrategyTest.configureAndVerifyCanHandle(CephSnapshotStrategyTest.java:91)
   	at org.apache.cloudstack.storage.snapshot.CephSnapshotStrategyTest.canHandleTestNotReomvedAndSnapshotStoredOnRbd(CephSnapshotStrategyTest.java:58)
   
   [INFO] Running org.apache.cloudstack.storage.snapshot.SnapshotDataFactoryImplTest
   [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.182 s - in org.apache.cloudstack.storage.snapshot.SnapshotDataFactoryImplTest
   [INFO] 
   [INFO] Results:
   [INFO] 
   [ERROR] Failures: 
   [ERROR]   CephSnapshotStrategyTest.canHandleTestNotReomvedAndSnapshotStoredOnRbd:58->configureAndVerifyCanHandle:91 expected:<HIGHEST> but was:<CANT_HANDLE>
   [ERROR]   CephSnapshotStrategyTest.canHandleTestReomvedAndSnapshotStoredOnRbd:73->configureAndVerifyCanHandle:91 expected:<HIGHEST> but was:<CANT_HANDLE>
   [INFO] 
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org