Print this page
3830 SIGQUEUE_MAX's limit of 32 is too low
Reviewed by: Cedric Blancher <cedric.blancher@gmail.com>
Reviewed by: John Kennedy <john.kennedy@delphix.com>
Reviewed by: Irek Szczesniak <iszczesniak@gmail.com>

@@ -15,12 +15,14 @@
 
 [DEFAULT]
 pre =
 verbose = False
 quiet = False
-user = root
 timeout = 60
 post =
 outputdir = /var/tmp/test_results
 
 [/opt/os-tests/tests/poll_test]
+user = root
 
+[/opt/os-tests/tests/sigqueue]
+tests = ['sigqueue_queue_size']