You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
E2E - add basic env tests for bash scripts
Fixed
mirrord-agent - Update pcap library, hopefully will fix dropped packets (syn sometimes missed in e2e).
mirrord-agent/layer - Sometimes layer tries to connect to agent before it finsihed loading, even though pod is running. Added watching the log stream for a "ready" log message before attempting to connect.
Changed
E2E - describe all pods on failure and add file name to print of logs.
E2E - print timestamp of stdout/stderr of TestProcess.
E2E - Don't delete pod/service on failure, instead leave them for debugging.
mirrord-agent - Don't use tokio::spawn for spawning sniffer (or any other namespace changing task) to avoid namespace-clashing/undefined behavior. Possibly fixing bugs.
Change the version check on the VS Code extension to happen when mirrord is enabled rather than when the IDE starts up.