-
Notifications
You must be signed in to change notification settings - Fork 75
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
Support wait-for-data timeout #237
Conversation
💚 Build Succeeded
Expand to view the summary
Build stats
🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
@@ -8,3 +8,7 @@ spec: | |||
properties: | |||
skip: | |||
$ref: "./../skip.spec.yml#/definitions/skip" | |||
wait_for_data_timeout: | |||
description: Short explanation for why test has been skipped. |
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.
Umm, this description is unrelated? 🤔
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.
My bad, copied this structure from the "skip" definition.
@@ -8,3 +8,7 @@ spec: | |||
properties: | |||
skip: | |||
$ref: "./../skip.spec.yml#/definitions/skip" | |||
wait_for_data_timeout: | |||
description: Short explanation for why test has been skipped. | |||
type: string |
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.
Q: Are types defined somewhere? Would it be possible to define a duration type for this strings?
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.
Unfortunately not, these are parts of the JSON schema, not really a Go type.
I think we could improve it with semantic validation (parse its format).
What does this PR do?
Why is it important?
Checklist
test/packages
that prove my change is effective.versions/N/changelog.yml
.Related issues