-
Notifications
You must be signed in to change notification settings - Fork 472
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
fix: the conformance suite FS is defaulted if not given #2979
Conversation
Signed-off-by: Mattia Lavacca <lavacca.mattia@gmail.com>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mlavacca The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Sorry, I didn't notice that this already has the approved label. I added my LGTM, which merges it. 🥲 |
all good /lgtm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM As well, we hit this
What type of PR is this?
/area conformance
/kind bug
What this PR does / why we need it:
If the suite is used as a library, the
DefaultOptions
method is not used, and instead theOptions
struct is provided by the implementation. In that case, the FS needs to be always set, otherwise the tests fail. We need to add a default on such a field, so that in case it is not set, we use the default FS value.This problem has been surfaced by this discussion: #2864 (comment)
Which issue(s) this PR fixes:
Fixes #
Does this PR introduce a user-facing change?: