-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
API v2 tests: usability improvements #5643
API v2 tests: usability improvements #5643
Conversation
* Allow for descriptive comment in 't' invocations, making it easier to distinguish similar requests * Include test file basename (eg 40-pods) in 'ok/not ok' line * Always symlink $TMPDIR/test-apiv2.log to latest YYMMDDetc file * Include test result ('ok', 'not ok') in said log * When curl results are JSON, filter them through jq into log Signed-off-by: Ed Santiago <[email protected]>
Failing in bindings test. @baude I'm not seeing how that could be something I did. Am assuming it's a flake, but if so I'd like your eyes on it to see if it can be fixed. (If it's my fault, hints welcome on where to look) |
Another error that's unlikely to be mine:
Anyone seen that one before? |
I see that flake sometimes - but never tried tracking it down. |
Thanks. I'll look into it next week. |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: edsantiago, rhatdan 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 |
easier to distinguish similar requests
Signed-off-by: Ed Santiago [email protected]