Files
kubernetes/test/e2e
Patrick Ohly 87ccd41af2 e2e storage: add compile test for public TestSuite API
This will catch accidentally adding a new interface function which
isn't exported. For example, an attempt to implement a new unexported
"foobar()" function then leads to:

test/e2e/storage/testsuites/api_test.go:54:5: cannot use &fakeSuite literal (type *fakeSuite) as type testsuites.TestSuite in assignment:
	*fakeSuite does not implement testsuites.TestSuite (missing testsuites.foobar method)
		have foobar()
		want testsuites.foobar()
FAIL	k8s.io/kubernetes/test/e2e/storage/testsuites [build failed]
2019-12-05 20:10:25 +01:00
..
2019-11-15 11:41:38 +08:00
2019-11-27 15:13:55 +08:00
2019-11-26 13:20:52 -05:00
2019-08-28 01:27:31 +08:00
2019-09-05 23:44:19 +08:00
2019-09-05 23:44:19 +08:00
2019-11-14 23:50:48 +00:00