fabric8io / kubernetes-client

Java client for Kubernetes & OpenShift
http://fabric8.io
Apache License 2.0
3.4k stars 1.46k forks source link

Occasional CRD generation test error #4680

Closed shawkins closed 1 week ago

shawkins commented 1 year ago

Some builds fail crd generation tests: https://github.com/fabric8io/kubernetes-client/actions/runs/3697700981/jobs/6263006797#step:4:63480

ZookeeperCustomResourceTest.testCrdv1beta1:49 expected: not <null>

That seems odd at first glance as it's a null check, not something for example that would be due to unspecified ordering.

andreaTP commented 1 year ago

Thanks for reporting it @shawkins , please keep adding the failures that you notice so that we can collect more data on this issue.

shawkins commented 1 year ago

Hit again: https://github.com/fabric8io/kubernetes-client/actions/runs/3698144893/jobs/6263977292#step:4:63643

shawkins commented 1 year ago

Still happening unfortunately: https://github.com/fabric8io/kubernetes-client/actions/runs/4724308806/jobs/8381372437?pr=5054#step:4:39708

shawkins commented 1 year ago

Another occurrence: https://github.com/fabric8io/kubernetes-client/actions/runs/5140853911/jobs/9252711269#step:4:37585

andreaTP commented 1 year ago

Again: https://github.com/fabric8io/kubernetes-client/actions/runs/5508634759/jobs/10040182853#step:4:33687

manusa commented 5 months ago

Are you aware if this occasional generation error is still happening?

shawkins commented 1 week ago

Resolving as out of date given the crd generator v2 direction.