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

Improve loading of test configurations #298

Open
jmf-tls opened this issue Feb 15, 2022 · 0 comments
Open

Improve loading of test configurations #298

jmf-tls opened this issue Feb 15, 2022 · 0 comments

Comments

@jmf-tls
Copy link
Member

jmf-tls commented Feb 15, 2022

Currently the test configurations are stored in a properties file which is parsed each time a test loads those configurations; the configs are then matched with the vendors requested by a test.
Instead of loading and parsing the file each time, we could have those configs memoized (see #297 (comment)).

Better yet, we could keep the properties file and load the configs from there just to check if the loading and processing of configs works, but for the majority of the tests we could have the configs in an enum. The tests would then fetch the configs they need by providing the respective enum values.

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