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

Unique secret names #3134

Merged
merged 1 commit into from
Jul 18, 2023

Conversation

mgencur
Copy link
Contributor

@mgencur mgencur commented Jun 5, 2023

Fixes #3133

Proposed Changes

  • use unique TLS and SASL secrets for every test

Release Note


Docs

@knative-prow knative-prow bot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. area/test size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Jun 5, 2023
@codecov
Copy link

codecov bot commented Jun 5, 2023

Codecov Report

Merging #3134 (53e619c) into main (a55af5b) will decrease coverage by 0.11%.
The diff coverage is n/a.

❗ Current head 53e619c differs from pull request most recent head 0aea67a. Consider uploading reports for the commit 0aea67a to get more accurate results

@@             Coverage Diff              @@
##               main    #3134      +/-   ##
============================================
- Coverage     63.51%   63.41%   -0.11%     
+ Complexity      763      758       -5     
============================================
  Files           169      167       -2     
  Lines         11859    11356     -503     
  Branches        246      233      -13     
============================================
- Hits           7532     7201     -331     
+ Misses         3755     3628     -127     
+ Partials        572      527      -45     
Flag Coverage Δ
java-unittests 81.28% <ø> (+1.43%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 76 files with indirect coverage changes

knative-prow bot pushed a commit to knative/eventing that referenced this pull request Jul 17, 2023
…7002)

Supports
knative-extensions/eventing-kafka-broker#3133
which is being implemented in
knative-extensions/eventing-kafka-broker#3134 and
requires these changes in knative eventing.

<!-- Please include the 'why' behind your changes if no issue exists -->

## Proposed Changes

<!-- Please categorize your changes:
- 🎁 Add new feature
- 🐛 Fix bug
- 🧹 Update or clean up current behavior
- 🗑️ Remove feature or internal logic
-->

-
-
-

### Pre-review Checklist

<!-- If these boxes are not checked, you will be asked to complete these
requirements or explain why they do not apply to your PR. -->

- [ ] **At least 80% unit test coverage**
- [ ] **E2E tests** for any new behavior
- [ ] **Docs PR** for any user-facing impact
- [ ] **Spec PR** for any new API feature
- [ ] **Conformance test** for any change to the spec

**Release Note**

<!--
📄 If this change has user-visible impact, write a release
note in the block
below. Include the string "action required" if additional action is
required of
users switching to the new release, for example in case of a breaking
change.

Write as if you are speaking to users, not other Knative contributors.
If this
change has no user-visible impact, no release note is needed.
-->

```release-note

```


**Docs**

<!--
📖 If this change has user-visible impact, link to an issue or PR in
https:/knative/docs.
-->
@mgencur mgencur changed the title [WIP] Unique secret names Unique secret names Jul 18, 2023
@knative-prow knative-prow bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jul 18, 2023
@mgencur
Copy link
Contributor Author

mgencur commented Jul 18, 2023

/retest-required

@mgencur
Copy link
Contributor Author

mgencur commented Jul 18, 2023

/test channel-integration-tests-sasl-plain

Copy link
Member

@pierDipi pierDipi 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

@knative-prow knative-prow bot added the lgtm Indicates that a PR is ready to be merged. label Jul 18, 2023
@knative-prow
Copy link

knative-prow bot commented Jul 18, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mgencur, pierDipi

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

@knative-prow knative-prow bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 18, 2023
@mgencur
Copy link
Contributor Author

mgencur commented Jul 18, 2023

/test channel-integration-tests-sasl-ssl

@knative-prow knative-prow bot merged commit 00f0dab into knative-extensions:main Jul 18, 2023
18 of 22 checks passed
Rahul-Kumar-prog pushed a commit to Rahul-Kumar-prog/eventing-kafka-broker that referenced this pull request Jul 31, 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. area/test lgtm Indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tests should use unique names when copying secrets into test namespace
2 participants