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
Next Next commit
include region in error
  • Loading branch information
kyleconroy committed Sep 20, 2023
commit f11b9ad628476264c664060df26157201304aaf4
2 changes: 1 addition & 1 deletion internal/sqltest/hosted/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func PostgreSQL(t *testing.T, migrations []string) string {
Migrations: seed,
})
if err != nil {
t.Fatal(err)
t.Fatalf("region %s: %s", quickdb.GetClosestRegion(), err)
}

t.Cleanup(func() {
Expand Down