Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor cmd/rigtest into a real test suite in test/rig_test.go and fix found bugs #145

Merged
merged 3 commits into from
Jan 2, 2024

Conversation

kke
Copy link
Contributor

@kke kke commented Nov 28, 2023

The cmd/rigtest tool was replaced with an actual test suite in test/rig_test.go. The improved tests uncovered a bunch of bugs that were fixed in this one as well.

The details of what was fixed were lost while this got quite complex, which is again a sign that the library has become too complicated for its own good and need to be addressed in #92 or other PRs.

@kke kke added bug Something isn't working enhancement New feature or request github_actions Pull requests that update GitHub Actions code go Pull requests that update Go code labels Nov 28, 2023
@kke kke force-pushed the rigtest-to-test branch 18 times, most recently from aee184a to 48c8ba7 Compare November 30, 2023 10:52
os/linux.go Outdated Show resolved Hide resolved
os/linux.go Outdated Show resolved Hide resolved
os/linux.go Outdated Show resolved Hide resolved
pkg/rigfs/winfile.go Outdated Show resolved Hide resolved
ssh.go Outdated Show resolved Hide resolved
@kke kke force-pushed the rigtest-to-test branch 2 times, most recently from 4145868 to 1a8d5d2 Compare December 21, 2023 10:38
@kke kke changed the title Refactor cmd/rigtest into a real test suite in test/rig_test.go Refactor cmd/rigtest into a real test suite in test/rig_test.go and fix found bugs Jan 2, 2024
@kke kke marked this pull request as ready for review January 2, 2024 11:53
@kke kke merged commit 10f783d into main Jan 2, 2024
9 checks passed
@kke kke deleted the rigtest-to-test branch January 2, 2024 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request github_actions Pull requests that update GitHub Actions code go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants