JetBrains/teamcity-cpp

Teamcity does not properly show formatted logs

pps83 opened this issue · 3 comments

pps83 commented

Here's sample output from teamcity-cpp:

##teamcity[testSuiteStarted name='Assert' flowId='1']
##teamcity[testStarted name='AssertionHook' flowId='1']
##teamcity[testFinished name='AssertionHook' duration='0' flowId='1']
##teamcity[testStarted name='AssertInTests' flowId='1']
##teamcity[testFinished name='TeamChat' duration='1171' flowId='3']
##teamcity[testStarted name='WhisperChat' flowId='3']
##teamcity[testStarted name='SlotChain' flowId='2']
##teamcity[testStdOut name='AssertInTests' out='child#7: process started|nchild#7: process exited with ret:201, elapsed time: 33ms' flowId='1']
##teamcity[testFinished name='AssertInTests' duration='38' flowId='1']
##teamcity[testSuiteFinished name='Assert' flowId='1']

log:

[03:08:32] :		 [Base] Assert
[03:08:32] :			 [Assert] ionHook
[03:08:32] :			 [Assert] InTests
[03:08:32] :				 [InTests] [Test Output]

and here's how it looks like on web interface:

image

As you can see, we don't report ionHook or InTest, but AssertionHook and AssertInTests, but somehow TC confuses it.

This is not directly related to teamcity-cpp project, so please file an issue at https://youtrack.jetbrains.com/issues/TW

Also we'll need full output to reproduce it, so please attach it to the issue

pps83 commented

filled as TW-54089