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

[CT-2923] Speed up unit test parsing by some partial parsing equivalent #8296

Closed
Tracked by #8283
gshank opened this issue Aug 2, 2023 · 1 comment
Closed
Tracked by #8283
Assignees

Comments

@gshank
Copy link
Contributor

gshank commented Aug 2, 2023

Description

The initial unit testing branch parses the unit tests every time. In a large project with a large number of models this would probably be a performance issue.

Questions: Where should the parsed unit tests live? Should they be written out to the manifest.json or somewhere else?

Acceptance criteria

We don't need to re-read all of the yaml files in the models directory to get the unit tests.

@github-actions github-actions bot changed the title Speed up unit test parsing by some partial parsing equivalent [CT-2923] Speed up unit test parsing by some partial parsing equivalent Aug 2, 2023
@gshank
Copy link
Contributor Author

gshank commented Aug 28, 2023

Handled in #8295

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

No branches or pull requests

1 participant