cloudant / python-cloudant

A Python library for Cloudant and CouchDB
Apache License 2.0
163 stars 55 forks source link

Trigger search index builds before asserting metadata #458

Closed ricellis closed 4 years ago

ricellis commented 4 years ago

Checklist

Description

Updated _search_info tests to trigger index build

For 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:

2. What you expected to happen

Tests to pass

3. What actually happened

Assertions fail with:

Approach

Update tests to ensure a search index build is triggered before asserting metadata.

Schema & API Changes

Security and Privacy

Testing

Monitoring and Logging