Skip to content

Instantly share code, notes, and snippets.

@ShyamsundarR
Created April 4, 2019 17:39
Show Gist options
  • Save ShyamsundarR/9d90d3795e4d984faabd31ea47f434a8 to your computer and use it in GitHub Desktop.
Save ShyamsundarR/9d90d3795e4d984faabd31ea47f434a8 to your computer and use it in GitHub Desktop.
csi-test run on ceph-csi v1.0.0 image SHA 893f9d27d3ab on Apr-04-2019
$ sudo ./csi-sanity -ginkgo.v --csi.endpoint=/var/lib/kubelet/plugins/csi-rbdplugin/csi.sock --csi.testvolumeparameters=./sc.yaml
Running Suite: CSI Driver Test Suite
====================================
Random Seed: 1554399294
Will run 57 of 57 specs
CreateSnapshot [Controller Server]
should fail when no name is provided
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1498
STEP: connecting to CSI driver
STEP: creating mount and staging directories
------------------------------
CreateSnapshot [Controller Server]
should fail when no source volume id is provided
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1515
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
------------------------------
CreateSnapshot [Controller Server]
should not fail when requesting to create a snapshot with already existing name and same SourceVolumeId.
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1532
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
STEP: creating a volume
STEP: creating a snapshot
• Failure [1.079 seconds]
CreateSnapshot [Controller Server]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/tests.go:44
should not fail when requesting to create a snapshot with already existing name and same SourceVolumeId. [It]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1532
Expected error:
<*status.statusError | 0xc0003e4d20>: {
Code: 3,
Message: "Missing or empty cluster ID to snapshot volume from",
Details: nil,
XXX_NoUnkeyedLiteral: {},
XXX_unrecognized: nil,
XXX_sizecache: 0,
}
rpc error: code = InvalidArgument desc = Missing or empty cluster ID to snapshot volume from
not to have occurred
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1542
------------------------------
CreateSnapshot [Controller Server]
should fail when requesting to create a snapshot with already existing name and different SourceVolumeId.
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1562
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
STEP: creating a volume
STEP: creating a snapshot with the created volume source id
• Failure [0.865 seconds]
CreateSnapshot [Controller Server]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/tests.go:44
should fail when requesting to create a snapshot with already existing name and different SourceVolumeId. [It]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1562
Expected error:
<*status.statusError | 0xc0003e52c0>: {
Code: 3,
Message: "Missing or empty cluster ID to snapshot volume from",
Details: nil,
XXX_NoUnkeyedLiteral: {},
XXX_unrecognized: nil,
XXX_sizecache: 0,
}
rpc error: code = InvalidArgument desc = Missing or empty cluster ID to snapshot volume from
not to have occurred
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1571
------------------------------
CreateSnapshot [Controller Server]
should not fail when creating snapshot with maximum-length name
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1597
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
STEP: creating a volume
STEP: creating a snapshot
• Failure [1.746 seconds]
CreateSnapshot [Controller Server]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/tests.go:44
should not fail when creating snapshot with maximum-length name [It]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1597
Expected error:
<*status.statusError | 0xc0003e5680>: {
Code: 3,
Message: "Missing or empty cluster ID to snapshot volume from",
Details: nil,
XXX_NoUnkeyedLiteral: {},
XXX_unrecognized: nil,
XXX_sizecache: 0,
}
rpc error: code = InvalidArgument desc = Missing or empty cluster ID to snapshot volume from
not to have occurred
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1613
------------------------------
DeleteSnapshot [Controller Server]
should fail when no snapshot id is provided
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1435
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
------------------------------
DeleteSnapshot [Controller Server]
should succeed when an invalid snapshot id is used
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1451
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
• Failure [0.007 seconds]
DeleteSnapshot [Controller Server]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/tests.go:44
should succeed when an invalid snapshot id is used [It]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1451
Expected error:
<*status.statusError | 0xc0000bb8b0>: {
Code: 13,
Message: "failed to decode CSI identifier, string underflow",
Details: nil,
XXX_NoUnkeyedLiteral: {},
XXX_unrecognized: nil,
XXX_sizecache: 0,
}
rpc error: code = Internal desc = failed to decode CSI identifier, string underflow
not to have occurred
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1455
------------------------------
DeleteSnapshot [Controller Server]
should return appropriate values (no optional values added)
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1458
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
STEP: creating a volume
STEP: creating a snapshot
• Failure [1.816 seconds]
DeleteSnapshot [Controller Server]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/tests.go:44
should return appropriate values (no optional values added) [It]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1458
Expected error:
<*status.statusError | 0xc0003e5cc0>: {
Code: 3,
Message: "Missing or empty cluster ID to snapshot volume from",
Details: nil,
XXX_NoUnkeyedLiteral: {},
XXX_unrecognized: nil,
XXX_sizecache: 0,
}
rpc error: code = InvalidArgument desc = Missing or empty cluster ID to snapshot volume from
not to have occurred
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1469
------------------------------
Node Service NodeGetCapabilities
should return appropriate capabilities
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:107
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
STEP: checking successful response
------------------------------
Node Service NodeGetInfo
should return approproate values
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:141
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
------------------------------
Node Service NodePublishVolume
should fail when no volume id is provided
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:158
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
• Failure [0.015 seconds]
Node Service
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/tests.go:44
NodePublishVolume
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:157
should fail when no volume id is provided [It]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:158
Expected
<codes.Code>: 2
to equal
<codes.Code>: 3
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:169
------------------------------
Node Service NodePublishVolume
should fail when no target path is provided
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:172
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
• Failure [0.014 seconds]
Node Service
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/tests.go:44
NodePublishVolume
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:157
should fail when no target path is provided [It]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:172
Expected
<codes.Code>: 2
to equal
<codes.Code>: 3
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:184
------------------------------
Node Service NodePublishVolume
should fail when no volume capability is provided
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:187
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
• Failure [0.012 seconds]
Node Service
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/tests.go:44
NodePublishVolume
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:157
should fail when no volume capability is provided [It]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:187
Expected
<codes.Code>: 2
to equal
<codes.Code>: 3
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:200
------------------------------
Node Service NodeUnpublishVolume
should fail when no volume id is provided
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:205
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
• Failure [0.046 seconds]
Node Service
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/tests.go:44
NodeUnpublishVolume
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:204
should fail when no volume id is provided [It]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:205
Expected
<codes.Code>: 5
to equal
<codes.Code>: 3
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:214
------------------------------
Node Service NodeUnpublishVolume
should fail when no target path is provided
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:217
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
• Failure [0.030 seconds]
Node Service
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/tests.go:44
NodeUnpublishVolume
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:204
should fail when no target path is provided [It]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:217
Expected
<codes.Code>: 5
to equal
<codes.Code>: 3
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:228
------------------------------
Node Service NodeStageVolume
should fail when no volume id is provided
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:245
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
S [SKIPPING] in Spec Setup (BeforeEach) [0.011 seconds]
Node Service
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/tests.go:44
NodeStageVolume
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:232
should fail when no volume id is provided [BeforeEach]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:245
NodeStageVolume not supported
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:239
------------------------------
Node Service NodeStageVolume
should fail when no staging target path is provided
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:271
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
S [SKIPPING] in Spec Setup (BeforeEach) [0.008 seconds]
Node Service
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/tests.go:44
NodeStageVolume
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:232
should fail when no staging target path is provided [BeforeEach]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:271
NodeStageVolume not supported
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:239
------------------------------
Node Service NodeStageVolume
should fail when no volume capability is provided
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:297
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
S [SKIPPING] in Spec Setup (BeforeEach) [0.019 seconds]
Node Service
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/tests.go:44
NodeStageVolume
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:232
should fail when no volume capability is provided [BeforeEach]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:297
NodeStageVolume not supported
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:239
------------------------------
Node Service NodeUnstageVolume
should fail when no volume id is provided
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:324
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
S [SKIPPING] in Spec Setup (BeforeEach) [0.009 seconds]
Node Service
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/tests.go:44
NodeUnstageVolume
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:317
should fail when no volume id is provided [BeforeEach]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:324
NodeUnstageVolume not supported
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:320
------------------------------
Node Service NodeUnstageVolume
should fail when no staging target path is provided
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:338
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
S [SKIPPING] in Spec Setup (BeforeEach) [0.011 seconds]
Node Service
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/tests.go:44
NodeUnstageVolume
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:317
should fail when no staging target path is provided [BeforeEach]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:338
NodeUnstageVolume not supported
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:320
------------------------------
Node Service
should work
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:353
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
STEP: creating a single node writer volume
• Failure [0.013 seconds]
Node Service
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/tests.go:44
should work [It]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:353
Expected error:
<*status.statusError | 0xc0003e43c0>: {
Code: 3,
Message: "Missing or empty cluster ID to provision volume from",
Details: nil,
XXX_NoUnkeyedLiteral: {},
XXX_unrecognized: nil,
XXX_sizecache: 0,
}
rpc error: code = InvalidArgument desc = Missing or empty cluster ID to provision volume from
not to have occurred
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:375
------------------------------
Controller Service ControllerGetCapabilities
should return appropriate capabilities
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:107
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
STEP: checking successful response
• Failure [0.003 seconds]
Controller Service
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/tests.go:44
ControllerGetCapabilities
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:106
should return appropriate capabilities [It]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:107
Unknown capability: CLONE_VOLUME
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:129
------------------------------
Controller Service GetCapacity
should return capacity (no optional values added)
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:142
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
S [SKIPPING] in Spec Setup (BeforeEach) [0.007 seconds]
Controller Service
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/tests.go:44
GetCapacity
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:135
should return capacity (no optional values added) [BeforeEach]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:142
GetCapacity not supported
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:138
------------------------------
Controller Service ListVolumes
should return appropriate values (no optional values added)
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:160
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
S [SKIPPING] in Spec Setup (BeforeEach) [0.004 seconds]
Controller Service
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/tests.go:44
ListVolumes
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:153
should return appropriate values (no optional values added) [BeforeEach]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:160
ListVolumes not supported
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:156
------------------------------
Controller Service CreateVolume
should fail when no name is provided
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:185
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
------------------------------
Controller Service CreateVolume
should fail when no volume capabilities are provided
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:201
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
------------------------------
Controller Service CreateVolume
should return appropriate values SingleNodeWriter NoCapacity Type:Mount
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:219
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
STEP: creating a volume
STEP: cleaning up deleting the volume
------------------------------
Controller Service CreateVolume
should return appropriate values SingleNodeWriter WithCapacity 1Gi Type:Mount
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:261
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
STEP: creating a volume
STEP: cleaning up deleting the volume
• [SLOW TEST:9.444 seconds]
Controller Service
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/tests.go:44
CreateVolume
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:178
should return appropriate values SingleNodeWriter WithCapacity 1Gi Type:Mount
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:261
------------------------------
Controller Service CreateVolume
should not fail when requesting to create a volume with already existing name and same capacity.
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:310
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
STEP: creating a volume
STEP: cleaning up deleting the volume
• [SLOW TEST:8.796 seconds]
Controller Service
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/tests.go:44
CreateVolume
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:178
should not fail when requesting to create a volume with already existing name and same capacity.
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:310
------------------------------
Controller Service CreateVolume
should fail when requesting to create a volume with already existing name and different capacity.
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:384
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
STEP: creating a volume
STEP: cleaning up deleting the volume
• [SLOW TEST:11.564 seconds]
Controller Service
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/tests.go:44
CreateVolume
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:178
should fail when requesting to create a volume with already existing name and different capacity.
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:384
------------------------------
Controller Service CreateVolume
should not fail when creating volume with maximum-length name
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:459
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
STEP: creating a volume
STEP: cleaning up deleting the volume
• [SLOW TEST:7.667 seconds]
Controller Service
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/tests.go:44
CreateVolume
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:178
should not fail when creating volume with maximum-length name
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:459
------------------------------
Controller Service DeleteVolume
should fail when no volume id is provided
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:518
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
• Failure [0.004 seconds]
Controller Service
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/tests.go:44
DeleteVolume
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:511
should fail when no volume id is provided [It]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:518
Expected an error to have occurred. Got:
<nil>: nil
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:526
------------------------------
Controller Service DeleteVolume
should succeed when an invalid volume id is used
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:533
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
------------------------------
Controller Service DeleteVolume
should return appropriate values (no optional values added)
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:545
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
STEP: creating a volume
STEP: deleting a volume
------------------------------
Controller Service ValidateVolumeCapabilities
should fail when no volume id is provided
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:591
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
• Failure [0.006 seconds]
Controller Service
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/tests.go:44
ValidateVolumeCapabilities
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:590
should fail when no volume id is provided [It]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:591
Expected an error to have occurred. Got:
<nil>: nil
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:596
------------------------------
Controller Service ValidateVolumeCapabilities
should fail when no volume capabilities are provided
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:603
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
• Failure [0.003 seconds]
Controller Service
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/tests.go:44
ValidateVolumeCapabilities
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:590
should fail when no volume capabilities are provided [It]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:603
Expected an error to have occurred. Got:
<nil>: nil
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:610
------------------------------
Controller Service ValidateVolumeCapabilities
should return appropriate values (no optional values added)
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:617
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
STEP: creating a single node writer volume
STEP: validating volume capabilities
STEP: cleaning up deleting the volume
------------------------------
Controller Service ValidateVolumeCapabilities
should fail when the requested volume does not exist
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:686
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
• Failure [0.005 seconds]
Controller Service
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/tests.go:44
ValidateVolumeCapabilities
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:590
should fail when the requested volume does not exist [It]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:686
Expected an error to have occurred. Got:
<nil>: nil
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:704
------------------------------
Controller Service ControllerPublishVolume
should fail when no volume id is provided
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:719
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
• Failure [0.005 seconds]
Controller Service
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/tests.go:44
ControllerPublishVolume
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:712
should fail when no volume id is provided [It]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:719
Expected an error to have occurred. Got:
<nil>: nil
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:727
------------------------------
Controller Service ControllerPublishVolume
should fail when no node id is provided
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:734
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
• Failure [0.010 seconds]
Controller Service
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/tests.go:44
ControllerPublishVolume
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:712
should fail when no node id is provided [It]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:734
Expected an error to have occurred. Got:
<nil>: nil
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:743
------------------------------
Controller Service ControllerPublishVolume
should fail when no volume capability is provided
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:750
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
• Failure [0.012 seconds]
Controller Service
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/tests.go:44
ControllerPublishVolume
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:712
should fail when no volume capability is provided [It]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:750
Expected an error to have occurred. Got:
<nil>: nil
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:760
------------------------------
Controller Service ControllerPublishVolume
should return appropriate values (no optional values added)
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:767
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
STEP: creating a single node writer volume
STEP: getting a node id
STEP: calling controllerpublish on that volume
STEP: cleaning up unpublishing the volume
STEP: cleaning up deleting the volume
• [SLOW TEST:5.064 seconds]
Controller Service
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/tests.go:44
ControllerPublishVolume
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:712
should return appropriate values (no optional values added)
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:767
------------------------------
Controller Service ControllerPublishVolume
should fail when the volume does not exist
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:856
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
STEP: calling controller publish on a non-existent volume
• Failure [0.024 seconds]
Controller Service
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/tests.go:44
ControllerPublishVolume
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:712
should fail when the volume does not exist [It]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:856
Expected an error to have occurred. Got:
<nil>: nil
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:877
------------------------------
Controller Service ControllerPublishVolume
should fail when the node does not exist
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:885
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
STEP: creating a single node writer volume
STEP: calling controllerpublish on that volume
cleanup: deleting sanity-controller-wrong-node-386C7149-17FF3D89 = 0001-000b-rookcluster-0000000000000001-19f3a160-5700-11e9-8477-5cca182e0cf0
• Failure [4.294 seconds]
Controller Service
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/tests.go:44
ControllerPublishVolume
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:712
should fail when the node does not exist [It]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:885
Expected an error to have occurred. Got:
<nil>: nil
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:935
------------------------------
Controller Service ControllerPublishVolume
should fail when the volume is already published but is incompatible
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:955
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
STEP: creating a single node writer volume
STEP: getting a node id
STEP: calling controllerpublish on that volume
cleanup: deleting sanity-controller-published-incompatible-386C7149-17FF3D89 = 0001-000b-rookcluster-0000000000000001-1cb66b8c-5700-11e9-8477-5cca182e0cf0
• Failure [5.970 seconds]
Controller Service
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/tests.go:44
ControllerPublishVolume
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:712
should fail when the volume is already published but is incompatible [It]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:955
Expected an error to have occurred. Got:
<nil>: nil
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1019
------------------------------
Controller Service ControllerUnpublishVolume
should fail when no volume id is provided
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1062
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
• Failure [0.013 seconds]
Controller Service
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/tests.go:44
ControllerUnpublishVolume
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1055
should fail when no volume id is provided [It]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1062
Expected an error to have occurred. Got:
<nil>: nil
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1070
------------------------------
Controller Service ControllerUnpublishVolume
should return appropriate values (no optional values added)
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1077
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
STEP: creating a single node writer volume
STEP: getting a node id
STEP: calling controllerpublish on that volume
STEP: calling controllerunpublish on that volume
STEP: cleaning up deleting the volume
------------------------------
Identity Service GetPluginCapabilities
should return appropriate capabilities
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/identity.go:43
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
STEP: checking successful response
------------------------------
Identity Service Probe
should return appropriate information
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/identity.go:65
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
STEP: verifying return status
------------------------------
Identity Service GetPluginInfo
should return appropriate information
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/identity.go:85
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
STEP: verifying name size and characters
------------------------------
ListSnapshots [Controller Server]
should return appropriate values (no optional values added)
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1182
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
S [SKIPPING] in Spec Setup (BeforeEach) [0.003 seconds]
ListSnapshots [Controller Server]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/tests.go:44
should return appropriate values (no optional values added) [BeforeEach]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1182
ListSnapshots not supported
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1178
------------------------------
ListSnapshots [Controller Server]
should return snapshots that match the specify snapshot id
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1194
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
S [SKIPPING] in Spec Setup (BeforeEach) [0.006 seconds]
ListSnapshots [Controller Server]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/tests.go:44
should return snapshots that match the specify snapshot id [BeforeEach]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1194
ListSnapshots not supported
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1178
------------------------------
ListSnapshots [Controller Server]
should return empty when the specify snapshot id is not exist
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1226
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
S [SKIPPING] in Spec Setup (BeforeEach) [0.004 seconds]
ListSnapshots [Controller Server]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/tests.go:44
should return empty when the specify snapshot id is not exist [BeforeEach]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1226
ListSnapshots not supported
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1178
------------------------------
ListSnapshots [Controller Server]
should return snapshots that match the specify source volume id)
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1236
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
S [SKIPPING] in Spec Setup (BeforeEach) [0.007 seconds]
ListSnapshots [Controller Server]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/tests.go:44
should return snapshots that match the specify source volume id) [BeforeEach]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1236
ListSnapshots not supported
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1178
------------------------------
ListSnapshots [Controller Server]
should return empty when the specify source volume id is not exist
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1269
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
S [SKIPPING] in Spec Setup (BeforeEach) [0.006 seconds]
ListSnapshots [Controller Server]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/tests.go:44
should return empty when the specify source volume id is not exist [BeforeEach]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1269
ListSnapshots not supported
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1178
------------------------------
ListSnapshots [Controller Server]
check the presence of new snapshots in the snapshot list
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1279
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
S [SKIPPING] in Spec Setup (BeforeEach) [0.005 seconds]
ListSnapshots [Controller Server]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/tests.go:44
check the presence of new snapshots in the snapshot list [BeforeEach]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1279
ListSnapshots not supported
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1178
------------------------------
ListSnapshots [Controller Server]
should return next token when a limited number of entries are requested
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1327
STEP: reusing connection to CSI driver at /var/lib/kubelet/plugins/csi-rbdplugin/csi.sock
STEP: creating mount and staging directories
S [SKIPPING] in Spec Setup (BeforeEach) [0.003 seconds]
ListSnapshots [Controller Server]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/tests.go:44
should return next token when a limited number of entries are requested [BeforeEach]
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1327
ListSnapshots not supported
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1178
------------------------------
Summarizing 23 Failures:
[Fail] CreateSnapshot [Controller Server] [It] should not fail when requesting to create a snapshot with already existing name and same SourceVolumeId.
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1542
[Fail] CreateSnapshot [Controller Server] [It] should fail when requesting to create a snapshot with already existing name and different SourceVolumeId.
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1571
[Fail] CreateSnapshot [Controller Server] [It] should not fail when creating snapshot with maximum-length name
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1613
[Fail] DeleteSnapshot [Controller Server] [It] should succeed when an invalid snapshot id is used
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1455
[Fail] DeleteSnapshot [Controller Server] [It] should return appropriate values (no optional values added)
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1469
[Fail] Node Service NodePublishVolume [It] should fail when no volume id is provided
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:169
[Fail] Node Service NodePublishVolume [It] should fail when no target path is provided
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:184
[Fail] Node Service NodePublishVolume [It] should fail when no volume capability is provided
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:200
[Fail] Node Service NodeUnpublishVolume [It] should fail when no volume id is provided
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:214
[Fail] Node Service NodeUnpublishVolume [It] should fail when no target path is provided
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:228
[Fail] Node Service [It] should work
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/node.go:375
[Fail] Controller Service ControllerGetCapabilities [It] should return appropriate capabilities
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:129
[Fail] Controller Service DeleteVolume [It] should fail when no volume id is provided
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:526
[Fail] Controller Service ValidateVolumeCapabilities [It] should fail when no volume id is provided
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:596
[Fail] Controller Service ValidateVolumeCapabilities [It] should fail when no volume capabilities are provided
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:610
[Fail] Controller Service ValidateVolumeCapabilities [It] should fail when the requested volume does not exist
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:704
[Fail] Controller Service ControllerPublishVolume [It] should fail when no volume id is provided
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:727
[Fail] Controller Service ControllerPublishVolume [It] should fail when no node id is provided
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:743
[Fail] Controller Service ControllerPublishVolume [It] should fail when no volume capability is provided
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:760
[Fail] Controller Service ControllerPublishVolume [It] should fail when the volume does not exist
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:877
[Fail] Controller Service ControllerPublishVolume [It] should fail when the node does not exist
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:935
[Fail] Controller Service ControllerPublishVolume [It] should fail when the volume is already published but is incompatible
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1019
[Fail] Controller Service ControllerUnpublishVolume [It] should fail when no volume id is provided
/home/somari/Code/gocode/src/github.com/kubernetes-csi/csi-test/pkg/sanity/controller.go:1070
Ran 43 of 57 Specs in 73.854 seconds
FAIL! -- 20 Passed | 23 Failed | 0 Pending | 14 Skipped
--- FAIL: TestSanity (73.87s)
FAIL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment