Skip to content
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

Avoid eagerly computing test payload #27851

Merged
merged 1 commit into from Apr 25, 2019
Merged

Avoid eagerly computing test payload #27851

merged 1 commit into from Apr 25, 2019

Conversation

ghost
Copy link

@ghost ghost commented Oct 11, 2018

Previously when we computed this eagerly, we would end up calling into the parser to parse some JSON. This made it hard to debug the parser because you would be parsing code from unrelated tests.

@ghost ghost requested a review from rbuckton October 11, 2018 22:57
@ghost ghost assigned rbuckton Nov 16, 2018
@RyanCavanaugh RyanCavanaugh merged commit dc7c9ba into master Apr 25, 2019
@RyanCavanaugh RyanCavanaugh deleted the payload branch October 25, 2022 20:18
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.

None yet

2 participants