mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-13 16:46:46 +02:00
v3 test.
Signed-off-by: bwplotka <bwplotka@gmail.com>
This commit is contained in:
parent
c701636034
commit
8c19633255
@ -423,7 +423,7 @@ func (w *Writer) ensureStage(s indexWriterStage) error {
|
||||
func (w *Writer) writeMeta() error {
|
||||
w.buf1.Reset()
|
||||
w.buf1.PutBE32(MagicIndex)
|
||||
w.buf1.PutByte(FormatV2)
|
||||
w.buf1.PutByte(FormatV3) // Testing compatibility.
|
||||
|
||||
return w.write(w.buf1.Get())
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user