Files
kubernetes/test
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:50:58 -08:00
2019-09-10 10:15:11 +02:00
2019-11-21 11:17:46 +08:00
2019-11-28 10:36:56 +01:00
2019-10-10 15:52:51 -05:00