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

[Test] Reproduce Kuberay MK integration tests issue #3920

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mszadkow
Copy link
Contributor

@mszadkow mszadkow commented Jan 2, 2025

What type of PR is this?

/kind failing-test

What this PR does / why we need it:

Adding another CRD to multikueue tests resulted in:

  panic: Your Test Panicked
        callback[0]()
        /Users/michal_szadkowski/workspace/kueue/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:323
          When you, or your assertion library, calls Ginkgo's Fail(),
          Ginkgo panics to prevent subsequent assertions from running.
  
          Normally Ginkgo rescues this panic so you shouldn't see it.
  
          However, if you make an assertion in a goroutine, Ginkgo can't capture the
          panic.
          To circumvent this, you should call
  
                defer GinkgoRecover()
  
          at the top of the goroutine that caused this panic.

** End **Could not open /logs/artifacts/test_integration_multikueue_integration.json:
open /logs/artifacts/test_integration_multikueue_integration.json: no such file or directory
Could not open /logs/artifacts/test_integration_multikueue_junit.xml:
open /logs/artifacts/test_integration_multikueue_junit.xml: no such file or directory

Which issue(s) this PR fixes:

Special notes for your reviewer:

Does this PR introduce a user-facing change?

NONE

@k8s-ci-robot
Copy link
Contributor

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@k8s-ci-robot k8s-ci-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. release-note-none Denotes a PR that doesn't merit a release note. kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Jan 2, 2025
@k8s-ci-robot k8s-ci-robot requested review from PBundyra and trasc January 2, 2025 14:46
@k8s-ci-robot k8s-ci-robot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Jan 2, 2025
@mszadkow
Copy link
Contributor Author

mszadkow commented Jan 2, 2025

/test pull-kueue-test-integration-main

Copy link

netlify bot commented Jan 2, 2025

Deploy Preview for kubernetes-sigs-kueue ready!

Name Link
🔨 Latest commit 6e468fc
🔍 Latest deploy log https://app.netlify.com/sites/kubernetes-sigs-kueue/deploys/678a37df9fe49500086e3552
😎 Deploy Preview https://deploy-preview-3920--kubernetes-sigs-kueue.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@mszadkow mszadkow force-pushed the testing/what-is-wrong branch from 01ce3ba to 3ac5363 Compare January 2, 2025 15:06
@mszadkow
Copy link
Contributor Author

mszadkow commented Jan 2, 2025

/test pull-kueue-test-integration-main

@mszadkow mszadkow force-pushed the testing/what-is-wrong branch from 3ac5363 to 8017e70 Compare January 3, 2025 10:26
@k8s-ci-robot k8s-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Jan 3, 2025
@mszadkow
Copy link
Contributor Author

mszadkow commented Jan 3, 2025

/test pull-kueue-test-integration-main

@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Jan 3, 2025
@mszadkow
Copy link
Contributor Author

mszadkow commented Jan 3, 2025

/test pull-kueue-test-integration-main

1 similar comment
@mszadkow
Copy link
Contributor Author

mszadkow commented Jan 3, 2025

/test pull-kueue-test-integration-main

@mszadkow mszadkow force-pushed the testing/what-is-wrong branch 2 times, most recently from f9cf7a0 to 2b23115 Compare January 3, 2025 18:41
@mszadkow
Copy link
Contributor Author

mszadkow commented Jan 3, 2025

/test pull-kueue-test-integration-main

@mszadkow mszadkow force-pushed the testing/what-is-wrong branch from 2b23115 to e9a02cc Compare January 3, 2025 18:59
@mszadkow
Copy link
Contributor Author

mszadkow commented Jan 3, 2025

/test pull-kueue-test-integration-main

@mszadkow mszadkow force-pushed the testing/what-is-wrong branch from e9a02cc to 9f8ed36 Compare January 3, 2025 20:04
@mszadkow
Copy link
Contributor Author

mszadkow commented Jan 3, 2025

/test pull-kueue-test-integration-main

@mszadkow mszadkow force-pushed the testing/what-is-wrong branch from 9f8ed36 to c64b12d Compare January 7, 2025 08:50
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: mszadkow
Once this PR has been reviewed and has the lgtm label, please assign mimowo for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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

@k8s-ci-robot k8s-ci-robot removed the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Jan 7, 2025
@mszadkow
Copy link
Contributor Author

/test pull-kueue-test-integration-main

@mszadkow mszadkow force-pushed the testing/what-is-wrong branch from 7c647f6 to 3be2011 Compare January 15, 2025 12:59
@mszadkow
Copy link
Contributor Author

/test pull-kueue-test-integration-main

@mszadkow mszadkow force-pushed the testing/what-is-wrong branch from 3be2011 to 2469049 Compare January 15, 2025 13:51
@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Jan 15, 2025
@mszadkow
Copy link
Contributor Author

/test pull-kueue-test-integration-main

@mszadkow mszadkow force-pushed the testing/what-is-wrong branch from 2469049 to 78c45c6 Compare January 15, 2025 15:14
@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Jan 15, 2025
@mszadkow
Copy link
Contributor Author

/test pull-kueue-test-integration-main

1 similar comment
@mszadkow
Copy link
Contributor Author

/test pull-kueue-test-integration-main

@mszadkow mszadkow force-pushed the testing/what-is-wrong branch from 1fc8357 to e9ce5f1 Compare January 16, 2025 07:39
@mszadkow
Copy link
Contributor Author

/test pull-kueue-test-integration-main

@mszadkow mszadkow force-pushed the testing/what-is-wrong branch from 4313b6d to 2bf5723 Compare January 16, 2025 09:01
@mszadkow
Copy link
Contributor Author

/test pull-kueue-test-integration-main

1 similar comment
@mszadkow
Copy link
Contributor Author

/test pull-kueue-test-integration-main

@mszadkow mszadkow changed the title Testing/what is wrong [Test] Reproduce Kuberay MK integration tests issue Jan 16, 2025
@mszadkow mszadkow force-pushed the testing/what-is-wrong branch from 7be9cc3 to 2fbbb41 Compare January 16, 2025 14:57
@k8s-ci-robot k8s-ci-robot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Jan 16, 2025
@mszadkow
Copy link
Contributor Author

/test pull-kueue-test-integration-main

@mszadkow mszadkow force-pushed the testing/what-is-wrong branch from 2fbbb41 to 6e468fc Compare January 17, 2025 10:58
@mszadkow
Copy link
Contributor Author

/test pull-kueue-test-integration-main

@mszadkow
Copy link
Contributor Author

/test pull-kueue-test-integration-main

@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jan 25, 2025
@k8s-ci-robot
Copy link
Contributor

PR needs rebase.

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-sigs/prow repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. release-note-none Denotes a PR that doesn't merit a release note. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants