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

[Failing-test] UT TestPrintIPAddressList for leap day #123608

Closed
pacoxu opened this issue Mar 1, 2024 · 1 comment · Fixed by #123603
Closed

[Failing-test] UT TestPrintIPAddressList for leap day #123608

pacoxu opened this issue Mar 1, 2024 · 1 comment · Fixed by #123603
Labels
kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. sig/cli Categorizes an issue or PR as relevant to SIG CLI. sig/network Categorizes an issue or PR as relevant to SIG Network.

Comments

@pacoxu
Copy link
Member

pacoxu commented Mar 1, 2024

Which jobs are failing?

https://testgrid.k8s.io/sig-release-master-blocking#ci-kubernetes-unit
and also v1.27-1.29

Which tests are failing?

TestPrintIPAddressList

Since when has it been failing?

After 03-01

Testgrid link

https://testgrid.k8s.io/sig-release-master-blocking#ci-kubernetes-unit

Reason for failure (if possible)

{Failed;  === RUN   TestPrintIPAddressList
    printers_test.go:6616: mismatch:   []v1.TableRow{
          	{Cells: {string("192.168.2.2"), string("myresource.mygroup/mynamespace/myname"), string("10y")}},
          	{
          		Cells: []any{
          			string("2001:db8::2"),
          			string("myresource2.mygroup2/mynamespace2/myname2"),
        - 			string("5y1d"),
        + 			string("5y2d"),
          		},
          		Conditions: nil,
          		Object:     {},
          	},
          }
--- FAIL: TestPrintIPAddressList (0.00s)
;}

Anything else we need to know?

the leap day caused the failure

Relevant SIG(s)

/sig cli network

@pacoxu pacoxu added the kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test. label Mar 1, 2024
@k8s-ci-robot k8s-ci-robot added sig/cli Categorizes an issue or PR as relevant to SIG CLI. sig/network Categorizes an issue or PR as relevant to SIG Network. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Mar 1, 2024
@k8s-ci-robot
Copy link
Contributor

This issue is currently awaiting triage.

If a SIG or subproject determines this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. sig/cli Categorizes an issue or PR as relevant to SIG CLI. sig/network Categorizes an issue or PR as relevant to SIG Network.
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants