Eyal Bukchin
Eyal Bukchin
We don't test the VS Code extension at the moment, so changes there are risky. Please add a suite of sanity tests and have them run in the CI.
A possible use case for mirrord is running commands in bash as if it's running in the remote pod. Please add e2e tests that verify file reads, file writes, and...
At the time of writing, we run our e2e test flows on test apps in Node and Python (Flask). We should expand coverage to include more frameworks (since different web...
This section should be located under the Use Cases section. Text should read as follows: How It Works mirrord runs in two places - in the memory of your local...
Our files feature currently support most of the relevant syscalls, but we still need to add support for ls. After #904, this is what is left to be done (prioritized)...
We should let users turn different features on and off - i.e. if they only want incoming traffic but not file reads, etc.
### Bug Description When running on a Pod with state=Completed, we get a non-informative error as can be seen in the logs. We need to detect that the pod is...
In order to support concurrent usage of mirrord on the same service in e.g. a staging cluster, we need to let users filter requests routed to them by header. For...