Closed ricellis closed 4 years ago
CHANGES.md
CHANGELOG.md
Updated _search_info tests to trigger index build
_search_info
For PRs without an associated issue and/or test/build issues
Run tests:
tests.unit.design_document_tests.DesignDocumentTests.test_get_search_disk_size
tests.unit.design_document_tests.DesignDocumentTests.test_get_search_info
Tests to pass
Assertions fail with:
False is not true : The disk_size should be greater than 0.
Update tests to ensure a search index build is triggered before asserting metadata.
Checklist
CHANGES.md
|CHANGELOG.md
) or test/build only changesDescription
Updated
_search_info
tests to trigger index buildFor PRs without an associated issue and/or test/build issues
1. Steps to reproduce and the simplest code sample possible to demonstrate the issue
Run tests:
tests.unit.design_document_tests.DesignDocumentTests.test_get_search_disk_size
tests.unit.design_document_tests.DesignDocumentTests.test_get_search_info
2. What you expected to happen
Tests to pass
3. What actually happened
Assertions fail with:
False is not true : The disk_size should be greater than 0.
Approach
Update tests to ensure a search index build is triggered before asserting metadata.
Schema & API Changes
Security and Privacy
Testing
Monitoring and Logging