Skip to content

Commit

Permalink
Grpc comparison in tests (#726)
Browse files Browse the repository at this point in the history
* add parametrized fixture for using grpc too

* compare grpc and http without running each setup twice

* fix: fix exception types in invalid types test

* fix: remove random seed which led to a erroneous sequence

---------

Co-authored-by: Luis Cossío <[email protected]>
  • Loading branch information
joein and coszio authored Aug 9, 2024
1 parent dde2edb commit f84b0c1
Show file tree
Hide file tree
Showing 2 changed files with 253 additions and 246 deletions.
4 changes: 0 additions & 4 deletions tests/congruence_tests/test_nested_filter.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import json
import random

from qdrant_client.http.models import models
from tests.congruence_tests.test_common import (
Expand All @@ -12,9 +11,6 @@


def test_nested_query():
# fix random seed
random.seed(42)

fixture_points = generate_fixtures(num=20)

local_client = init_local()
Expand Down
Loading

0 comments on commit f84b0c1

Please sign in to comment.