зеркало из https://github.com/github/vitess-gh.git
Merge pull request #593 from yaoshengzhe/fix_reenable_tableacl_test
re-enable tableacl test case: TestInitWithValidConfig
This commit is contained in:
Коммит
9024a88814
|
@ -59,11 +59,10 @@ func TestInitWithInvalidConfigFile(t *testing.T) {
|
|||
Init(testfiles.Locate("tableacl/invalid_tableacl_config.json"))
|
||||
}
|
||||
|
||||
// TODO: fix this test.
|
||||
//func TestInitWithValidConfig(t *testing.T) {
|
||||
// setUpTableACL(&simpleacl.Factory{})
|
||||
// Init(testfiles.Locate("tableacl/test_table_tableacl_config.json"))
|
||||
//}
|
||||
func TestInitWithValidConfig(t *testing.T) {
|
||||
setUpTableACL(&simpleacl.Factory{})
|
||||
Init(testfiles.Locate("tableacl/test_table_tableacl_config.json"))
|
||||
}
|
||||
|
||||
func TestInitFromBytes(t *testing.T) {
|
||||
aclFactory := &simpleacl.Factory{}
|
||||
|
|
Загрузка…
Ссылка в новой задаче