We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We can speed up the running of policy unit-tests by optimizing calls to sql. The following unit-tests need to be optimized:
.../policy/ policy_external/ sql_pt_ext_representation_test.cc sql_pt_representation_test.cc policy_regular/ sql_pt_representation_test.cc
Increase tests running speed to reduce costs time for CI server
Increase Policy unit-tests speed by moving policy data base used by unit tests from file system to RAM.
The text was updated successfully, but these errors were encountered:
Closed via #2315
Sorry, something went wrong.
ZhdanovP
No branches or pull requests
Description
We can speed up the running of policy unit-tests by optimizing calls to sql.
The following unit-tests need to be optimized:
.../policy/
policy_external/
sql_pt_ext_representation_test.cc
sql_pt_representation_test.cc
policy_regular/
sql_pt_representation_test.cc
Motivation
Increase tests running speed to reduce costs time for CI server
Proposed solution
Increase Policy unit-tests speed by moving policy data base used by unit tests from file system to RAM.
The text was updated successfully, but these errors were encountered: