Skip to content

Commit

Permalink
Merge pull request #74 from tharropoulos/v27-tests
Browse files Browse the repository at this point in the history
Update integration tests with changes for `v27.1`
  • Loading branch information
jasonbosco authored Dec 2, 2024
2 parents edd508e + 9975ed1 commit 7a34f9c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
typesense-version: ["26.0"]
typesense-version: ["27.1"]
typesense-port: ["8108"]

steps:
Expand Down
17 changes: 17 additions & 0 deletions scraper/src/tests/typesense_helper/commit_tmp_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
'optional': True,
'sort': False,
'stem': False,
'store': True,
'type': 'string',
},
{
Expand All @@ -30,6 +31,7 @@
'optional': True,
'sort': False,
'stem': False,
'store': True,
'type': 'string',
},
{
Expand All @@ -41,6 +43,7 @@
'optional': False,
'sort': False,
'stem': False,
'store': True,
'type': 'string',
},
{
Expand All @@ -52,6 +55,7 @@
'optional': True,
'sort': False,
'stem': False,
'store': True,
'type': 'string',
},
{
Expand All @@ -63,6 +67,7 @@
'optional': True,
'sort': False,
'stem': False,
'store': True,
'type': 'string[]',
},
{
Expand All @@ -74,6 +79,7 @@
'optional': True,
'sort': False,
'stem': False,
'store': True,
'type': 'string',
},
{
Expand All @@ -85,6 +91,7 @@
'optional': True,
'sort': False,
'stem': False,
'store': True,
'type': 'string',
},
{
Expand All @@ -96,6 +103,7 @@
'optional': True,
'sort': False,
'stem': False,
'store': True,
'type': 'string',
},
{
Expand All @@ -107,6 +115,7 @@
'optional': True,
'sort': False,
'stem': False,
'store': True,
'type': 'string',
},
{
Expand All @@ -118,6 +127,7 @@
'optional': True,
'sort': False,
'stem': False,
'store': True,
'type': 'string',
},
{
Expand All @@ -129,6 +139,7 @@
'optional': True,
'sort': False,
'stem': False,
'store': True,
'type': 'string',
},
{
Expand All @@ -140,6 +151,7 @@
'optional': True,
'sort': False,
'stem': False,
'store': True,
'type': 'string',
},
{
Expand All @@ -151,6 +163,7 @@
'optional': True,
'sort': False,
'stem': False,
'store': True,
'type': 'string',
},
{
Expand All @@ -162,6 +175,7 @@
'optional': True,
'sort': False,
'stem': False,
'store': True,
'type': 'string',
},
{
Expand All @@ -173,6 +187,7 @@
'optional': True,
'sort': False,
'stem': False,
'store': True,
'type': 'string',
},
{
Expand All @@ -184,6 +199,7 @@
'optional': True,
'sort': False,
'stem': False,
'store': True,
'type': 'string[]',
},
{
Expand All @@ -195,6 +211,7 @@
'optional': False,
'sort': True,
'stem': False,
'store': True,
'type': 'int64',
},
],
Expand Down

0 comments on commit 7a34f9c

Please sign in to comment.