mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00:00
all: make fmt
This commit is contained in:
parent
88d793305d
commit
78fc35c9b1
3 changed files with 3 additions and 4 deletions
|
@ -88,8 +88,8 @@ func TestRowsUnmarshalSuccess(t *testing.T) {
|
||||||
// Timestamp bigger than 1<<31
|
// Timestamp bigger than 1<<31
|
||||||
f("aaa 1123 429496729600", &Rows{
|
f("aaa 1123 429496729600", &Rows{
|
||||||
Rows: []Row{{
|
Rows: []Row{{
|
||||||
Metric: "aaa",
|
Metric: "aaa",
|
||||||
Value: 1123,
|
Value: 1123,
|
||||||
Timestamp: 429496729600,
|
Timestamp: 429496729600,
|
||||||
}},
|
}},
|
||||||
})
|
})
|
||||||
|
|
|
@ -147,7 +147,6 @@ type partition struct {
|
||||||
bigPartsMergerWG sync.WaitGroup
|
bigPartsMergerWG sync.WaitGroup
|
||||||
rawRowsFlusherWG sync.WaitGroup
|
rawRowsFlusherWG sync.WaitGroup
|
||||||
inmemoryPartsFlusherWG sync.WaitGroup
|
inmemoryPartsFlusherWG sync.WaitGroup
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// partWrapper is a wrapper for the part.
|
// partWrapper is a wrapper for the part.
|
||||||
|
|
|
@ -42,7 +42,7 @@ type partitionWrapper struct {
|
||||||
// The partition must be dropped if mustDrop > 0
|
// The partition must be dropped if mustDrop > 0
|
||||||
mustDrop uint64
|
mustDrop uint64
|
||||||
|
|
||||||
pt *partition
|
pt *partition
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ptw *partitionWrapper) incRef() {
|
func (ptw *partitionWrapper) incRef() {
|
||||||
|
|
Loading…
Reference in a new issue