Mark Yen
Mark Yen
WSL seems to be having issues where files deleted from Windows are still showing up on the Linux side if they were created from there. Work around this by creating...
Windows has issues with creating files from the Linux side and then deleting it from the Windows side, due to issues with the 9p mounts not reflecting correctly.
On Windows, for some reason `errors.Is(..., ENOENT)` doesn't work correctly and fails to catch the error. Found when running the `factory-reset-containerd-shims.bats` test individually on a machine that didn't have a...
On Windows, when running BATS out of dist/, the path to the exe file ends with `.../win-unpacked/Rancher Desktop.exe`; this means that we will not match `\Rancher Desktop\Rancher Desktop.exe`. Change the...
Wix releases don't actually include the version patch number in the file name for the releases (but it _is_ included in the tag name). Try harder to get the correct...
This implements taking screenshots via a CI workflow (instead of doing so as a manual workflow by running `yarn screenshots`). This ensures we don't have to track down people with...
If we clearly specify the return value as a tuple of two things, rather than a generic array, we can expose the types of the return value correctly to avoid...
Previously, we provided the hard-coded defaults, which means using 2GB for all E2E tests. This was not great on macOS.
### Problem Description During the 1.13 release process we barely caught an issue with the Windows installer that meant it couldn't be installed in some circumstances. We should have more...
### Problem Description We currently don't have enough testing around our Linux release packages (rpms and debs); this means we're less likely to notice fatal issues in them. This also...