tests: move HMAC system tests to use emulator #2461
Labels
api: storage
Issues related to the googleapis/nodejs-storage API.
type: cleanup
An internal cleanup or hygiene concern.
Per our docs there can be up to a 3 minute delay in modifying HMAC state. As such, it is occasionally causing system tests to fail. After speaking with @BenWhitehead it appears Java sidestepped this issue by using test bench. Node should do similar to avoid the flakiness. This will require separating out the HMAC tests from the larger storage.ts system-test and then reusing the infrastructure setup from conformance tests.
The text was updated successfully, but these errors were encountered: