-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dependencies: version check on
sqlite
C-language (#6567)
Enforce the minimum supported version of `sqlite` in `C`-language. Check the version of sqlite3 (in C) wherever relevant. Mainly when, creating or initializing a new profile with either `sqlite_zip` or `sqlite_dos` backend. Therefore it also appears during `verdi status` (only if the default profile is with `sqlite` storage backend) We decided that the check should not happen during AiiDA installation, matching `sqlite` versions could be painful, and we want to keep installation as smooth as possible. Moreover, not everyone needs to be bothered, as not everyone uses `sqlite` backend.
- Loading branch information
Showing
7 changed files
with
119 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d0c9572
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'pytest-benchmarks:ubuntu-22.04,psql_dos'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.tests/benchmark/test_json_contains.py::test_deep_json[4-4]
290.44964807605857
iter/sec (stddev: 0.00036240
)711.1960639434309
iter/sec (stddev: 0.000079233
)2.45
This comment was automatically generated by workflow using github-action-benchmark.
CC: @giovannipizzi @agoscinski @GeigerJ2 @khsrali @unkcpz