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

Fixing app delete flake in service test file #2767

Merged

Conversation

amitkrout
Copy link
Contributor

What type of PR is this?

/kind bug

What does does this PR do / why we need it:
Due to parallel run race condition arises when spec selects the active project. Such flake is fixed in this pr.
Which issue(s) this PR fixes:

Fixes #2765

How to test changes / Special notes to the reviewer:
make test-cmd-service

@openshift-ci-robot openshift-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Mar 26, 2020
@amitkrout
Copy link
Contributor Author

ping @mik-dass

@amitkrout
Copy link
Contributor Author

pr #2767
/retest

@codecov
Copy link

codecov bot commented Mar 27, 2020

Codecov Report

Merging #2767 into master will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2767      +/-   ##
==========================================
- Coverage   43.58%   43.56%   -0.03%     
==========================================
  Files          91       91              
  Lines        8266     8266              
==========================================
- Hits         3603     3601       -2     
- Misses       4314     4315       +1     
- Partials      349      350       +1
Impacted Files Coverage Δ
pkg/component/watch.go 72.66% <0%> (-1.34%) ⬇️

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 2bbffa0...8cf05ba. Read the comment docs.

Copy link
Contributor

@mohammedzee1000 mohammedzee1000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor change, looks good
/lgtm

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

/approve

@kadel
Copy link
Member

kadel commented Mar 27, 2020

/approve

@openshift-ci-robot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: kadel, prietyc123

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 27, 2020
@openshift-merge-robot openshift-merge-robot merged commit 6172d6f into redhat-developer:master Mar 27, 2020
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.

Scenario should delete the service(s) in the application as well is failing on CI
6 participants