Fix the QoS test 66/241166/1
authorMateusz Majewski <m.majewski2@samsung.com>
Tue, 18 Aug 2020 05:37:44 +0000 (07:37 +0200)
committerMateusz Majewski <m.majewski2@samsung.com>
Tue, 18 Aug 2020 07:45:07 +0000 (09:45 +0200)
It seems that in the merged version there are a few lines missing.
Oops!

Change-Id: I1958266839242ef98d05030566d66ed0b2525099

tests/dlog_test.in

index fb88f3d..03b8372 100644 (file)
@@ -780,6 +780,9 @@ if [ "$TEST_DYNAMIC_FILTERS" == "true" ]; then
                        [[ $(dlogutil -d DLOG_QOS_TEST1 | wc -l) -le 180 ]] && ok || fail
 
                        dlogsend -b main -t DLOG_QOS_TEST2 -c 60 -d 1 -f 4 "A normal app that just wants to log" &
+                       DLOGSEND_PID=$!
+                       dlogsend -b main -t DLOG_QOS_TEST3 -c 240 -d 1 -f 16 "Some log spam"
+                       wait $DLOGSEND_PID
                        LOG_DETAILS="testing if QoS works (3/4)"
                        [[ $(dlogutil -d DLOG_QOS_TEST2 DLOG_QOS_TEST3 | wc -l) -le 180 ]] && ok || fail
                        LOG_DETAILS="testing if QoS works (4/4)"