| Index: common/tsmon/flush_test.go
|
| diff --git a/common/tsmon/flush_test.go b/common/tsmon/flush_test.go
|
| index 2403c4b134a4e0d996274d7a5c64862330f8ad72..6b08b7f74164593956333a61887989cba7849fc0 100644
|
| --- a/common/tsmon/flush_test.go
|
| +++ b/common/tsmon/flush_test.go
|
| @@ -38,6 +38,7 @@ func TestFlush(t *testing.T) {
|
| Fields: []field.Field{},
|
| ValueType: types.StringType,
|
| },
|
| + types.MetricMetadata{},
|
| types.CellData{
|
| FieldVals: []interface{}{},
|
| ResetTime: time.Unix(1234, 1000),
|
| @@ -58,6 +59,7 @@ func TestFlush(t *testing.T) {
|
| Fields: []field.Field{},
|
| ValueType: types.StringType,
|
| },
|
| + types.MetricMetadata{},
|
| types.CellData{
|
| FieldVals: []interface{}{},
|
| ResetTime: time.Unix(1234, 1000),
|
| @@ -79,6 +81,7 @@ func TestFlush(t *testing.T) {
|
| Fields: []field.Field{},
|
| ValueType: types.StringType,
|
| },
|
| + types.MetricMetadata{},
|
| types.CellData{
|
| FieldVals: []interface{}{},
|
| ResetTime: time.Unix(1234, 1000),
|
| @@ -107,6 +110,7 @@ func TestFlush(t *testing.T) {
|
| Fields: []field.Field{},
|
| ValueType: types.StringType,
|
| },
|
| + types.MetricMetadata{},
|
| types.CellData{
|
| FieldVals: []interface{}{},
|
| ResetTime: time.Unix(1234, 1000),
|
|
|