Skip to content
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

Error checking was removed for WaitAndGetPod #2760

Merged

Conversation

cdrage
Copy link
Member

@cdrage cdrage commented Mar 25, 2020

What type of PR is this?

Uncomment only one /kind line, and delete the rest.
For example, > /kind bug would simply become: /kind bug

/kind bug

What does does this PR do / why we need it:

Error checking was erronously removed when implementing event
information. Instead of tests failing, they timed out instead..

See this line of code:

https://github.com/openshift/odo/pull/2627/files#diff-6025e9b620e9321c03c11bf29e5c4dbdL1848

Which issue(s) this PR fixes:

Fixes N/A, no issue was created.

How to test changes / Special notes to the reviewer:

N/A

Signed-off-by: Charlie Drage charlie@charliedrage.com

**What type of PR is this?**
> Uncomment only one ` /kind` line, and delete the rest.
> For example, `> /kind bug` would simply become: `/kind bug`

/kind bug

**What does does this PR do / why we need it**:

Error checking was erronously removed when implementing event
information. Instead of tests failing, they timed out instead..

See this line of code:

https://github.com/openshift/odo/pull/2627/files#diff-6025e9b620e9321c03c11bf29e5c4dbdL1848

**Which issue(s) this PR fixes**:

Fixes N/A, no issue was created.

**How to test changes / Special notes to the reviewer**:

N/A

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
@openshift-ci-robot openshift-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Mar 25, 2020
@cdrage
Copy link
Member Author

cdrage commented Mar 25, 2020

/retest

@amitkrout @kadel @amitkrout

Need this merged in order to get testing working again locally (it just times out after 5 minutes).

@amitkrout
Copy link
Contributor

[odo]  ✗  Applying configuration [316ms]
[odo]  ✗  Failed To Update Config To Component Deployed.
[odo] Error: unable to update DeploymentConfig for nodejs component: unable to update the current DeploymentConfig nodejs-app: unable to update DeploymentConfig nodejs-app: Operation cannot be fulfilled on deploymentconfigs.apps.openshift.io "nodejs-app": the object has been modified; please apply your changes to the latest version and try again

/retest

@codecov
Copy link

codecov bot commented Mar 26, 2020

Codecov Report

Merging #2760 into master will decrease coverage by 0.07%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #2760      +/-   ##
=========================================
- Coverage   43.48%   43.4%   -0.08%     
=========================================
  Files          91      91              
  Lines        8222    8224       +2     
=========================================
- Hits         3575    3570       -5     
- Misses       4298    4306       +8     
+ Partials      349     348       -1
Impacted Files Coverage Δ
pkg/occlient/occlient.go 52.69% <100%> (-0.13%) ⬇️
pkg/component/watch.go 70% <0%> (-2.67%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0add600...7df8c4d. Read the comment docs.

@adisky
Copy link
Contributor

adisky commented Mar 26, 2020

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. Required by Prow. label Mar 26, 2020
@kadel
Copy link
Member

kadel commented Mar 26, 2020

/approve

@openshift-ci-robot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: kadel

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. Required by Prow. label Mar 26, 2020
@openshift-merge-robot openshift-merge-robot merged commit d1649eb into redhat-developer:master Mar 26, 2020
@cdrage cdrage deleted the re-add-error-checking branch January 14, 2022 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. Required by Prow. kind/bug Categorizes issue or PR as related to a bug. lgtm Indicates that a PR is ready to be merged. Required by Prow.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants