Skip to content

Commit efcac47

Browse files
author
Eugene Leonovich
committed
Update some integration tests
Ref: tarantool/queue@32ff608
1 parent 9cde2a7 commit efcac47

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/Integration/QueueTest.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,9 @@ public function testStats()
257257
'touch' => 0,
258258
'put' => 5,
259259
'bury' => 2,
260+
'ttr' => 0,
261+
'delay' => 0,
262+
'ttl' => 0,
260263
],
261264
], $stats, '', 0.0, 3, true);
262265
}
@@ -283,6 +286,9 @@ public function testEmptyStats()
283286
'release' => 0,
284287
'take' => 0,
285288
'touch' => 0,
289+
'ttr' => 0,
290+
'delay' => 0,
291+
'ttl' => 0,
286292
],
287293
], $stats);
288294
}
@@ -338,6 +344,9 @@ public function testStatsPath()
338344
'touch' => 0,
339345
'put' => 10,
340346
'bury' => 3,
347+
'ttr' => 0,
348+
'delay' => 0,
349+
'ttl' => 0,
341350
], $this->queue->stats('calls'));
342351

343352
$this->assertSame(1, $this->queue->stats('calls.ack'));

0 commit comments

Comments
 (0)