openvstorage / integrationtests

Open vStorage automated integration tests.
Other
0 stars 1 forks source link

Failed test: be_0002_add_update_remove_preset_test #556

Open pploegaert opened 7 years ago

pploegaert commented 7 years ago

Exception: Preset integrationtests does not exists but it should on backend mybackend-global

Env: 199.191 (regularly occurs) - ee - develop http://testrail.openvstorage.com/index.php?/tests/view/1247942&group_by=cases:section_id&group_order=asc&group_id=29858

jake9050 commented 7 years ago

This night's builds started throwing these for this test on both of the unstable envs:

Removal of preset 'integrationtests' for backend 'mybackend-global' failed with 'Albamgr exception(Albamgr_protocol.Protocol.Error.Unknown,Protocol_common.XException(4, "/alba/preset/propagation/integrationtests"))'

@JeffreyDevloo ideas on what could be happening here?

domsj commented 7 years ago

The error is due to a bug in alba, it has been fixed in https://github.com/openvstorage/alba/pull/767. A new package with the fix is not yet available, but should be sometime soon

JeffreyDevloo commented 7 years ago

Both of these issues are currently unrelated. The one from @pploegaert is an older one where the creation failed whilest @jake9050 fails because of removing the preset. The latter issue has been identified and is related to the ticket @domsj linked.