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

[WIP] Pre-emptively preprocess support file and spec files #2184

Closed
wants to merge 18 commits into from

Conversation

chrisbreiding
Copy link
Contributor

Closes #1917

@chrisbreiding chrisbreiding self-assigned this Jul 20, 2018
@jennifer-shehane
Copy link
Member

Followup on this from brian-mann

This PR had a bunch of issues we figured out at the very end
and needed a lot of restructuring
because of the way promises were being passed around
the rejections could happen at any time which would need to severe the run and cleanly exit
basically the requests currently come into the controller for the spec files
and in run mode it causes exitEarlyWithErr or whatever
and i think when we run multiple specs there’s issues with promises rejecting even though >it should continue on to other specs

@jennifer-shehane jennifer-shehane changed the title Pre-emptively preprocess support file and spec files [WIP] Pre-emptively preprocess support file and spec files Dec 18, 2019
@jennifer-shehane
Copy link
Member

Closing. From chris: This only improved performance minimally and is currently inactive.

@chrisbreiding chrisbreiding deleted the issue-1917-preemptively-preprocess branch April 5, 2022 18:28
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.

Performance: preemptively transpile 'the next spec file'
2 participants