pulumi/providertest

providertest: intercept provider gRPC interactions

danielrbradley opened this issue · 1 comments

When using provider attachment we should be able insert a gRPC proxy between the engine and the provider being attached in order to intercept gRPC messages in real-time.

This would be useful for capturing invokes during snapshot recording, then replaying the recorded invokes during a test-run preview.

This issue has been addressed in PR #105 and shipped in release v0.1.1.