-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement streaming mode for console logs in tests #48372
Conversation
This pull request was exported from Phabricator. Differential Revision: D67600609 |
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. Differential Revision: D67600609
4507c52
to
8a2cc1a
Compare
This pull request was exported from Phabricator. Differential Revision: D67600609 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D67600609 |
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. Differential Revision: D67600609
8a2cc1a
to
3d806e6
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
3d806e6
to
c3440a2
Compare
This pull request was exported from Phabricator. Differential Revision: D67600609 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D67600609 |
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
c3440a2
to
29d82c2
Compare
This pull request was exported from Phabricator. Differential Revision: D67600609 |
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
29d82c2
to
122deef
Compare
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
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
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
This pull request was exported from Phabricator. Differential Revision: D67600609 |
41ac807
to
de1f3b7
Compare
This pull request has been merged in 42b911b. |
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