Skip to content

Commit

Permalink
Try revert PR-7620
Browse files Browse the repository at this point in the history
Signed-off-by: 🌲 Harry 🌊 John 🏔 <[email protected]>
  • Loading branch information
harry671003 committed Jan 15, 2025
1 parent 2367777 commit 8b004dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion test/e2e/e2ethanos/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ func NewAvalanche(e e2e.Environment, name string, o AvalancheOptions) *e2eobs.Ob
})

return e2eobs.AsObservable(f.Init(wrapWithDefaults(e2e.StartOptions{
Image: "quay.io/prometheuscommunity/avalanche:v0.5.0",
Image: "quay.io/prometheuscommunity/avalanche:v0.7.0",
Command: e2e.NewCommandWithoutEntrypoint("avalanche", args...),
})), "http")
}
Expand Down
12 changes: 6 additions & 6 deletions test/e2e/receive_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -899,9 +899,9 @@ test_metric{a="2", b="2"} 1`)
e2ethanos.AvalancheOptions{
MetricCount: "10",
SeriesCount: "1",
MetricInterval: "3600",
SeriesInterval: "30",
ValueInterval: "30",
MetricInterval: "30",
SeriesInterval: "3600",
ValueInterval: "3600",

RemoteURL: e2ethanos.RemoteWriteEndpoint(ingestor1.InternalEndpoint("remote-write")),
RemoteWriteInterval: "30s",
Expand Down Expand Up @@ -937,9 +937,9 @@ test_metric{a="2", b="2"} 1`)
e2ethanos.AvalancheOptions{
MetricCount: "10",
SeriesCount: "1",
MetricInterval: "3600",
SeriesInterval: "30",
ValueInterval: "30",
MetricInterval: "30",
SeriesInterval: "3600",
ValueInterval: "3600",

RemoteURL: e2ethanos.RemoteWriteEndpoint(ingestor1.InternalEndpoint("remote-write")),
RemoteWriteInterval: "30s",
Expand Down

0 comments on commit 8b004dd

Please sign in to comment.