Open maqiuyujoyce opened 2 hours ago
When running the mock test, GetOperation() in the mock Operations was never triggered when the caller was waiting for the returned LRO after Create/Update/Delete.
Root cause:
The mock service handler was registered with the real ServeMux instead of the mockgcp ServeMux. Example fix can be found here.
Describe your question
When running the mock test, GetOperation() in the mock Operations was never triggered when the caller was waiting for the returned LRO after Create/Update/Delete.