aboutsummaryrefslogtreecommitdiffstats
path: root/tests/it_q/it_q_test.ok
blob: e89b78d1e851ab73386433c375f1b80b6bfaeb04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
== Entering test case tc_alloc
allocating q1
attempting duplicate allocation of qa
re-allocating q1

== Entering test case tc_queue_length
allocating q1
adding queue entries up to the limit
attempting to add more than the limit

== Entering test case tc_enqueue_dequeue
allocating q1
try dequeueing from an empty queue
adding queue entries up to the limit
removing queue entries up to the limit
try dequeueing from an empty queue

== Entering test case tc_eventfd
allocating q1
adding 30 queue entries up to the limit
30 entries were dequeued