Skip to content

Instantly share code, notes, and snippets.

@jpeach
Created August 23, 2019 07:48
Show Gist options
  • Save jpeach/24d9a57984976423e1035d465de6c8ca to your computer and use it in GitHub Desktop.
Save jpeach/24d9a57984976423e1035d465de6c8ca to your computer and use it in GitHub Desktop.
[ RUN ] CSIVersion/StorageLocalResourceProviderTest.Update/v1
I0823 00:45:25.717648 9976 test_csi_plugin.cpp:1915] Forwarding /csi.v1.Identity/Probe call
I0823 00:45:25.719851 9976 test_csi_plugin.cpp:1915] Forwarding /csi.v1.Identity/GetPluginCapabilities call
I0823 00:45:25.721822 9976 test_csi_plugin.cpp:1915] Forwarding /csi.v1.Identity/GetPluginInfo call
I0823 00:45:25.722014 9976 test_csi_plugin.cpp:1915] Forwarding /csi.v1.Identity/GetPluginInfo call
I0823 00:45:25.731775 9976 test_csi_plugin.cpp:1915] Forwarding /csi.v1.Controller/ControllerGetCapabilities call
I0823 00:45:25.733629 9976 test_csi_plugin.cpp:1915] Forwarding /csi.v1.Node/NodeGetCapabilities call
I0823 00:45:25.736701 9976 test_csi_plugin.cpp:1915] Forwarding /csi.v1.Node/NodeGetInfo call
I0823 00:45:25.801789 9976 test_csi_plugin.cpp:1915] Forwarding /csi.v1.Controller/ListVolumes call
I0823 00:45:25.804847 9976 test_csi_plugin.cpp:1915] Forwarding /csi.v1.Controller/ListVolumes call
I0823 00:45:25.805029 9976 test_csi_plugin.cpp:1915] Forwarding /csi.v1.Controller/GetCapacity call
I0823 00:45:25.856191 9976 test_csi_plugin.cpp:1915] Forwarding /csi.v1.Controller/ListVolumes call
I0823 00:45:25.856446 9976 test_csi_plugin.cpp:1915] Forwarding /csi.v1.Controller/GetCapacity call
../../src/tests/storage_local_resource_provider_tests.cpp:6877: Failure
Value of: updateSlave3.isPending()
Actual: false
Expected: true
[ FAILED ] CSIVersion/StorageLocalResourceProviderTest.Update/v1, where GetParam() = "v1" (579 ms)
[ RUN ] CSIVersion/StorageLocalResourceProviderTest.RetryRpcWithExponentialBackoff/v1
I0823 00:45:31.783295 10724 test_csi_plugin.cpp:1915] Forwarding /csi.v1.Identity/Probe call
I0823 00:45:31.787797 10724 test_csi_plugin.cpp:1915] Forwarding /csi.v1.Identity/GetPluginCapabilities call
I0823 00:45:31.791668 10724 test_csi_plugin.cpp:1915] Forwarding /csi.v1.Identity/GetPluginInfo call
I0823 00:45:31.791929 10724 test_csi_plugin.cpp:1915] Forwarding /csi.v1.Identity/GetPluginInfo call
I0823 00:45:31.794159 10724 test_csi_plugin.cpp:1915] Forwarding /csi.v1.Controller/ControllerGetCapabilities call
I0823 00:45:31.796548 10724 test_csi_plugin.cpp:1915] Forwarding /csi.v1.Node/NodeGetCapabilities call
I0823 00:45:31.798632 10724 test_csi_plugin.cpp:1915] Forwarding /csi.v1.Node/NodeGetInfo call
I0823 00:45:31.841930 10724 test_csi_plugin.cpp:1915] Forwarding /csi.v1.Controller/ListVolumes call
I0823 00:45:31.845217 10724 test_csi_plugin.cpp:1915] Forwarding /csi.v1.Controller/ListVolumes call
I0823 00:45:31.845489 10724 test_csi_plugin.cpp:1915] Forwarding /csi.v1.Controller/GetCapacity call
../../src/tests/storage_local_resource_provider_tests.cpp:5863: Failure
Failed to wait 15secs for offers
../../src/tests/storage_local_resource_provider_tests.cpp:5858: Failure
Actual function call count doesn't match EXPECT_CALL(sched, resourceOffers(&driver, OffersHaveAnyResource( std::bind(isStoragePool<Resource>, lambda::_1, "test"))))...
Expected: to be called once
Actual: never called - unsatisfied and active
[ FAILED ] CSIVersion/StorageLocalResourceProviderTest.RetryRpcWithExponentialBackoff/v1, where GetParam() = "v1" (15464 ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment