-
Notifications
You must be signed in to change notification settings - Fork 95
[CI] Failover test for swarm failed as vDVS was not running on the worker node after vm power-on #1864
Comments
@shaominchen Can you please take a look? |
Anup and I debugged this issue. After VM was powered off and then powered on, it took about 2.5 minutes for the vDVS plugin to get up and running. Here are the plugin logs:
From above logs, we can see that the plugin was terminated at 21:50:16, and then was fully back and running at 21:52:54. From e2e test logs, we can see that we stopped polling at 21:52:25 before the plugin is back running at 21:52:54:
So, this is not a test code issue. It's just that the whole process, including VM PowerOff/PowerOn, Docker bootstrapping, vDVS plugin initialization, takes too long to complete. |
My suggestions:
Since now e2e will take ~60m to complete, we may want to move some long running test cases out of the precheckin group. |
@ashahi1 will generate a PR for this issue. |
Fixed as part of PR #1866 |
CI: https://ci.vmware.run/vmware/docker-volume-vsphere/1569
Plugin and driver logs have been attached at the end.
Test log:
Logs:
docker-volume-vsphere.txt
vmdk_ops.txt
The text was updated successfully, but these errors were encountered: