Fix engine test to not fail after half past the hour
parent
3ec1502f7d
commit
10dbcdc880
src/integration
|
@ -711,7 +711,7 @@ func (self *EngineSuite) TestCountQueryWithGroupByTimeDescendingOrder(c *C) {
|
|||
{
|
||||
"points": [
|
||||
`
|
||||
endTime := time.Now().Round(time.Hour)
|
||||
endTime := time.Now().Truncate(time.Hour)
|
||||
|
||||
for i := 0; i < 3600; i++ {
|
||||
delimiter := ","
|
||||
|
|
Loading…
Reference in New Issue