We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27cece9 commit b343cc0Copy full SHA for b343cc0
qa/L0_trace/test.sh
@@ -1087,6 +1087,9 @@ for p in {1..10}; do
1087
sleep 10
1088
done
1089
1090
+# Wait for all traces to be collected
1091
+sleep 5
1092
+
1093
if ! [[ -s collected_traces.json && `grep -c "\"parentSpanId\":\"\"" ./collected_traces.json` == 1 && `grep -c "\"parentSpanId\":\"b7ad6b7169242424\"" ./collected_traces.json` == 10 ]] ; then
1094
echo -e "\n***\n*** collected_traces.json should contain 11 OTel trace, but it is not. \n***"
1095
exit 1
0 commit comments