Skip to content

Commit

Permalink
Revert crdb testserver version to 22.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
roger2hk committed Jan 20, 2024
1 parent 51050c5 commit ecdc2d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion quota/crdbqm/common_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
)

func TestMain(m *testing.M) {
ts, err := testserver.NewTestServer(testserver.CustomVersionOpt("v23.1.13"))
ts, err := testserver.NewTestServer(testserver.CustomVersionOpt("v22.2.7"))
if err != nil {
klog.Errorf("Failed to start test server: %v", err)
os.Exit(1)
Expand Down
2 changes: 1 addition & 1 deletion storage/crdb/common_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func (db *testDBHandle) GetDB() *sql.DB {
func TestMain(m *testing.M) {
flag.Parse()

ts, err := testserver.NewTestServer(testserver.CustomVersionOpt("v23.1.13"), testserver.StoreOnDiskOpt())
ts, err := testserver.NewTestServer(testserver.CustomVersionOpt("v22.2.7"))
if err != nil {
klog.Exitf("Failed to start test server: %v", err)
}
Expand Down

0 comments on commit ecdc2d2

Please # to comment.