[dlp] inspect_content_test.py::test_inspect_datastore is potentially broken #3422
Labels
api: dlp
Issues related to the Sensitive Data Protection API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
testing
The following tests are potentially broken:
dlp/inspect_content_test.py::test_inspect_datastore
dlp/inspect_content_test.py::test_inspect_datastore_no_results
Once merged, #3420 will fix the timeout issue on our builds.
#3420 also will make a change for the test behavior. Previously, these tests are trying to check if the callback function in the sample has been called as expected.
Previous assertion:
Current assertion:
As far as I tried, the callback was never called even with timeout of 420 seconds. That's why the test is now only checking if the operation was successfully started.
It's great if we can do the following:
@andrewsg Do you have any insight? I'm asking because you're the original author.
The text was updated successfully, but these errors were encountered: