-
Notifications
You must be signed in to change notification settings - Fork 243
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
3823 refactor json #4296
3823 refactor json #4296
Conversation
/test v4.6-integration-e2e |
/retest |
@rnapoles-rh We use |
/retest |
@rnapoles-rh Both the failures are related to the code change proposed in this PR. Can you please look into these failures?
|
/retest |
• Failure [2.359 seconds]
odo preference and config command tests
/go/src/github.com/openshift/odo/tests/integration/cmd_pref_config_test.go:13
When configuring global config values
/go/src/github.com/openshift/odo/tests/integration/cmd_pref_config_test.go:68
should show json output [It]
/go/src/github.com/openshift/odo/tests/integration/cmd_pref_config_test.go:96
Expected
<bool>: false
to equal
<bool>: true
/go/src/github.com/openshift/odo/tests/integration/cmd_pref_config_test.go:101 |
/retest |
The cmd_devfile_storage_test.go test fails in PSI environment, however it runs OK on Prow. Issue #4319 tracks this problem. |
/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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dharmit, rnapoles-rh 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 |
/retest Please review the full test history for this PR and help us cut down flakes. |
5 similar comments
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
What type of PR is this?
What does does this PR do / why we need it:
New JSON matcher function that provides flexibility to match one or more values instead of having to compare with the full JSON string
Which issue(s) this PR fixes:
Fixes #3823
PR acceptance criteria:
How to test changes / Special notes to the reviewer:
Executed each test as:
ginkgo -randomizeAllSpecs -slowSpecThreshold=120 -timeout 7200s -nodes=1 -focus="[test string in describe section of the test]" [test_path, e.g. tests/integration]