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

devfile watch Interation test on kubernetes cluster using travis CI #2916

Conversation

prietyc123
Copy link
Contributor

What type of PR is this?

/kind test

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

Runs the devfile watch integration test on kubernetes cluster.

Which issue(s) this PR fixes:

Fixes - Part of #2752

How to test changes / Special notes to the reviewer:

The test should pass on travis with make test-cmd-devfile-watch command.

@openshift-ci-robot openshift-ci-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. Required by Prow. kind/test labels Apr 17, 2020
@prietyc123 prietyc123 force-pushed the DevfileWatchIntegrationTestOnKunaernetes branch from ca94f08 to e232ce7 Compare April 17, 2020 16:51
@prietyc123 prietyc123 changed the title [WIP] devfile watch Interation test on kubernetes cluster using travis CI devfile watch Interation test on kubernetes cluster using travis CI Apr 17, 2020
@openshift-ci-robot openshift-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. Required by Prow. label Apr 17, 2020
@amitkrout
Copy link
Contributor

/lgtm

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

prow failure

/retest

@amitkrout
Copy link
Contributor

prow failure
/retest

@prietyc123
Copy link
Contributor Author

Flake refer to issue : #2929

Running odo with args [odo service create etcdoperator.v0.9.4 --crd EtcdCluster]
[odo] Deploying service of type: etcdoperator.v0.9.4
[odo]  •  Deploying service  ...
[odo] 
 ✓  Deploying service [96ms]
[odo]  ✓  Service 'etcdoperator.v0.9.4' was created
[odo] 
[odo] Progress of the provisioning will not be reported and might take a long time
[odo] You can see the current status by executing 'odo service list'
[odo] Optionally, link etcdoperator.v0.9.4 to your component by running: 'odo link <component-name>'
Running oc with args [oc get pods -n ci-operator-hub-project]
[oc] NAME                             READY   STATUS     RESTARTS   AGE
[oc] etcd-operator-7987f694f7-lgz2c   3/3     Running    0          88m
[oc] example-2qqbbfzcrf               0/1     Init:0/1   0          1s
Running oc with args [oc get pods example-2qqbbfzcrf -o template="{{.status.phase}}" -n ci-operator-hub-project]
[oc] "Pending"Running oc with args [oc get pods example-2qqbbfzcrf -o template="{{.status.phase}}" -n ci-operator-hub-project]
[oc] "Pending"Running oc with args [oc get pods example-2qqbbfzcrf -o template="{{.status.phase}}" -n ci-operator-hub-project]
[oc] "Pending"Running oc with args [oc get pods example-2qqbbfzcrf -o template="{{.status.phase}}" -n ci-operator-hub-project]
[oc] "Pending"Running oc with args [oc get pods example-2qqbbfzcrf -o template="{{.status.phase}}" -n ci-operator-hub-project]
[oc] "Pending"Running oc with args [oc get pods example-2qqbbfzcrf -o template="{{.status.phase}}" -n ci-operator-hub-project]
[oc] "Pending"Running oc with args [oc get pods example-2qqbbfzcrf -o template="{{.status.phase}}" -n ci-operator-hub-project]
[oc] "Pending"Running oc with args [oc get pods example-2qqbbfzcrf -o template="{{.status.phase}}" -n ci-operator-hub-project]
[oc] "Pending"Running oc with args [oc get pods example-2qqbbfzcrf -o template="{{.status.phase}}" -n ci-operator-hub-project]
[oc] "Pending"Running oc with args [oc get pods example-2qqbbfzcrf -o template="{{.status.phase}}" -n ci-operator-hub-project]
[oc] "Pending"Running oc with args [oc get pods example-2qqbbfzcrf -o template="{{.status.phase}}" -n ci-operator-hub-project]
[oc] "Pending"Running oc with args [oc get pods example-2qqbbfzcrf -o template="{{.status.phase}}" -n ci-operator-hub-project]
[oc] "Pending"Running oc with args [oc get pods example-2qqbbfzcrf -o template="{{.status.phase}}" -n ci-operator-hub-project]
• Failure [16.352 seconds]
odo service command tests for OperatorHub
/go/src/github.com/openshift/odo/tests/integration/operatorhub/cmd_service_test.go:17
  When creating an operator backed service
  /go/src/github.com/openshift/odo/tests/integration/operatorhub/cmd_service_test.go:34
    should be able to create EtcdCluster from its alm example [It]
    /go/src/github.com/openshift/odo/tests/integration/operatorhub/cmd_service_test.go:35
    Timed out after 1.004s.
      
    Running oc with args [oc get pods example-2qqbbfzcrf -o template="{{.status.phase}}" -n ci-operator-hub-project]
    Expected process to exit.  It did not.
    /go/src/github.com/openshift/odo/tests/helper/helper_generic.go:53

/retest

@girishramnani
Copy link
Contributor

/approve

@openshift-ci-robot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: girishramnani

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 Apr 20, 2020
@codecov
Copy link

codecov bot commented Apr 20, 2020

Codecov Report

Merging #2916 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2916   +/-   ##
=======================================
  Coverage   43.73%   43.73%           
=======================================
  Files         102      102           
  Lines        9160     9160           
=======================================
  Hits         4006     4006           
  Misses       4778     4778           
  Partials      376      376           

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 96d4c0f...e232ce7. Read the comment docs.

@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-merge-robot openshift-merge-robot merged commit 0a3f5de into redhat-developer:master Apr 20, 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. 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