Skip to content

Commit

Permalink
roachtest: apt-get update for asyncpg
Browse files Browse the repository at this point in the history
This is required so that packages can be found in azure.

Epic: CC-25185

Release note: None
  • Loading branch information
Miral Gadani committed Oct 6, 2023
1 parent bbdc47b commit cd825aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/cmd/roachtest/tests/asyncpg.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ func registerAsyncpg(r registry.Registry) {
t.Fatal(err)
}

if err := repeatRunE(
ctx, t, c, node, "update apt-get", `sudo apt-get update`,
); err != nil {
t.Fatal(err)
}

if err := repeatRunE(
ctx,
t,
Expand Down

0 comments on commit cd825aa

Please sign in to comment.