Skip to content

Conversation

@jzhou77
Copy link
Contributor

@jzhou77 jzhou77 commented Apr 20, 2019

Capitalize the first letter.

Saw errors like:

    <StdErrOutput Output="Trace event detail Type `pairsfilled' is invalid" Severity="40"/>
    <StdErrOutput Output="Trace event detail name `str' is invalid in:" Severity="40"/>
    <StdErrOutput Output="	&quot;Severity&quot;=&quot;10&quot;, &quot;Time&quot;=&quot;26.743637&quot;, &quot;Type&quot;=&quot;TestTraceLineNoDebug&quot;, &quot;Machine&quot;=&quot;[abcd::3:4:3:3]:1&quot;, " Severity="40"/>
    <StdErrOutput Output="Trace event detail name `pair' is invalid in:" Severity="40"/>
    <StdErrOutput Output="	&quot;Severity&quot;=&quot;10&quot;, &quot;Time&quot;=&quot;26.743637&quot;, &quot;Type&quot;=&quot;TestTraceLineNoDebug&quot;, &quot;Machine&quot;=&quot;[abcd::3:4:3:3]:1&quot;, " Severity="40"/>
    <StdErrOutput Output="Trace event detail name `str' is invalid in:" Severity="40"/>
    <StdErrOutput Output="	&quot;Severity&quot;=&quot;10&quot;, &quot;Time&quot;=&quot;26.743637&quot;, &quot;Type&quot;=&quot;TestTraceLineNoDebug&quot;, &quot;Machine&quot;=&quot;[abcd::3:4:3:3]:1&quot;, " Severity="40"/>
    <StdErrOutput Output="Trace event detail name `pair' is invalid in:" Severity="40"/>
    <StdErrOutput Output="	&quot;Severity&quot;=&quot;10&quot;, &quot;Time&quot;=&quot;26.743637&quot;, &quot;Type&quot;=&quot;TestTraceLineNoDebug&quot;, &quot;Machine&quot;=&quot;[abcd::3:4:3:3]:1&quot;, " Severity="40"/>
    <StdErrOutput Output="Trace event detail name `str' is invalid in:" Severity="40"/>
    <ExitCode Code="139" Severity="40"/>

@jzhou77 jzhou77 requested a review from mpilman April 20, 2019 17:22
@xumengpanda
Copy link
Contributor

Interesting, how could this kind of mistake pass the correctness test and sneak in?

Copy link
Contributor

@mpilman mpilman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mpilman
Copy link
Contributor

mpilman commented Apr 21, 2019

Interesting, how could this kind of mistake pass the correctness test and sneak in?

I think the problem here is that we only execute one random unit test with each run. However, I am almost certain that I ran this particular test manually before making a PR - so I am not sure how this happened.

@xumengpanda
Copy link
Contributor

Interesting, how could this kind of mistake pass the correctness test and sneak in?

I think the problem here is that we only execute one random unit test with each run. However, I am almost certain that I ran this particular test manually before making a PR - so I am not sure how this happened.

The change was introduced in the commit c9ee7f54e on 2019-03-15.
We also run a lot of random tests every day. That's why I'm surprised.

@jzhou77 jzhou77 merged commit 05c1924 into apple:master Apr 21, 2019
@jzhou77 jzhou77 deleted the fix-traceevent branch April 21, 2019 17:37
@jzhou77
Copy link
Contributor Author

jzhou77 commented Apr 22, 2019

I think our CI was running on 6.1 branch and not testing the master branch. That's why this wasn't detected earlier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants