mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
fix(test): removed wrong function.
Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
This commit is contained in:
parent
cf929d6460
commit
8e2169fc8d
1 changed files with 4 additions and 0 deletions
|
|
@ -5823,6 +5823,10 @@ func newUnsupportedChunk() *unsupportedChunk {
|
|||
return &unsupportedChunk{chunkenc.NewXORChunk()}
|
||||
}
|
||||
|
||||
func (*unsupportedChunk) Encoding() chunkenc.Encoding {
|
||||
return EncUnsupportedXOR
|
||||
}
|
||||
|
||||
// Tests https://github.com/prometheus/prometheus/issues/10277.
|
||||
func TestMmapPanicAfterMmapReplayCorruption(t *testing.T) {
|
||||
dir := t.TempDir()
|
||||
|
|
|
|||
Loading…
Reference in a new issue