You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This prevents us from spamming Search with too many requests for free services, instead opting to create one free service per test platform, and creating and destroying indexes instead.
Also fixesAzure#10604. The upstream bug was resolved a while ago, but the PlaybackTransport wasn't copying the ClientRequestId like the HttpTransport and RecordTransport do.
This prevents us from spamming Search with too many requests for free services, instead opting to create one free service per test platform, and creating and destroying indexes instead.
Also fixesAzure#10604. The upstream bug was resolved a while ago, but the PlaybackTransport wasn't copying the ClientRequestId like the HttpTransport and RecordTransport do.
* Create new indexes instead of Search services
This prevents us from spamming Search with too many requests for free services, instead opting to create one free service per test platform, and creating and destroying indexes instead.
Also fixes#10604. The upstream bug was resolved a while ago, but the PlaybackTransport wasn't copying the ClientRequestId like the HttpTransport and RecordTransport do.
* Fix test to not fail in rare cases
Still investigating why one test occasionally finds 20 docs instead of
10 even though it doesn't use a shared resources. For now, anything >=
10 still proves the test worked so we don't fail the whole run.
The generator currently sets the header and it gets stomped by the policy. We're going to have a broader discussion about ClientRequestId support.
The text was updated successfully, but these errors were encountered: