Skip to content

upgrde Kubernetes Version to v1.31.2 #345

upgrde Kubernetes Version to v1.31.2

upgrde Kubernetes Version to v1.31.2 #345

GitHub Actions / Unit Test Results failed Nov 20, 2024 in 0s

6 fail, 259 pass in 1m 57s

265 tests  ±0   259 ✔️ ±0   1m 57s ⏱️ +3s
101 suites ±0       0 💤 ±0 
    1 files   ±0       6 ±0 

Results for commit 237ecc9. ± Comparison against earlier commit 77bb782.

Annotations

Check warning on line 0 in github.com/xiaods/k8e/pkg/configfilearg

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

Test_UnitMustFindString (github.com/xiaods/k8e/pkg/configfilearg) failed

./report.xml

Check warning on line 0 in github.com/xiaods/k8e/pkg/configfilearg

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

Test_UnitMustFindString/Target_found_in_config_file (github.com/xiaods/k8e/pkg/configfilearg) failed

./report.xml
Raw output
    defaultparser_test.go:165: MustFindString([k3s --foo bar], token) = 
    defaultparser_test.go:167: MustFindString() = 
        Want = 12345

Check warning on line 0 in github.com/xiaods/k8e/pkg/configfilearg

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

Test_UnitMustFindString/Override_flag_is_not_returned_for_specific_subcommands (github.com/xiaods/k8e/pkg/configfilearg) failed

./report.xml
Raw output
    defaultparser_test.go:165: MustFindString([k3s ctr --foo bar --version], token) = --version
    defaultparser_test.go:167: MustFindString() = --version
        Want = 12345

Check warning on line 0 in github.com/xiaods/k8e/pkg/configfilearg

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

Test_UnitMustFindString/Override_flag_is_not_returned_for_specific_subcommands_with_full_path (github.com/xiaods/k8e/pkg/configfilearg) failed

./report.xml
Raw output
    defaultparser_test.go:165: MustFindString([/usr/local/bin/k3s ctr --foo bar --version], token) = --version
    defaultparser_test.go:167: MustFindString() = --version
        Want = 12345

Check warning on line 0 in github.com/xiaods/k8e/pkg/configfilearg

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

Test_UnitMustFindString/Override_flag_is_not_returned_for_wrapped_commands (github.com/xiaods/k8e/pkg/configfilearg) failed

./report.xml
Raw output
    defaultparser_test.go:165: MustFindString([kubectl --foo bar --help], token) = 
    defaultparser_test.go:167: MustFindString() = 
        Want = 12345

Check warning on line 0 in github.com/xiaods/k8e/pkg/configfilearg

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

Test_UnitMustFindString/Override_flag_is_not_returned_for_wrapped_commands_with_full_path (github.com/xiaods/k8e/pkg/configfilearg) failed

./report.xml
Raw output
    defaultparser_test.go:165: MustFindString([/usr/local/bin/kubectl --foo bar --help], token) = 
    defaultparser_test.go:167: MustFindString() = 
        Want = 12345