test: refactor container_run_linux_test.go to use Tigron#5071
Open
papidb wants to merge 4 commits into
Open
Conversation
Signed-off-by: Daniel Benjamin <benjamindaniel706@gmail.com>
46 tasks
Member
|
Marking as a draft, as CI including lint is failing. |
AkihiroSuda
marked this pull request as draft
July 17, 2026 10:14
Signed-off-by: Daniel Benjamin <benjamindaniel706@gmail.com>
Signed-off-by: Daniel Benjamin <benjamindaniel706@gmail.com>
papidb
force-pushed
the
test/refactor-container-run-linux-test-to-tigron
branch
from
July 17, 2026 21:05
a46f144 to
5fda100
Compare
Signed-off-by: Daniel Benjamin <benjamindaniel706@gmail.com>
papidb
marked this pull request as ready for review
July 18, 2026 10:58
AkihiroSuda
requested changes
Jul 18, 2026
AkihiroSuda
left a comment
Member
There was a problem hiding this comment.
Please squash the commits
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rewrite tests in container_run_linux_test.go from testutil.NewBase to nerdtest.Setup (Tigron framework). Part of #4613.