summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_warnings.teamcity
diff options
context:
space:
mode:
authorBorgar Ovsthus <borgar.ovsthus@fmcti.com>2017-08-02 18:48:14 +0200
committerJędrzej Nowacki <jedrzej.nowacki@qt.io>2017-08-04 18:48:48 +0000
commit8f036562119dd35ce51dc9230304d893b906bd37 (patch)
treec8c916356ce7c7f008f1d57ae6365ceb9c14b209 /tests/auto/testlib/selftests/expected_warnings.teamcity
parent230c293f2089ac90e9373d8f92777b3fdb193b6a (diff)
Add flowId to messages when logging in TeamCity format
Added flowId='name' to each message when using TeamCity logging format. This is necessary to distinguish separate processes running in parallel. [ChangeLog][QtTest] Added flowId to messages when logging in TeamCity format. FlowId is used to distinguish logging from multiple processes running in parallel. Change-Id: I7f5046c1058ff02770404caa2c9b3a5398f97f6b Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'tests/auto/testlib/selftests/expected_warnings.teamcity')
-rw-r--r--tests/auto/testlib/selftests/expected_warnings.teamcity50
1 files changed, 25 insertions, 25 deletions
diff --git a/tests/auto/testlib/selftests/expected_warnings.teamcity b/tests/auto/testlib/selftests/expected_warnings.teamcity
index f3809a52ca..5811beae4c 100644
--- a/tests/auto/testlib/selftests/expected_warnings.teamcity
+++ b/tests/auto/testlib/selftests/expected_warnings.teamcity
@@ -1,25 +1,25 @@
-##teamcity[testSuiteStarted name='tst_Warnings']
-##teamcity[testStarted name='initTestCase()']
-##teamcity[testFinished name='initTestCase()']
-##teamcity[testStarted name='testWarnings()']
-##teamcity[testStdOut name='testWarnings()' out='QWARN: Warning|nQWARN: Warning|nQDEBUG: Debug|nQDEBUG: Debug|nQINFO: Info|nQINFO: Info|nQDEBUG: Baba|nQDEBUG: Baba|nQDEBUG: Bubublabla|nQWARN: Babablabla']
-##teamcity[testFinished name='testWarnings()']
-##teamcity[testStarted name='testMissingWarnings()']
-##teamcity[testFailed name='testMissingWarnings()' message='Failure!' details='Not all expected messages were received']
-##teamcity[testStdOut name='testMissingWarnings()' out='INFO: Did not receive message: "Warning0"|nINFO: Did not receive message: "Warning1"']
-##teamcity[testFinished name='testMissingWarnings()']
-##teamcity[testStarted name='testMissingWarningsRegularExpression()']
-##teamcity[testFailed name='testMissingWarningsRegularExpression()' message='Failure!' details='Not all expected messages were received']
-##teamcity[testStdOut name='testMissingWarningsRegularExpression()' out='INFO: Did not receive any message matching: "Warning\s\d"']
-##teamcity[testFinished name='testMissingWarningsRegularExpression()']
-##teamcity[testStarted name='testMissingWarningsWithData(first row)']
-##teamcity[testFailed name='testMissingWarningsWithData(first row)' message='Failure!' details='Not all expected messages were received']
-##teamcity[testStdOut name='testMissingWarningsWithData(first row)' out='INFO: Did not receive message: "Warning0"|nINFO: Did not receive message: "Warning1"']
-##teamcity[testFinished name='testMissingWarningsWithData(first row)']
-##teamcity[testStarted name='testMissingWarningsWithData(second row)']
-##teamcity[testFailed name='testMissingWarningsWithData(second row)' message='Failure!' details='Not all expected messages were received']
-##teamcity[testStdOut name='testMissingWarningsWithData(second row)' out='INFO: Did not receive message: "Warning0"|nINFO: Did not receive message: "Warning1"']
-##teamcity[testFinished name='testMissingWarningsWithData(second row)']
-##teamcity[testStarted name='cleanupTestCase()']
-##teamcity[testFinished name='cleanupTestCase()']
-##teamcity[testSuiteFinished name='tst_Warnings']
+##teamcity[testSuiteStarted name='tst_Warnings' flowId='tst_Warnings']
+##teamcity[testStarted name='initTestCase()' flowId='tst_Warnings']
+##teamcity[testFinished name='initTestCase()' flowId='tst_Warnings']
+##teamcity[testStarted name='testWarnings()' flowId='tst_Warnings']
+##teamcity[testStdOut name='testWarnings()' out='QWARN: Warning|nQWARN: Warning|nQDEBUG: Debug|nQDEBUG: Debug|nQINFO: Info|nQINFO: Info|nQDEBUG: Baba|nQDEBUG: Baba|nQDEBUG: Bubublabla|nQWARN: Babablabla' flowId='tst_Warnings']
+##teamcity[testFinished name='testWarnings()' flowId='tst_Warnings']
+##teamcity[testStarted name='testMissingWarnings()' flowId='tst_Warnings']
+##teamcity[testFailed name='testMissingWarnings()' message='Failure!' details='Not all expected messages were received' flowId='tst_Warnings']
+##teamcity[testStdOut name='testMissingWarnings()' out='INFO: Did not receive message: "Warning0"|nINFO: Did not receive message: "Warning1"' flowId='tst_Warnings']
+##teamcity[testFinished name='testMissingWarnings()' flowId='tst_Warnings']
+##teamcity[testStarted name='testMissingWarningsRegularExpression()' flowId='tst_Warnings']
+##teamcity[testFailed name='testMissingWarningsRegularExpression()' message='Failure!' details='Not all expected messages were received' flowId='tst_Warnings']
+##teamcity[testStdOut name='testMissingWarningsRegularExpression()' out='INFO: Did not receive any message matching: "Warning\s\d"' flowId='tst_Warnings']
+##teamcity[testFinished name='testMissingWarningsRegularExpression()' flowId='tst_Warnings']
+##teamcity[testStarted name='testMissingWarningsWithData(first row)' flowId='tst_Warnings']
+##teamcity[testFailed name='testMissingWarningsWithData(first row)' message='Failure!' details='Not all expected messages were received' flowId='tst_Warnings']
+##teamcity[testStdOut name='testMissingWarningsWithData(first row)' out='INFO: Did not receive message: "Warning0"|nINFO: Did not receive message: "Warning1"' flowId='tst_Warnings']
+##teamcity[testFinished name='testMissingWarningsWithData(first row)' flowId='tst_Warnings']
+##teamcity[testStarted name='testMissingWarningsWithData(second row)' flowId='tst_Warnings']
+##teamcity[testFailed name='testMissingWarningsWithData(second row)' message='Failure!' details='Not all expected messages were received' flowId='tst_Warnings']
+##teamcity[testStdOut name='testMissingWarningsWithData(second row)' out='INFO: Did not receive message: "Warning0"|nINFO: Did not receive message: "Warning1"' flowId='tst_Warnings']
+##teamcity[testFinished name='testMissingWarningsWithData(second row)' flowId='tst_Warnings']
+##teamcity[testStarted name='cleanupTestCase()' flowId='tst_Warnings']
+##teamcity[testFinished name='cleanupTestCase()' flowId='tst_Warnings']
+##teamcity[testSuiteFinished name='tst_Warnings' flowId='tst_Warnings']