Use new methods instead of raw fetches in some tests #698
pre-release-tests.yml
on: push
meilisearch-version
3s
Matrix: integration_tests
Annotations
32 errors
|
tests/settings.test.ts > Test on settings > Master key: Update searchableAttributes settings on empty index:
tests/settings.test.ts#L219
Error: Snapshot `Test on settings > Master key: Update searchableAttributes settings on empty index 1` mismatched
- Expected
+ Received
@@ -36,10 +36,11 @@
"sortableAttributes": [],
"stopWords": [],
"synonyms": {},
"typoTolerance": {
"disableOnAttributes": [],
+ "disableOnNumbers": false,
"disableOnWords": [],
"enabled": true,
"minWordSizeForTypos": {
"oneTypo": 5,
"twoTypos": 9,
❯ tests/settings.test.ts:219:24
|
|
tests/settings.test.ts > Test on settings > Master key: Reset embedders settings :
tests/settings.test.ts#L207
Error: Snapshot `Test on settings > Master key: Reset embedders settings 1` mismatched
- Expected
+ Received
@@ -36,10 +36,11 @@
"sortableAttributes": [],
"stopWords": [],
"synonyms": {},
"typoTolerance": {
"disableOnAttributes": [],
+ "disableOnNumbers": false,
"disableOnWords": [],
"enabled": true,
"minWordSizeForTypos": {
"oneTypo": 5,
"twoTypos": 9,
❯ tests/settings.test.ts:207:24
|
|
tests/settings.test.ts > Test on settings > Master key: Reset settings of empty index:
tests/settings.test.ts#L195
Error: Snapshot `Test on settings > Master key: Reset settings of empty index 1` mismatched
- Expected
+ Received
@@ -36,10 +36,11 @@
"sortableAttributes": [],
"stopWords": [],
"synonyms": {},
"typoTolerance": {
"disableOnAttributes": [],
+ "disableOnNumbers": false,
"disableOnWords": [],
"enabled": true,
"minWordSizeForTypos": {
"oneTypo": 5,
"twoTypos": 9,
❯ tests/settings.test.ts:195:24
|
|
tests/settings.test.ts > Test on settings > Master key: Reset settings:
tests/settings.test.ts#L186
Error: Snapshot `Test on settings > Master key: Reset settings 1` mismatched
- Expected
+ Received
@@ -36,10 +36,11 @@
"sortableAttributes": [],
"stopWords": [],
"synonyms": {},
"typoTolerance": {
"disableOnAttributes": [],
+ "disableOnNumbers": false,
"disableOnWords": [],
"enabled": true,
"minWordSizeForTypos": {
"oneTypo": 5,
"twoTypos": 9,
❯ tests/settings.test.ts:186:24
|
|
tests/settings.test.ts > Test on settings > Master key: Update settings on empty index with primary key:
tests/settings.test.ts#L177
Error: Snapshot `Test on settings > Master key: Update settings on empty index with primary key 1` mismatched
- Expected
+ Received
@@ -34,10 +34,11 @@
"the",
],
"synonyms": {},
"typoTolerance": {
"disableOnAttributes": [],
+ "disableOnNumbers": false,
"disableOnWords": [],
"enabled": true,
"minWordSizeForTypos": {
"oneTypo": 5,
"twoTypos": 9,
❯ tests/settings.test.ts:177:24
|
|
tests/settings.test.ts > Test on settings > Master key: Update embedders settings :
tests/settings.test.ts#L163
Error: Snapshot `Test on settings > Master key: Update embedders settings 1` mismatched
- Expected
+ Received
@@ -45,10 +45,11 @@
"sortableAttributes": [],
"stopWords": [],
"synonyms": {},
"typoTolerance": {
"disableOnAttributes": [],
+ "disableOnNumbers": false,
"disableOnWords": [],
"enabled": true,
"minWordSizeForTypos": {
"oneTypo": 5,
"twoTypos": 9,
❯ tests/settings.test.ts:163:24
|
|
tests/settings.test.ts > Test on settings > Master key: Update settings with all null values:
tests/settings.test.ts#L142
Error: Snapshot `Test on settings > Master key: Update settings with all null values 1` mismatched
- Expected
+ Received
@@ -36,10 +36,11 @@
"sortableAttributes": [],
"stopWords": [],
"synonyms": {},
"typoTolerance": {
"disableOnAttributes": [],
+ "disableOnNumbers": false,
"disableOnWords": [],
"enabled": true,
"minWordSizeForTypos": {
"oneTypo": 5,
"twoTypos": 9,
❯ tests/settings.test.ts:142:24
|
|
tests/settings.test.ts > Test on settings > Master key: Update settings:
tests/settings.test.ts#L100
Error: Snapshot `Test on settings > Master key: Update settings 1` mismatched
- Expected
+ Received
@@ -55,10 +55,11 @@
},
"typoTolerance": {
"disableOnAttributes": [
"comment",
],
+ "disableOnNumbers": false,
"disableOnWords": [
"prince",
],
"enabled": false,
"minWordSizeForTypos": {
❯ tests/settings.test.ts:100:24
|
|
tests/settings.test.ts > Test on settings > Master key: Get default settings of empty index with primary key:
tests/settings.test.ts#L53
Error: Snapshot `Test on settings > Master key: Get default settings of empty index with primary key 1` mismatched
- Expected
+ Received
@@ -36,10 +36,11 @@
"sortableAttributes": [],
"stopWords": [],
"synonyms": {},
"typoTolerance": {
"disableOnAttributes": [],
+ "disableOnNumbers": false,
"disableOnWords": [],
"enabled": true,
"minWordSizeForTypos": {
"oneTypo": 5,
"twoTypos": 9,
❯ tests/settings.test.ts:53:24
|
|
tests/settings.test.ts > Test on settings > Master key: Get default settings of an index:
tests/settings.test.ts#L45
Error: Snapshot `Test on settings > Master key: Get default settings of an index 1` mismatched
- Expected
+ Received
@@ -36,10 +36,11 @@
"sortableAttributes": [],
"stopWords": [],
"synonyms": {},
"typoTolerance": {
"disableOnAttributes": [],
+ "disableOnNumbers": false,
"disableOnWords": [],
"enabled": true,
"minWordSizeForTypos": {
"oneTypo": 5,
"twoTypos": 9,
❯ tests/settings.test.ts:45:24
|
|
tests/settings.test.ts > Test on settings > Master key: Update searchableAttributes settings on empty index:
tests/settings.test.ts#L219
Error: Snapshot `Test on settings > Master key: Update searchableAttributes settings on empty index 1` mismatched
- Expected
+ Received
@@ -36,10 +36,11 @@
"sortableAttributes": [],
"stopWords": [],
"synonyms": {},
"typoTolerance": {
"disableOnAttributes": [],
+ "disableOnNumbers": false,
"disableOnWords": [],
"enabled": true,
"minWordSizeForTypos": {
"oneTypo": 5,
"twoTypos": 9,
❯ tests/settings.test.ts:219:24
|
|
tests/settings.test.ts > Test on settings > Master key: Reset embedders settings :
tests/settings.test.ts#L207
Error: Snapshot `Test on settings > Master key: Reset embedders settings 1` mismatched
- Expected
+ Received
@@ -36,10 +36,11 @@
"sortableAttributes": [],
"stopWords": [],
"synonyms": {},
"typoTolerance": {
"disableOnAttributes": [],
+ "disableOnNumbers": false,
"disableOnWords": [],
"enabled": true,
"minWordSizeForTypos": {
"oneTypo": 5,
"twoTypos": 9,
❯ tests/settings.test.ts:207:24
|
|
tests/settings.test.ts > Test on settings > Master key: Reset settings of empty index:
tests/settings.test.ts#L195
Error: Snapshot `Test on settings > Master key: Reset settings of empty index 1` mismatched
- Expected
+ Received
@@ -36,10 +36,11 @@
"sortableAttributes": [],
"stopWords": [],
"synonyms": {},
"typoTolerance": {
"disableOnAttributes": [],
+ "disableOnNumbers": false,
"disableOnWords": [],
"enabled": true,
"minWordSizeForTypos": {
"oneTypo": 5,
"twoTypos": 9,
❯ tests/settings.test.ts:195:24
|
|
tests/settings.test.ts > Test on settings > Master key: Reset settings:
tests/settings.test.ts#L186
Error: Snapshot `Test on settings > Master key: Reset settings 1` mismatched
- Expected
+ Received
@@ -36,10 +36,11 @@
"sortableAttributes": [],
"stopWords": [],
"synonyms": {},
"typoTolerance": {
"disableOnAttributes": [],
+ "disableOnNumbers": false,
"disableOnWords": [],
"enabled": true,
"minWordSizeForTypos": {
"oneTypo": 5,
"twoTypos": 9,
❯ tests/settings.test.ts:186:24
|
|
tests/settings.test.ts > Test on settings > Master key: Update settings on empty index with primary key:
tests/settings.test.ts#L177
Error: Snapshot `Test on settings > Master key: Update settings on empty index with primary key 1` mismatched
- Expected
+ Received
@@ -34,10 +34,11 @@
"the",
],
"synonyms": {},
"typoTolerance": {
"disableOnAttributes": [],
+ "disableOnNumbers": false,
"disableOnWords": [],
"enabled": true,
"minWordSizeForTypos": {
"oneTypo": 5,
"twoTypos": 9,
❯ tests/settings.test.ts:177:24
|
|
tests/settings.test.ts > Test on settings > Master key: Update embedders settings :
tests/settings.test.ts#L163
Error: Snapshot `Test on settings > Master key: Update embedders settings 1` mismatched
- Expected
+ Received
@@ -45,10 +45,11 @@
"sortableAttributes": [],
"stopWords": [],
"synonyms": {},
"typoTolerance": {
"disableOnAttributes": [],
+ "disableOnNumbers": false,
"disableOnWords": [],
"enabled": true,
"minWordSizeForTypos": {
"oneTypo": 5,
"twoTypos": 9,
❯ tests/settings.test.ts:163:24
|
|
tests/settings.test.ts > Test on settings > Master key: Update settings with all null values:
tests/settings.test.ts#L142
Error: Snapshot `Test on settings > Master key: Update settings with all null values 1` mismatched
- Expected
+ Received
@@ -36,10 +36,11 @@
"sortableAttributes": [],
"stopWords": [],
"synonyms": {},
"typoTolerance": {
"disableOnAttributes": [],
+ "disableOnNumbers": false,
"disableOnWords": [],
"enabled": true,
"minWordSizeForTypos": {
"oneTypo": 5,
"twoTypos": 9,
❯ tests/settings.test.ts:142:24
|
|
tests/settings.test.ts > Test on settings > Master key: Update settings:
tests/settings.test.ts#L100
Error: Snapshot `Test on settings > Master key: Update settings 1` mismatched
- Expected
+ Received
@@ -55,10 +55,11 @@
},
"typoTolerance": {
"disableOnAttributes": [
"comment",
],
+ "disableOnNumbers": false,
"disableOnWords": [
"prince",
],
"enabled": false,
"minWordSizeForTypos": {
❯ tests/settings.test.ts:100:24
|
|
tests/settings.test.ts > Test on settings > Master key: Get default settings of empty index with primary key:
tests/settings.test.ts#L53
Error: Snapshot `Test on settings > Master key: Get default settings of empty index with primary key 1` mismatched
- Expected
+ Received
@@ -36,10 +36,11 @@
"sortableAttributes": [],
"stopWords": [],
"synonyms": {},
"typoTolerance": {
"disableOnAttributes": [],
+ "disableOnNumbers": false,
"disableOnWords": [],
"enabled": true,
"minWordSizeForTypos": {
"oneTypo": 5,
"twoTypos": 9,
❯ tests/settings.test.ts:53:24
|
|
tests/settings.test.ts > Test on settings > Master key: Get default settings of an index:
tests/settings.test.ts#L45
Error: Snapshot `Test on settings > Master key: Get default settings of an index 1` mismatched
- Expected
+ Received
@@ -36,10 +36,11 @@
"sortableAttributes": [],
"stopWords": [],
"synonyms": {},
"typoTolerance": {
"disableOnAttributes": [],
+ "disableOnNumbers": false,
"disableOnWords": [],
"enabled": true,
"minWordSizeForTypos": {
"oneTypo": 5,
"twoTypos": 9,
❯ tests/settings.test.ts:45:24
|
|
integration-tests (Node.js 18)
The strategy configuration was canceled because "integration_tests._22" failed
|
|
tests/settings.test.ts > Test on settings > Master key: Update searchableAttributes settings on empty index:
tests/settings.test.ts#L219
Error: Snapshot `Test on settings > Master key: Update searchableAttributes settings on empty index 1` mismatched
- Expected
+ Received
@@ -36,10 +36,11 @@
"sortableAttributes": [],
"stopWords": [],
"synonyms": {},
"typoTolerance": {
"disableOnAttributes": [],
+ "disableOnNumbers": false,
"disableOnWords": [],
"enabled": true,
"minWordSizeForTypos": {
"oneTypo": 5,
"twoTypos": 9,
❯ tests/settings.test.ts:219:24
|
|
tests/settings.test.ts > Test on settings > Master key: Reset embedders settings :
tests/settings.test.ts#L207
Error: Snapshot `Test on settings > Master key: Reset embedders settings 1` mismatched
- Expected
+ Received
@@ -36,10 +36,11 @@
"sortableAttributes": [],
"stopWords": [],
"synonyms": {},
"typoTolerance": {
"disableOnAttributes": [],
+ "disableOnNumbers": false,
"disableOnWords": [],
"enabled": true,
"minWordSizeForTypos": {
"oneTypo": 5,
"twoTypos": 9,
❯ tests/settings.test.ts:207:24
|
|
tests/settings.test.ts > Test on settings > Master key: Reset settings of empty index:
tests/settings.test.ts#L195
Error: Snapshot `Test on settings > Master key: Reset settings of empty index 1` mismatched
- Expected
+ Received
@@ -36,10 +36,11 @@
"sortableAttributes": [],
"stopWords": [],
"synonyms": {},
"typoTolerance": {
"disableOnAttributes": [],
+ "disableOnNumbers": false,
"disableOnWords": [],
"enabled": true,
"minWordSizeForTypos": {
"oneTypo": 5,
"twoTypos": 9,
❯ tests/settings.test.ts:195:24
|
|
tests/settings.test.ts > Test on settings > Master key: Reset settings:
tests/settings.test.ts#L186
Error: Snapshot `Test on settings > Master key: Reset settings 1` mismatched
- Expected
+ Received
@@ -36,10 +36,11 @@
"sortableAttributes": [],
"stopWords": [],
"synonyms": {},
"typoTolerance": {
"disableOnAttributes": [],
+ "disableOnNumbers": false,
"disableOnWords": [],
"enabled": true,
"minWordSizeForTypos": {
"oneTypo": 5,
"twoTypos": 9,
❯ tests/settings.test.ts:186:24
|
|
tests/settings.test.ts > Test on settings > Master key: Update settings on empty index with primary key:
tests/settings.test.ts#L177
Error: Snapshot `Test on settings > Master key: Update settings on empty index with primary key 1` mismatched
- Expected
+ Received
@@ -34,10 +34,11 @@
"the",
],
"synonyms": {},
"typoTolerance": {
"disableOnAttributes": [],
+ "disableOnNumbers": false,
"disableOnWords": [],
"enabled": true,
"minWordSizeForTypos": {
"oneTypo": 5,
"twoTypos": 9,
❯ tests/settings.test.ts:177:24
|
|
tests/settings.test.ts > Test on settings > Master key: Update embedders settings :
tests/settings.test.ts#L163
Error: Snapshot `Test on settings > Master key: Update embedders settings 1` mismatched
- Expected
+ Received
@@ -45,10 +45,11 @@
"sortableAttributes": [],
"stopWords": [],
"synonyms": {},
"typoTolerance": {
"disableOnAttributes": [],
+ "disableOnNumbers": false,
"disableOnWords": [],
"enabled": true,
"minWordSizeForTypos": {
"oneTypo": 5,
"twoTypos": 9,
❯ tests/settings.test.ts:163:24
|
|
tests/settings.test.ts > Test on settings > Master key: Update settings with all null values:
tests/settings.test.ts#L142
Error: Snapshot `Test on settings > Master key: Update settings with all null values 1` mismatched
- Expected
+ Received
@@ -36,10 +36,11 @@
"sortableAttributes": [],
"stopWords": [],
"synonyms": {},
"typoTolerance": {
"disableOnAttributes": [],
+ "disableOnNumbers": false,
"disableOnWords": [],
"enabled": true,
"minWordSizeForTypos": {
"oneTypo": 5,
"twoTypos": 9,
❯ tests/settings.test.ts:142:24
|
|
tests/settings.test.ts > Test on settings > Master key: Update settings:
tests/settings.test.ts#L100
Error: Snapshot `Test on settings > Master key: Update settings 1` mismatched
- Expected
+ Received
@@ -55,10 +55,11 @@
},
"typoTolerance": {
"disableOnAttributes": [
"comment",
],
+ "disableOnNumbers": false,
"disableOnWords": [
"prince",
],
"enabled": false,
"minWordSizeForTypos": {
❯ tests/settings.test.ts:100:24
|
|
tests/settings.test.ts > Test on settings > Master key: Get default settings of empty index with primary key:
tests/settings.test.ts#L53
Error: Snapshot `Test on settings > Master key: Get default settings of empty index with primary key 1` mismatched
- Expected
+ Received
@@ -36,10 +36,11 @@
"sortableAttributes": [],
"stopWords": [],
"synonyms": {},
"typoTolerance": {
"disableOnAttributes": [],
+ "disableOnNumbers": false,
"disableOnWords": [],
"enabled": true,
"minWordSizeForTypos": {
"oneTypo": 5,
"twoTypos": 9,
❯ tests/settings.test.ts:53:24
|
|
tests/settings.test.ts > Test on settings > Master key: Get default settings of an index:
tests/settings.test.ts#L45
Error: Snapshot `Test on settings > Master key: Get default settings of an index 1` mismatched
- Expected
+ Received
@@ -36,10 +36,11 @@
"sortableAttributes": [],
"stopWords": [],
"synonyms": {},
"typoTolerance": {
"disableOnAttributes": [],
+ "disableOnNumbers": false,
"disableOnWords": [],
"enabled": true,
"minWordSizeForTypos": {
"oneTypo": 5,
"twoTypos": 9,
❯ tests/settings.test.ts:45:24
|
|
integration-tests (Node.js 20)
The strategy configuration was canceled because "integration_tests._22" failed
|