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

InterOP: enable test report generation for tests #6307

Conversation

anandrkskd
Copy link
Contributor

Signed-off-by: anandrkskd anandrkskd@gmail.com

What type of PR is this:

/kind tests

What does this PR do / why we need it:
As we are want to start InterOP testing for v3, we need to start test reports generation.

Which issue(s) this PR fixes:

Fixes #

PR acceptance criteria:

  • Unit test

  • Integration test

  • Documentation

How to test changes / Special notes to the reviewer:

Signed-off-by: anandrkskd <anandrkskd@gmail.com>
@netlify
Copy link

netlify bot commented Nov 15, 2022

Deploy Preview for odo-docusaurus-preview canceled.

Name Link
🔨 Latest commit 82437ca
🔍 Latest deploy log https://app.netlify.com/sites/odo-docusaurus-preview/deploys/63747bccc137f80008b972f0

@odo-robot
Copy link

odo-robot bot commented Nov 15, 2022

NoCluster Tests on commit a0f7fe0 finished successfully.
View logs: TXT HTML

@odo-robot
Copy link

odo-robot bot commented Nov 15, 2022

Unit Tests on commit a0f7fe0 finished successfully.
View logs: TXT HTML

@odo-robot
Copy link

odo-robot bot commented Nov 15, 2022

Validate Tests on commit a0f7fe0 finished successfully.
View logs: TXT HTML

@odo-robot
Copy link

odo-robot bot commented Nov 15, 2022

Windows Tests (OCP) on commit a0f7fe0 finished successfully.
View logs: TXT HTML

@odo-robot
Copy link

odo-robot bot commented Nov 15, 2022

Kubernetes Tests on commit a0f7fe0 finished successfully.
View logs: TXT HTML

@odo-robot
Copy link

odo-robot bot commented Nov 15, 2022

OpenShift Tests on commit a0f7fe0 finished successfully.
View logs: TXT HTML

@rm3l rm3l added this to the v3.3.0 🚀 milestone Nov 15, 2022
Copy link
Member

@rm3l rm3l left a comment

Choose a reason for hiding this comment

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

LGTM, but can you add all those XML report files to .gitignore as well? This will prevent committing them accidentally to the repo after running those make targets.

Or generate them into the reports directory instead (taking care of creating the folder if it does not exist). I see we already have a reports directory listed in .gitignore

/approve

@openshift-ci
Copy link

openshift-ci bot commented Nov 15, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rm3l

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 openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. Required by Prow. label Nov 15, 2022
Signed-off-by: anandrkskd <anandrkskd@gmail.com>
.gitignore Show resolved Hide resolved
@rm3l
Copy link
Member

rm3l commented Nov 16, 2022

/test v4.11-integration-e2e

@rm3l rm3l closed this Nov 16, 2022
@rm3l rm3l reopened this Nov 16, 2022
@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. Required by Prow. label Nov 16, 2022
@rm3l
Copy link
Member

rm3l commented Nov 16, 2022

    Deleting dir: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\2777555636
    Unable to delete C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\2777555636 on attempt #4, trying again...
    [odo] I1116 04:58:59.493023    2412 delete.go:80] failed to delete resource "binding-zdpp" (binding.operators.coreos.com.v1alpha1.servicebindings): timeout while waiting for "binding-zdpp" resource to be deleted
    [odo] Failed to delete the "Deployment" resource: mynode-app
    [odo] Failed to delete the "ServiceBinding" resource: binding-zdpp
    Deleting dir: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\2777555636
    Successfully deleted C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\2777555636 after #5 attempts
    Deleting dir: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1672953641
  << End Captured GinkgoWriter Output

  Timed out after 180.003s.
  Expected process to exit.  It did not.
  In [BeforeEach] at: C:/Users/Administrator.ANSIBLE-TEST-VS/2486/tests/helper/helper_dev.go:187
------------------------------
+++++++
------------------------------
+ [SLOW TEST] [121.536 seconds]
odo dev command tests when a hotReload capable project is used with odo dev should execute the run command
C:/Users/Administrator.ANSIBLE-TEST-VS/2486/tests/integration/cmd_dev_test.go:2464
------------------------------


Summarizing 1 Failure:
  [FAIL] odo add binding command tests when the component is bootstrapped when adding a binding (current namespace) when odo dev is run when odo dev command is stopped [BeforeEach] should have successfully delete the binding
  C:/Users/Administrator.ANSIBLE-TEST-VS/2486/tests/helper/helper_dev.go:187

Ran 325 of 399 Specs in 902.445 seconds
FAIL! -- 324 Passed | 1 Failed | 0 Pending | 74 Skipped

Retriggering the tests...

@rm3l rm3l closed this Nov 16, 2022
@rm3l rm3l reopened this Nov 16, 2022
@rm3l rm3l closed this Nov 16, 2022
@rm3l rm3l reopened this Nov 16, 2022
@sonarcloud
Copy link

sonarcloud bot commented Nov 16, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

No Coverage information No Coverage information
0.0% 0.0% Duplication

@rm3l
Copy link
Member

rm3l commented Nov 16, 2022

/override ci/prow/v4.11-integration-e2e

Tests passing on IBM Cloud.

@openshift-ci
Copy link

openshift-ci bot commented Nov 16, 2022

@rm3l: Overrode contexts on behalf of rm3l: ci/prow/v4.11-integration-e2e

In response to this:

/override ci/prow/v4.11-integration-e2e

Tests passing on IBM Cloud.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@openshift-merge-robot openshift-merge-robot merged commit ce42ce4 into redhat-developer:main Nov 16, 2022
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.

3 participants