Skip to content

Conversation

estroz
Copy link
Member

@estroz estroz commented Jan 15, 2020

Description of the change:

  • internal/generate/crd: fix controller-gen octal string bug

Motivation for the change: controller-gen's output rule for CRD generation disallows directory strings containing numbers starting with 0 that contain non-octal digits, ex. "012345678". This commit fixes a flaky unit test that occasionally triggers this bug. A more thorough fix will be implemented in the near future.

strings containing numbers starting with 0 that contain non-octal
digits, ex. "012345678". This commit fixes a flakey unit test that
occasionally triggers this bug. A more thorough fix will be implemented
in the near future.

internal/generate/crd: fix controller-gen octal string bug
@estroz estroz added the kind/bug Categorizes issue or PR as related to a bug. label Jan 15, 2020
@openshift-ci-robot openshift-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Jan 15, 2020
@estroz estroz merged commit 6d2b87c into operator-framework:master Jan 16, 2020
@estroz estroz deleted the bugfix/crd-test-tmpdir branch January 16, 2020 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants