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

Replace btree with btree_gin indexes for PostgreSQL to allow larger metadata and faster nested search #588

Merged
merged 14 commits into from
Nov 14, 2023
Merged
Prev Previous commit
Use -m 'not slow' by default for now
  • Loading branch information
danielballan committed Nov 14, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit ec3704df1a4509d1d9bd0ba180e97f53d6bd5f8f
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -5,6 +5,6 @@ log_cli = 1
log_cli_level = WARNING
log_cli_format = %(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)
log_cli_date_format=%Y-%m-%d %H:%M:%S
addopts = --strict-markers
addopts = --strict-markers -m 'not slow'
markers =
slow: marks tests as slow (deselect with '-m "not slow"')