Implement streaming mode for console logs in tests#48372
Closed
rubennorte wants to merge 8 commits into
Closed
Conversation
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D67600609 |
4507c52 to
8a2cc1a
Compare
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D67600609 |
1 similar comment
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D67600609 |
8a2cc1a to
3d806e6
Compare
3d806e6 to
c3440a2
Compare
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D67600609 |
1 similar comment
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D67600609 |
c3440a2 to
29d82c2
Compare
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D67600609 |
29d82c2 to
122deef
Compare
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D67600609 |
Differential Revision: D67549203
Differential Revision: D67759729
Differential Revision: D67602299
Differential Revision: D67600610
Differential Revision: D67600616
…ommands Differential Revision: D67600611
Differential Revision: D67600614
122deef to
41ac807
Compare
Summary: Pull Request resolved: facebook#48372 Changelog: [internal] Implements log streaming in Fantom tests. This allows us to see the logs emitted from tests as they're logged, so we don't need to wait until the test completes to flush all of them at the same time. Reviewed By: rshest Differential Revision: D67600609
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D67600609 |
41ac807 to
de1f3b7
Compare
Contributor
|
This pull request has been merged in 42b911b. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Changelog: [internal]
Implements log streaming in Fantom tests. This allows us to see the logs emitted from tests as they're logged, so we don't need to wait until the test completes to flush all of them at the same time.
Differential Revision: D67600609