Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Move sc-tracing logging tests to own crate#8021

Closed
dvdplm wants to merge 3 commits intomasterfrom
dp-move-logging-tests-to-own-crate
Closed

Move sc-tracing logging tests to own crate#8021
dvdplm wants to merge 3 commits intomasterfrom
dp-move-logging-tests-to-own-crate

Conversation

@dvdplm
Copy link
Contributor

@dvdplm dvdplm commented Feb 1, 2021

During work on #7780 I noticed that some of the sc-tracing tests were interfering with other tests, see comment. This is likely due to the way the logging tests in the crate spawn extra processes during the test run to assert specific output. These tests are better off as integration tests in their own crate.

@github-actions github-actions bot added the A0-please_review Pull request needs code review. label Feb 1, 2021
@dvdplm dvdplm requested review from bkchr and cecton February 1, 2021 21:20
@dvdplm dvdplm self-assigned this Feb 1, 2021
@dvdplm dvdplm added A2-insubstantial Pull request requires no code review (e.g., a sub-repository hash update). B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders. labels Feb 1, 2021
@bkchr
Copy link
Member

bkchr commented Feb 2, 2021

I have fixed it properly in: #8022

TLDR: The tests and some log setup were broken.

@bkchr bkchr closed this Feb 2, 2021
@bkchr bkchr deleted the dp-move-logging-tests-to-own-crate branch February 2, 2021 00:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

A0-please_review Pull request needs code review. A2-insubstantial Pull request requires no code review (e.g., a sub-repository hash update). B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants