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

Run generic test file in parallel #1830

Conversation

amitkrout
Copy link
Contributor

What is the purpose of this change? What does it change?

Was the change discussed in an issue?

fixes - part of #1473

How to test changes?

make test-generic

@amitkrout
Copy link
Contributor Author

error: unable to parse image registry.svc.ci.openshift.org/ci-op-qf08y02h/stable@sha256:2052e13f8a6e1ce52f9f719b05e0cf4f694079295bd0e6e4aa95c37eab4c0192: cannot retrieve image configuration for manifest sha256:2052e13f8a6e1ce52f9f719b05e0cf4f694079295bd0e6e4aa95c37eab4c0192: received unexpected HTTP status: 504 Gateway Time-out

/retest

@amitkrout
Copy link
Contributor Author

/refresh

@amitkrout
Copy link
Contributor Author

/test integration

1 similar comment
@amitkrout
Copy link
Contributor Author

/test integration

@amitkrout
Copy link
Contributor Author

/retest

@amitkrout
Copy link
Contributor Author

/refresh

1 similar comment
@amitkrout
Copy link
Contributor Author

/refresh

@amitkrout
Copy link
Contributor Author

/retest

@amitkrout
Copy link
Contributor Author

/refresh

@amitkrout
Copy link
Contributor Author

/retest

@amitkrout
Copy link
Contributor Author

/test integration

@amitkrout
Copy link
Contributor Author

odo generic creating component with an application and url 
  should create the component in default application
  /go/src/github.com/openshift/odo/tests/integration/generic_test.go:58
 Creating a new project: ldvqjeeckh
Running odo with args: [project create ldvqjeeckh -w -v4] 
[odo] I0628 12:47:24.696343   11893 preference.go:116] The configFile is /tmp/artifacts/.odo/preference.yaml
[odo] I0628 12:47:24.696428   11893 occlient.go:455] Trying to connect to server api.ci-op-6mx2brp5-f09f4.origin-ci-int-aws.dev.rhcloud.com:6443
[odo] I0628 12:47:24.733921   11893 occlient.go:462] Server https://api.ci-op-6mx2brp5-f09f4.origin-ci-int-aws.dev.rhcloud.com:6443 is up
[odo] I0628 12:47:24.807971   11893 occlient.go:385] isLoggedIn err:  <nil> 
[odo]  output: "developer"
[odo] I0628 12:47:24.808000   11893 context.go:355] Ignoring error as it usually means flag wasn't set: flag accessed but not defined: context
[odo] I0628 12:47:24.808007   11893 context.go:355] Ignoring error as it usually means flag wasn't set: flag accessed but not defined: context
[odo] I0628 12:47:24.808043   11893 context.go:355] Ignoring error as it usually means flag wasn't set: flag accessed but not defined: app
[odo] I0628 12:47:24.808049   11893 context.go:355] Ignoring error as it usually means flag wasn't set: flag accessed but not defined: project
[odo] I0628 12:47:24.827604   11893 context.go:355] Ignoring error as it usually means flag wasn't set: flag accessed but not defined: app
[odo] I0628 12:47:24.827633   11893 context.go:355] Ignoring error as it usually means flag wasn't set: flag accessed but not defined: output
[odo] I0628 12:47:24.827640   11893 context.go:355] Ignoring error as it usually means flag wasn't set: flag accessed but not defined: component
[odo]  •  Waiting for project to come up  ...
[odo]  ✓  Waiting for project to come up [386ms]
[odo]  ✓  Project 'ldvqjeeckh' is ready for use
[odo]  ✓  New project created and now using project : ldvqjeeckh
[odo] I0628 12:47:25.224196   11893 odo.go:70] Could not get the latest release information in time. Never mind, exiting gracefully :)
Created dir: /tmp/500783429
Current working dir: /go/src/github.com/openshift/odo/tests/integration
Setting current dir to: /tmp/500783429
Running odo with args: [create php testcmp --app e2e-xyzk --project ldvqjeeckh --git https://github.com/appuio/example-php-sti-helloworld] 
[odo]  •  Validating component  ...
[odo]  ✓  Validating component [371ms]
[odo] Please use `odo push` command to create the component with source deployed
Running odo with args: [config set Ports 8080/TCP] 
[odo] Local config was successfully updated.
[odo] Run `odo push --config` command to apply changes to the cluster.
Running odo with args: [push --config] 
[odo] Validation
[odo]  •  Validating component  ...
[odo]  ✓  Validating component [805ms]
[odo]  •  Checking component  ...
[odo]  ✓  Checking component [21ms]
[odo] 
[odo] Configuration changes
[odo]  •  Creating component  ...
[odo]  ✓  Initializing component
[odo]  •  Triggering build from git  ...
[odo]  ✓  Triggering build from git [83ms]
[odo]  •  Waiting for build to finish  ...
[odo]  ✓  Waiting for build to finish [2m]
[odo]  •  Deploying component testcmp  ...
[odo]  ✓  Deploying component testcmp [42s]
[odo]  ✓  Creating component [2m]
[odo]  •  Applying configuration  ...
[odo]  ✓  Applying configuration [13903ns]
Running odo with args: [url create myurl --port 8080] 
[odo]  ✓  URL myurl created
[odo] 
[odo] Run `odo push` to apply URL: myurl
Running odo with args: [push] 
[odo] Validation
[odo]  •  Validating component  ...
[odo]  ✓  Validating component [511ms]
[odo]  •  Checking component  ...
[odo]  ✓  Checking component [243ms]
[odo] 
[odo] Configuration changes
[odo]  •  Applying configuration  ...
[odo]  •  Triggering build from git  ...
[odo]  ✓  Triggering build from git [75ms]
[odo]  •  Waiting for build to finish  ...
[odo]  ✓  Waiting for build to finish [60s]
[odo]  ✗  Failed To Update Config To Component Deployed
[odo]  ✗  Applying configuration [1m]

/test integration

@amitkrout
Copy link
Contributor Author

/test integration

Copy link
Contributor

@mik-dass mik-dass left a comment

Choose a reason for hiding this comment

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

/lgtm
/approve

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. Required by Prow. label Jul 1, 2019
@amitkrout
Copy link
Contributor Author

/test integration

2 similar comments
@amitkrout
Copy link
Contributor Author

/test integration

@amitkrout
Copy link
Contributor Author

/test integration

@surajnarwade
Copy link
Contributor

/approve

@openshift-ci-robot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mik-dass, surajnarwade

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:
  • OWNERS [mik-dass,surajnarwade]

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 Jul 2, 2019
@openshift-bot
Copy link

/retest

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

@surajnarwade
Copy link
Contributor

/test e2e-scenarios

@openshift-merge-robot openshift-merge-robot merged commit 9c89ffe into redhat-developer:master Jul 2, 2019
@rm3l rm3l added the estimated-size/L (20-40) Rough sizing for Epics. About 2 sprints of work for a person. label Jun 18, 2023
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. estimated-size/L (20-40) Rough sizing for Epics. About 2 sprints of work for a person. 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.

7 participants