Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
log other spot
  • Loading branch information
kyleconroy committed Sep 20, 2023
commit f6fadb58c81cedf213b2e4a1b80457ca4a926733
2 changes: 1 addition & 1 deletion internal/endtoend/ddl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func TestValidSchema(t *testing.T) {
Migrations: sqls,
})
if err != nil {
t.Fatal(err)
t.Fatalf("region %s: %s", quickdb.GetClosestRegion(), err)
}

t.Cleanup(func() {
Expand Down