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

Parallel Testing #8

Open
Maokami opened this issue Jan 15, 2024 · 2 comments
Open

Parallel Testing #8

Maokami opened this issue Jan 15, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@Maokami
Copy link
Collaborator

Maokami commented Jan 15, 2024

No description provided.

@Maokami
Copy link
Collaborator Author

Maokami commented Jan 15, 2024

1cf3085#r137072090
Currently, due to the race condition occurred by mutable objects(i.e. symbol_table in T2), each backend test must be executed separately.
TODO : make the objects immutable

@Maokami Maokami self-assigned this Jan 16, 2024
@Maokami Maokami added the enhancement New feature or request label Jan 16, 2024
@Maokami
Copy link
Collaborator Author

Maokami commented Jan 16, 2024

Changing backendTest to parallel execution enhanced test performance.
And this could be applied to our differential testing (maybe?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant