feat(views): enable injecting similarity indexes into text2sql freeform views #106
ci.yml
on: pull_request
Run linters
1m 41s
Matrix: Run tests
Annotations
3 errors and 4 warnings
test_collection.test_get_similarity_indexes:
tests/unit/test_collection.py#L390
AssertionError: assert ['MockViewWit...hSimilarity2'] == [('MockViewWi...r', 'monkey')]
At index 0 diff: 'MockViewWithSimilarity' != ('MockViewWithSimilarity', 'test_filter', 'dog')
Full diff:
[
- (
- 'MockViewWithSimilarity',
? ----
+ 'MockViewWithSimilarity',
- 'test_filter',
- 'dog',
- ),
- (
- 'MockViewWithSimilarity2',
? ----
+ 'MockViewWithSimilarity2',
- 'test_filter',
- 'monkey',
- ),
]
|
test_collection.test_update_similarity_indexes_error:
tests/unit/test_collection.py#L442
AssertionError: assert 'Failed to up...thSimilarity2' == 'Failed to up...filter.monkey'
- Failed to update similarity indexes for MockViewWithSimilarity.test_filter.dog, MockViewWithSimilarity2.test_filter.monkey
? ---------------- -------------------
+ Failed to update similarity indexes for MockViewWithSimilarity, MockViewWithSimilarity2
|
Run tests (3.8)
Process completed with exit code 1.
|
Run tests (3.8)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run linters
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run linters
No files were found with the provided path: report.xml. No artifacts will be uploaded.
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "packages", "results", "test-report".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
packages
Expired
|
118 KB |
|
results
Expired
|
19.6 KB |
|
test-report
Expired
|
15.1 KB |
|