-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: PRT - Add cache to protocol integration tests (#1708)
* Add golang/mock as a direct requirement in go.mod * Move all createRpcConsumer function arguments to a struct * Small fix to one of the integration tests * Add option to add cache for consumer in integration tests * Add consumer with cache integration test * Small code clean for the test * Move all createRpcProvider function arguments to a struct * Small fixes to TestConsumerProviderWithConsumerSideCache * Add TestConsumerProviderWithProviderSideCache * Small fix to cache server * Disable metrics server for cache in tests * Add TestConsumerProviderWithConsumerAndProviderSideCache * Attempt to fix test * Small fix to a different test
- Loading branch information
Showing
3 changed files
with
656 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.