diff --git a/go/test/endtoend/vtgateproxytest/failure_test.go b/go/test/endtoend/vtgateproxy/failure_test.go similarity index 99% rename from go/test/endtoend/vtgateproxytest/failure_test.go rename to go/test/endtoend/vtgateproxy/failure_test.go index 27c50baef6a..179afc770ea 100644 --- a/go/test/endtoend/vtgateproxytest/failure_test.go +++ b/go/test/endtoend/vtgateproxy/failure_test.go @@ -15,7 +15,7 @@ limitations under the License. This tests select/insert using the unshared keyspace added in main_test */ -package vtgateproxytest +package vtgateproxy import ( "context" diff --git a/go/test/endtoend/vtgateproxytest/main_test.go b/go/test/endtoend/vtgateproxy/main_test.go similarity index 99% rename from go/test/endtoend/vtgateproxytest/main_test.go rename to go/test/endtoend/vtgateproxy/main_test.go index bc470085dd0..d5aca900228 100644 --- a/go/test/endtoend/vtgateproxytest/main_test.go +++ b/go/test/endtoend/vtgateproxy/main_test.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Vitess Authors. +Copyright 2024 The Vitess Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -package vtgateproxytest +package vtgateproxy import ( "context" diff --git a/go/test/endtoend/vtgateproxytest/rebalance_test.go b/go/test/endtoend/vtgateproxy/rebalance_test.go similarity index 99% rename from go/test/endtoend/vtgateproxytest/rebalance_test.go rename to go/test/endtoend/vtgateproxy/rebalance_test.go index 6f3e838bb9b..18fab8e8400 100644 --- a/go/test/endtoend/vtgateproxytest/rebalance_test.go +++ b/go/test/endtoend/vtgateproxy/rebalance_test.go @@ -15,7 +15,7 @@ limitations under the License. This tests select/insert using the unshared keyspace added in main_test */ -package vtgateproxytest +package vtgateproxy import ( "context" diff --git a/go/test/endtoend/vtgateproxytest/scale_test.go b/go/test/endtoend/vtgateproxy/scale_test.go similarity index 99% rename from go/test/endtoend/vtgateproxytest/scale_test.go rename to go/test/endtoend/vtgateproxy/scale_test.go index 47d14bca1e7..43b365c2c6a 100644 --- a/go/test/endtoend/vtgateproxytest/scale_test.go +++ b/go/test/endtoend/vtgateproxy/scale_test.go @@ -15,7 +15,7 @@ limitations under the License. This tests select/insert using the unshared keyspace added in main_test */ -package vtgateproxytest +package vtgateproxy import ( "context" diff --git a/go/test/endtoend/vtgateproxytest/vtgateproxy_test.go b/go/test/endtoend/vtgateproxy/vtgateproxy_test.go similarity index 100% rename from go/test/endtoend/vtgateproxytest/vtgateproxy_test.go rename to go/test/endtoend/vtgateproxy/vtgateproxy_test.go