feat-fix(dep-qry): fix collection of arguments - #1496 #3668
qa.yaml
on: push
🔍 Debug
7s
👩🏫 Linting (local)
45s
Matrix: ⏱️ Performance Test
📦 Prerelease
⬆️ Upload Performance Test Results
🚀 Build and Deploy Documentation (only on main)
Annotations
10 errors
test/functionality/dataflow/query/resolve-value-query.test.ts > Resolve Value Query > For now suboptimal > loops kill:
test/functionality/_helper/query.ts#L87
AssertionError: The result of the query does not match the expected result: expected { 'resolve-value': { …(1) } } to deeply equal { 'resolve-value': { …(1) } }
- Expected
+ Received
{
"resolve-value": {
"results": {
"{\"type\":\"resolve-value\",\"criteria\":[\"3@x\"]}": {
- "values": [],
+ "values": [
+ {},
+ ],
},
},
},
}
❯ test/functionality/_helper/query.ts:87:11
|
test/functionality/dataflow/query/resolve-value-query.test.ts > Resolve Value Query > For now suboptimal > unknown df:
test/functionality/_helper/query.ts#L87
AssertionError: The result of the query does not match the expected result: expected { 'resolve-value': { …(1) } } to deeply equal { 'resolve-value': { …(1) } }
- Expected
+ Received
{
"resolve-value": {
"results": {
"{\"type\":\"resolve-value\",\"criteria\":[\"5@df\"]}": {
- "values": [],
+ "values": [
+ {},
+ ],
},
},
},
}
❯ test/functionality/_helper/query.ts:87:11
|
test/functionality/dataflow/query/resolve-value-query.test.ts > Resolve Value Query > For now suboptimal > unknown df:
test/functionality/_helper/query.ts#L87
AssertionError: The result of the query does not match the expected result: expected { 'resolve-value': { …(1) } } to deeply equal { 'resolve-value': { …(1) } }
- Expected
+ Received
{
"resolve-value": {
"results": {
"{\"type\":\"resolve-value\",\"criteria\":[\"3@df\"]}": {
- "values": [],
+ "values": [
+ {},
+ ],
},
},
},
}
❯ test/functionality/_helper/query.ts:87:11
|
test/functionality/dataflow/query/resolve-value-query.test.ts > Resolve Value Query > either or:
test/functionality/_helper/query.ts#L87
AssertionError: The result of the query does not match the expected result: expected { 'resolve-value': { …(1) } } to deeply equal { 'resolve-value': { …(1) } }
- Expected
+ Received
{
"resolve-value": {
"results": {
"{\"type\":\"resolve-value\",\"criteria\":[\"2@x\"]}": {
"values": [
{
+ "elements": [
+ {
+ "end": {
+ "type": "number",
+ "value": {
"complexNumber": false,
- "markedAsInt": false,
+ "markedAsInt": true,
+ "num": 2,
+ },
+ },
+ "endInclusive": true,
+ "start": {
+ "type": "number",
+ "value": {
+ "complexNumber": false,
+ "markedAsInt": true,
"num": 2,
+ },
+ },
+ "startInclusive": true,
+ "type": "interval",
},
{
+ "end": {
+ "type": "number",
+ "value": {
"complexNumber": false,
- "markedAsInt": false,
+ "markedAsInt": true,
+ "num": 1,
+ },
+ },
+ "endInclusive": true,
+ "start": {
+ "type": "number",
+ "value": {
+ "complexNumber": false,
+ "markedAsInt": true,
"num": 1,
+ },
+ },
+ "startInclusive": true,
+ "type": "interval",
+ },
+ ],
+ "type": "set",
},
],
},
},
},
}
❯ test/functionality/_helper/query.ts:87:11
|
test/functionality/dataflow/query/resolve-value-query.test.ts > Resolve Value Query > mystic intermediary:
test/functionality/_helper/query.ts#L87
AssertionError: The result of the query does not match the expected result: expected { 'resolve-value': { …(1) } } to deeply equal { 'resolve-value': { …(1) } }
- Expected
+ Received
{
"resolve-value": {
"results": {
"{\"type\":\"resolve-value\",\"criteria\":[\"3@y\"]}": {
- "values": [],
+ "values": [
+ {},
+ ],
},
},
},
}
❯ test/functionality/_helper/query.ts:87:11
|
test/functionality/dataflow/query/resolve-value-query.test.ts > Resolve Value Query > intermediary:
test/functionality/_helper/query.ts#L87
AssertionError: The result of the query does not match the expected result: expected { 'resolve-value': { …(1) } } to deeply equal { 'resolve-value': { …(1) } }
- Expected
+ Received
{
"resolve-value": {
"results": {
"{\"type\":\"resolve-value\",\"criteria\":[\"3@y\"]}": {
"values": [
{
+ "elements": [
+ {
+ "end": {
+ "type": "number",
+ "value": {
"complexNumber": false,
- "markedAsInt": false,
+ "markedAsInt": true,
+ "num": 1,
+ },
+ },
+ "endInclusive": true,
+ "start": {
+ "type": "number",
+ "value": {
+ "complexNumber": false,
+ "markedAsInt": true,
"num": 1,
+ },
+ },
+ "startInclusive": true,
+ "type": "interval",
+ },
+ ],
+ "type": "set",
},
],
},
},
},
}
❯ test/functionality/_helper/query.ts:87:11
|
test/functionality/dataflow/query/resolve-value-query.test.ts > Resolve Value Query > single dataflow:
test/functionality/_helper/query.ts#L87
AssertionError: The result of the query does not match the expected result: expected { 'resolve-value': { …(1) } } to deeply equal { 'resolve-value': { …(1) } }
- Expected
+ Received
{
"resolve-value": {
"results": {
"{\"type\":\"resolve-value\",\"criteria\":[\"1@x\"]}": {
"values": [
{
+ "elements": [
+ {
+ "end": {
+ "type": "number",
+ "value": {
"complexNumber": false,
- "markedAsInt": false,
+ "markedAsInt": true,
+ "num": 1,
+ },
+ },
+ "endInclusive": true,
+ "start": {
+ "type": "number",
+ "value": {
+ "complexNumber": false,
+ "markedAsInt": true,
"num": 1,
+ },
+ },
+ "startInclusive": true,
+ "type": "interval",
+ },
+ ],
+ "type": "set",
},
],
},
},
},
}
❯ test/functionality/_helper/query.ts:87:11
|
test/functionality/dataflow/query/dependencies-query.test.ts > Dependencies Query > Write Files > unknown write:
test/functionality/_helper/query.ts#L87
AssertionError: The result of the query does not match the expected result: expected { dependencies: { …(4) } } to deeply equal { dependencies: { …(4) } }
- Expected
+ Received
{
"dependencies": {
"libraries": [],
"readData": [],
"sourcedFiles": [],
- "writtenData": [
- {
- "destination": "unknown",
- "functionName": "write.csv",
- "lexemeOfArgument": "u",
- "nodeId": 6,
- },
- ],
+ "writtenData": [],
},
}
❯ test/functionality/_helper/query.ts:87:11
|
test/functionality/dataflow/query/dependencies-query.test.ts > Dependencies Query > Read Files > unknown read:
test/functionality/_helper/query.ts#L87
AssertionError: The result of the query does not match the expected result: expected { dependencies: { …(4) } } to deeply equal { dependencies: { …(4) } }
- Expected
+ Received
{
"dependencies": {
"libraries": [],
- "readData": [
- {
- "functionName": "read.table",
- "lexemeOfArgument": "x",
- "nodeId": 3,
- "source": "unknown",
- },
- ],
+ "readData": [],
"sourcedFiles": [],
"writtenData": [],
},
}
❯ test/functionality/_helper/query.ts:87:11
|
test/functionality/dataflow/query/dependencies-query.test.ts > Dependencies Query > Libraries > given require with character only:
test/functionality/_helper/query.ts#L87
AssertionError: The result of the query does not match the expected result: expected { dependencies: { …(4) } } to deeply equal { dependencies: { …(4) } }
- Expected
+ Received
{
"dependencies": {
- "libraries": [
- {
- "functionName": "require",
- "lexemeOfArgument": "c",
- "libraryName": "unknown",
- "nodeId": 6,
- },
- ],
+ "libraries": [],
"readData": [],
"sourcedFiles": [],
"writtenData": [],
},
}
❯ test/functionality/_helper/query.ts:87:11
|