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

add-regression-test-for-performance-degradation #4027

Merged

Conversation

AlexCue987
Copy link
Member

Let's add a regression test for the following recent fix "Revert "Fix Arb.list failing within edge cases in case of null values":

8ba8975

This test passes off master branch, but it fails if I revert that fix: git revert 8ba8975 --no-commit

@Kantis
Copy link
Member

Kantis commented May 20, 2024

Nice. Perhaps it would be good with a reference to the issue explaining the performance problem as well?

@AlexCue987
Copy link
Member Author

Nice. Perhaps it would be good with a reference to the issue explaining the performance problem as well?

here is the issue, if that's what you are asking for:

#3981

@AlexCue987
Copy link
Member Author

and this #4016

@Kantis
Copy link
Member

Kantis commented May 20, 2024

No I mean in the actual code. Perhaps in a comment, or preferably in the test name. That way it'll stick with us and be easy to find the history for that particular test

@AlexCue987
Copy link
Member Author

No I mean in the actual code. Perhaps in a comment, or preferably in the test name. That way it'll stick with us and be easy to find the history for that particular test

done

@Kantis Kantis added this pull request to the merge queue May 22, 2024
Merged via the queue into kotest:master with commit 3c2405d May 22, 2024
15 checks passed
renovate bot added a commit to typesafegithub/github-actions-typing that referenced this pull request Jun 6, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [io.kotest:kotest-bom](https://togithub.com/kotest/kotest) | `5.9.0`
-> `5.9.1` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.kotest:kotest-bom/5.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.kotest:kotest-bom/5.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.kotest:kotest-bom/5.9.0/5.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.kotest:kotest-bom/5.9.0/5.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>kotest/kotest (io.kotest:kotest-bom)</summary>

### [`v5.9.1`](https://togithub.com/kotest/kotest/releases/tag/v5.9.1)

##### What's Changed

##### Assertions

- shouldHaveElementAt-more-info by
[@&#8203;AlexCue987](https://togithub.com/AlexCue987) in
[kotest/kotest#3985
- shouldExist-more-info
([#&#8203;62](https://togithub.com/kotest/kotest/issues/62)) by
[@&#8203;AlexCue987](https://togithub.com/AlexCue987) in
[kotest/kotest#3984
- singleElement-more-info by
[@&#8203;AlexCue987](https://togithub.com/AlexCue987) in
[kotest/kotest#3983
- singleElement-with-predicate-more-info by
[@&#8203;AlexCue987](https://togithub.com/AlexCue987) in
[kotest/kotest#3986
- Add Stacktrace Substring Matching to Throwable Matchers by
[@&#8203;neBM](https://togithub.com/neBM) in
[kotest/kotest#3998
- Deprecating inspecting. by
[@&#8203;Kantis](https://togithub.com/Kantis) in
[kotest/kotest#4009
- Partial key
([#&#8203;65](https://togithub.com/kotest/kotest/issues/65)) by
[@&#8203;AlexCue987](https://togithub.com/AlexCue987) in
[kotest/kotest#4013
- fix retry ignore subclass of exception class by
[@&#8203;kin4496](https://togithub.com/kin4496) in
[kotest/kotest#3955
- Add simplified overloads to shouldMatchEach extensions
([#&#8203;3911](https://togithub.com/kotest/kotest/issues/3911)) by
[@&#8203;gianninia](https://togithub.com/gianninia) in
[kotest/kotest#3929
- Add an `infix` variant of `shouldNotBeNull` that accepts a block by
[@&#8203;sschuberth](https://togithub.com/sschuberth) in
[kotest/kotest#4060

##### Framework

- Handling generic data classes when determining identifier stability by
[@&#8203;Kantis](https://togithub.com/Kantis) in
[kotest/kotest#4007
- Refactor team city listener to extract the writing methods by
[@&#8203;sksamuel](https://togithub.com/sksamuel) in
[kotest/kotest#4053

##### Property-testing

- Reverted generation of null values in `Arb.list<T?>` due to
performance issues by [@&#8203;Kantis](https://togithub.com/Kantis) in
[kotest/kotest#4023
- Add an Arbitrary to generate whitespace. by
[@&#8203;jedesroches](https://togithub.com/jedesroches) in
[kotest/kotest#4030

##### Docs

- Update blogs.md - matchers for temporal types with tolerance by
[@&#8203;AlexCue987](https://togithub.com/AlexCue987) in
[kotest/kotest#4021
- fix broken matcher documentation for dates by
[@&#8203;dzappold](https://togithub.com/dzappold) in
[kotest/kotest#4019
- Correct the explanation of lifecycle hooks in docs by
[@&#8203;kohii](https://togithub.com/kohii) in
[kotest/kotest#4020
- Fix links for Testcontainers lifecycle section by
[@&#8203;gavvvr](https://togithub.com/gavvvr) in
[kotest/kotest#4037
- Add link to write-up about ranges by
[@&#8203;AlexCue987](https://togithub.com/AlexCue987) in
[kotest/kotest#4042
- Fix test name comparison in docs by
[@&#8203;hoonloper](https://togithub.com/hoonloper) in
[kotest/kotest#4034

##### Build / CI/CD / Dependency updates

- Add wasmJs publishing to release job by
[@&#8203;eygraber](https://togithub.com/eygraber) in
[kotest/kotest#4010
- chore(deps): update dependency gradle to v8.7 by
[@&#8203;renovate](https://togithub.com/renovate) in
[kotest/kotest#3958
- add-regression-test-for-performance-degradation by
[@&#8203;AlexCue987](https://togithub.com/AlexCue987) in
[kotest/kotest#4027
- Publish androidNative targets by
[@&#8203;eygraber](https://togithub.com/eygraber) in
[kotest/kotest#4031
- Publish watchosDeviceArm64 target by
[@&#8203;eygraber](https://togithub.com/eygraber) in
[kotest/kotest#4032
- fix(deps): update dependency io.mockk:mockk to v1.13.11 by
[@&#8203;renovate](https://togithub.com/renovate) in
[kotest/kotest#4050
- \[Chore] Upgrade to the Develocity plugin to remove build warnings by
[@&#8203;pshevche](https://togithub.com/pshevche) in
[kotest/kotest#4045

##### New Contributors

- [@&#8203;eygraber](https://togithub.com/eygraber) made their first
contribution in
[kotest/kotest#4010
- [@&#8203;dzappold](https://togithub.com/dzappold) made their first
contribution in
[kotest/kotest#4019
- [@&#8203;kohii](https://togithub.com/kohii) made their first
contribution in
[kotest/kotest#4020
- [@&#8203;jedesroches](https://togithub.com/jedesroches) made their
first contribution in
[kotest/kotest#4030
- [@&#8203;gavvvr](https://togithub.com/gavvvr) made their first
contribution in
[kotest/kotest#4037
- [@&#8203;pshevche](https://togithub.com/pshevche) made their first
contribution in
[kotest/kotest#4045
- [@&#8203;hoonloper](https://togithub.com/hoonloper) made their first
contribution in
[kotest/kotest#4034
- [@&#8203;neBM](https://togithub.com/neBM) made their first
contribution in
[kotest/kotest#3998

**Full Changelog**:
kotest/kotest@v5.9.0...v5.9.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/typesafegithub/github-actions-typing).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
vladimir-ikryanov pushed a commit to TeamDev-IP/JxBrowser-Gradle-Plugin that referenced this pull request Jun 6, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [io.kotest:kotest-assertions-core](https://togithub.com/kotest/kotest)
| `5.9.0` -> `5.9.1` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.kotest:kotest-assertions-core/5.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.kotest:kotest-assertions-core/5.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.kotest:kotest-assertions-core/5.9.0/5.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.kotest:kotest-assertions-core/5.9.0/5.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>kotest/kotest (io.kotest:kotest-assertions-core)</summary>

### [`v5.9.1`](https://togithub.com/kotest/kotest/releases/tag/v5.9.1)

##### What's Changed

##### Assertions

- shouldHaveElementAt-more-info by
[@&#8203;AlexCue987](https://togithub.com/AlexCue987) in
[kotest/kotest#3985
- shouldExist-more-info
([#&#8203;62](https://togithub.com/kotest/kotest/issues/62)) by
[@&#8203;AlexCue987](https://togithub.com/AlexCue987) in
[kotest/kotest#3984
- singleElement-more-info by
[@&#8203;AlexCue987](https://togithub.com/AlexCue987) in
[kotest/kotest#3983
- singleElement-with-predicate-more-info by
[@&#8203;AlexCue987](https://togithub.com/AlexCue987) in
[kotest/kotest#3986
- Add Stacktrace Substring Matching to Throwable Matchers by
[@&#8203;neBM](https://togithub.com/neBM) in
[kotest/kotest#3998
- Deprecating inspecting. by
[@&#8203;Kantis](https://togithub.com/Kantis) in
[kotest/kotest#4009
- Partial key
([#&#8203;65](https://togithub.com/kotest/kotest/issues/65)) by
[@&#8203;AlexCue987](https://togithub.com/AlexCue987) in
[kotest/kotest#4013
- fix retry ignore subclass of exception class by
[@&#8203;kin4496](https://togithub.com/kin4496) in
[kotest/kotest#3955
- Add simplified overloads to shouldMatchEach extensions
([#&#8203;3911](https://togithub.com/kotest/kotest/issues/3911)) by
[@&#8203;gianninia](https://togithub.com/gianninia) in
[kotest/kotest#3929
- Add an `infix` variant of `shouldNotBeNull` that accepts a block by
[@&#8203;sschuberth](https://togithub.com/sschuberth) in
[kotest/kotest#4060

##### Framework

- Handling generic data classes when determining identifier stability by
[@&#8203;Kantis](https://togithub.com/Kantis) in
[kotest/kotest#4007
- Refactor team city listener to extract the writing methods by
[@&#8203;sksamuel](https://togithub.com/sksamuel) in
[kotest/kotest#4053

##### Property-testing

- Reverted generation of null values in `Arb.list<T?>` due to
performance issues by [@&#8203;Kantis](https://togithub.com/Kantis) in
[kotest/kotest#4023
- Add an Arbitrary to generate whitespace. by
[@&#8203;jedesroches](https://togithub.com/jedesroches) in
[kotest/kotest#4030

##### Docs

- Update blogs.md - matchers for temporal types with tolerance by
[@&#8203;AlexCue987](https://togithub.com/AlexCue987) in
[kotest/kotest#4021
- fix broken matcher documentation for dates by
[@&#8203;dzappold](https://togithub.com/dzappold) in
[kotest/kotest#4019
- Correct the explanation of lifecycle hooks in docs by
[@&#8203;kohii](https://togithub.com/kohii) in
[kotest/kotest#4020
- Fix links for Testcontainers lifecycle section by
[@&#8203;gavvvr](https://togithub.com/gavvvr) in
[kotest/kotest#4037
- Add link to write-up about ranges by
[@&#8203;AlexCue987](https://togithub.com/AlexCue987) in
[kotest/kotest#4042
- Fix test name comparison in docs by
[@&#8203;hoonloper](https://togithub.com/hoonloper) in
[kotest/kotest#4034

##### Build / CI/CD / Dependency updates

- Add wasmJs publishing to release job by
[@&#8203;eygraber](https://togithub.com/eygraber) in
[kotest/kotest#4010
- chore(deps): update dependency gradle to v8.7 by
[@&#8203;renovate](https://togithub.com/renovate) in
[kotest/kotest#3958
- add-regression-test-for-performance-degradation by
[@&#8203;AlexCue987](https://togithub.com/AlexCue987) in
[kotest/kotest#4027
- Publish androidNative targets by
[@&#8203;eygraber](https://togithub.com/eygraber) in
[kotest/kotest#4031
- Publish watchosDeviceArm64 target by
[@&#8203;eygraber](https://togithub.com/eygraber) in
[kotest/kotest#4032
- fix(deps): update dependency io.mockk:mockk to v1.13.11 by
[@&#8203;renovate](https://togithub.com/renovate) in
[kotest/kotest#4050
- \[Chore] Upgrade to the Develocity plugin to remove build warnings by
[@&#8203;pshevche](https://togithub.com/pshevche) in
[kotest/kotest#4045

##### New Contributors

- [@&#8203;eygraber](https://togithub.com/eygraber) made their first
contribution in
[kotest/kotest#4010
- [@&#8203;dzappold](https://togithub.com/dzappold) made their first
contribution in
[kotest/kotest#4019
- [@&#8203;kohii](https://togithub.com/kohii) made their first
contribution in
[kotest/kotest#4020
- [@&#8203;jedesroches](https://togithub.com/jedesroches) made their
first contribution in
[kotest/kotest#4030
- [@&#8203;gavvvr](https://togithub.com/gavvvr) made their first
contribution in
[kotest/kotest#4037
- [@&#8203;pshevche](https://togithub.com/pshevche) made their first
contribution in
[kotest/kotest#4045
- [@&#8203;hoonloper](https://togithub.com/hoonloper) made their first
contribution in
[kotest/kotest#4034
- [@&#8203;neBM](https://togithub.com/neBM) made their first
contribution in
[kotest/kotest#3998

**Full Changelog**:
kotest/kotest@v5.9.0...v5.9.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/TeamDev-IP/JxBrowser-Gradle-Plugin).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot added a commit to StefanLobbenmeier/yt-dlp-compose that referenced this pull request Jun 6, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [io.kotest:kotest-runner-junit5](https://togithub.com/kotest/kotest) |
`5.9.0` -> `5.9.1` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.kotest:kotest-runner-junit5/5.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.kotest:kotest-runner-junit5/5.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.kotest:kotest-runner-junit5/5.9.0/5.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.kotest:kotest-runner-junit5/5.9.0/5.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>kotest/kotest (io.kotest:kotest-runner-junit5)</summary>

### [`v5.9.1`](https://togithub.com/kotest/kotest/releases/tag/v5.9.1)

##### What's Changed

##### Assertions

- shouldHaveElementAt-more-info by
[@&#8203;AlexCue987](https://togithub.com/AlexCue987) in
[kotest/kotest#3985
- shouldExist-more-info
([#&#8203;62](https://togithub.com/kotest/kotest/issues/62)) by
[@&#8203;AlexCue987](https://togithub.com/AlexCue987) in
[kotest/kotest#3984
- singleElement-more-info by
[@&#8203;AlexCue987](https://togithub.com/AlexCue987) in
[kotest/kotest#3983
- singleElement-with-predicate-more-info by
[@&#8203;AlexCue987](https://togithub.com/AlexCue987) in
[kotest/kotest#3986
- Add Stacktrace Substring Matching to Throwable Matchers by
[@&#8203;neBM](https://togithub.com/neBM) in
[kotest/kotest#3998
- Deprecating inspecting. by
[@&#8203;Kantis](https://togithub.com/Kantis) in
[kotest/kotest#4009
- Partial key
([#&#8203;65](https://togithub.com/kotest/kotest/issues/65)) by
[@&#8203;AlexCue987](https://togithub.com/AlexCue987) in
[kotest/kotest#4013
- fix retry ignore subclass of exception class by
[@&#8203;kin4496](https://togithub.com/kin4496) in
[kotest/kotest#3955
- Add simplified overloads to shouldMatchEach extensions
([#&#8203;3911](https://togithub.com/kotest/kotest/issues/3911)) by
[@&#8203;gianninia](https://togithub.com/gianninia) in
[kotest/kotest#3929
- Add an `infix` variant of `shouldNotBeNull` that accepts a block by
[@&#8203;sschuberth](https://togithub.com/sschuberth) in
[kotest/kotest#4060

##### Framework

- Handling generic data classes when determining identifier stability by
[@&#8203;Kantis](https://togithub.com/Kantis) in
[kotest/kotest#4007
- Refactor team city listener to extract the writing methods by
[@&#8203;sksamuel](https://togithub.com/sksamuel) in
[kotest/kotest#4053

##### Property-testing

- Reverted generation of null values in `Arb.list<T?>` due to
performance issues by [@&#8203;Kantis](https://togithub.com/Kantis) in
[kotest/kotest#4023
- Add an Arbitrary to generate whitespace. by
[@&#8203;jedesroches](https://togithub.com/jedesroches) in
[kotest/kotest#4030

##### Docs

- Update blogs.md - matchers for temporal types with tolerance by
[@&#8203;AlexCue987](https://togithub.com/AlexCue987) in
[kotest/kotest#4021
- fix broken matcher documentation for dates by
[@&#8203;dzappold](https://togithub.com/dzappold) in
[kotest/kotest#4019
- Correct the explanation of lifecycle hooks in docs by
[@&#8203;kohii](https://togithub.com/kohii) in
[kotest/kotest#4020
- Fix links for Testcontainers lifecycle section by
[@&#8203;gavvvr](https://togithub.com/gavvvr) in
[kotest/kotest#4037
- Add link to write-up about ranges by
[@&#8203;AlexCue987](https://togithub.com/AlexCue987) in
[kotest/kotest#4042
- Fix test name comparison in docs by
[@&#8203;hoonloper](https://togithub.com/hoonloper) in
[kotest/kotest#4034

##### Build / CI/CD / Dependency updates

- Add wasmJs publishing to release job by
[@&#8203;eygraber](https://togithub.com/eygraber) in
[kotest/kotest#4010
- chore(deps): update dependency gradle to v8.7 by
[@&#8203;renovate](https://togithub.com/renovate) in
[kotest/kotest#3958
- add-regression-test-for-performance-degradation by
[@&#8203;AlexCue987](https://togithub.com/AlexCue987) in
[kotest/kotest#4027
- Publish androidNative targets by
[@&#8203;eygraber](https://togithub.com/eygraber) in
[kotest/kotest#4031
- Publish watchosDeviceArm64 target by
[@&#8203;eygraber](https://togithub.com/eygraber) in
[kotest/kotest#4032
- fix(deps): update dependency io.mockk:mockk to v1.13.11 by
[@&#8203;renovate](https://togithub.com/renovate) in
[kotest/kotest#4050
- \[Chore] Upgrade to the Develocity plugin to remove build warnings by
[@&#8203;pshevche](https://togithub.com/pshevche) in
[kotest/kotest#4045

##### New Contributors

- [@&#8203;eygraber](https://togithub.com/eygraber) made their first
contribution in
[kotest/kotest#4010
- [@&#8203;dzappold](https://togithub.com/dzappold) made their first
contribution in
[kotest/kotest#4019
- [@&#8203;kohii](https://togithub.com/kohii) made their first
contribution in
[kotest/kotest#4020
- [@&#8203;jedesroches](https://togithub.com/jedesroches) made their
first contribution in
[kotest/kotest#4030
- [@&#8203;gavvvr](https://togithub.com/gavvvr) made their first
contribution in
[kotest/kotest#4037
- [@&#8203;pshevche](https://togithub.com/pshevche) made their first
contribution in
[kotest/kotest#4045
- [@&#8203;hoonloper](https://togithub.com/hoonloper) made their first
contribution in
[kotest/kotest#4034
- [@&#8203;neBM](https://togithub.com/neBM) made their first
contribution in
[kotest/kotest#3998

**Full Changelog**:
kotest/kotest@v5.9.0...v5.9.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/StefanLobbenmeier/yt-dlp-compose).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
abendt pushed a commit to abendt/aws-kinesis that referenced this pull request Jun 8, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [io.kotest:kotest-assertions-json](https://togithub.com/kotest/kotest)
| `5.9.0` -> `5.9.1` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.kotest:kotest-assertions-json/5.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.kotest:kotest-assertions-json/5.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.kotest:kotest-assertions-json/5.9.0/5.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.kotest:kotest-assertions-json/5.9.0/5.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [io.kotest:kotest-property](https://togithub.com/kotest/kotest) |
`5.9.0` -> `5.9.1` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.kotest:kotest-property/5.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.kotest:kotest-property/5.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.kotest:kotest-property/5.9.0/5.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.kotest:kotest-property/5.9.0/5.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[io.kotest:kotest-framework-datatest](https://togithub.com/kotest/kotest)
| `5.9.0` -> `5.9.1` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.kotest:kotest-framework-datatest/5.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.kotest:kotest-framework-datatest/5.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.kotest:kotest-framework-datatest/5.9.0/5.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.kotest:kotest-framework-datatest/5.9.0/5.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [io.kotest:kotest-assertions-core](https://togithub.com/kotest/kotest)
| `5.9.0` -> `5.9.1` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.kotest:kotest-assertions-core/5.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.kotest:kotest-assertions-core/5.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.kotest:kotest-assertions-core/5.9.0/5.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.kotest:kotest-assertions-core/5.9.0/5.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [io.kotest:kotest-runner-junit5](https://togithub.com/kotest/kotest) |
`5.9.0` -> `5.9.1` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.kotest:kotest-runner-junit5/5.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.kotest:kotest-runner-junit5/5.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.kotest:kotest-runner-junit5/5.9.0/5.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.kotest:kotest-runner-junit5/5.9.0/5.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>kotest/kotest (io.kotest:kotest-assertions-json)</summary>

### [`v5.9.1`](https://togithub.com/kotest/kotest/releases/tag/v5.9.1)

#### What's Changed

##### Assertions

- shouldHaveElementAt-more-info by
[@&#8203;AlexCue987](https://togithub.com/AlexCue987) in
[kotest/kotest#3985
- shouldExist-more-info
([#&#8203;62](https://togithub.com/kotest/kotest/issues/62)) by
[@&#8203;AlexCue987](https://togithub.com/AlexCue987) in
[kotest/kotest#3984
- singleElement-more-info by
[@&#8203;AlexCue987](https://togithub.com/AlexCue987) in
[kotest/kotest#3983
- singleElement-with-predicate-more-info by
[@&#8203;AlexCue987](https://togithub.com/AlexCue987) in
[kotest/kotest#3986
- Add Stacktrace Substring Matching to Throwable Matchers by
[@&#8203;neBM](https://togithub.com/neBM) in
[kotest/kotest#3998
- Deprecating inspecting. by
[@&#8203;Kantis](https://togithub.com/Kantis) in
[kotest/kotest#4009
- Partial key
([#&#8203;65](https://togithub.com/kotest/kotest/issues/65)) by
[@&#8203;AlexCue987](https://togithub.com/AlexCue987) in
[kotest/kotest#4013
- fix retry ignore subclass of exception class by
[@&#8203;kin4496](https://togithub.com/kin4496) in
[kotest/kotest#3955
- Add simplified overloads to shouldMatchEach extensions
([#&#8203;3911](https://togithub.com/kotest/kotest/issues/3911)) by
[@&#8203;gianninia](https://togithub.com/gianninia) in
[kotest/kotest#3929
- Add an `infix` variant of `shouldNotBeNull` that accepts a block by
[@&#8203;sschuberth](https://togithub.com/sschuberth) in
[kotest/kotest#4060

##### Framework

- Handling generic data classes when determining identifier stability by
[@&#8203;Kantis](https://togithub.com/Kantis) in
[kotest/kotest#4007
- Refactor team city listener to extract the writing methods by
[@&#8203;sksamuel](https://togithub.com/sksamuel) in
[kotest/kotest#4053

##### Property-testing

- Reverted generation of null values in `Arb.list<T?>` due to
performance issues by [@&#8203;Kantis](https://togithub.com/Kantis) in
[kotest/kotest#4023
- Add an Arbitrary to generate whitespace. by
[@&#8203;jedesroches](https://togithub.com/jedesroches) in
[kotest/kotest#4030

##### Docs

- Update blogs.md - matchers for temporal types with tolerance by
[@&#8203;AlexCue987](https://togithub.com/AlexCue987) in
[kotest/kotest#4021
- fix broken matcher documentation for dates by
[@&#8203;dzappold](https://togithub.com/dzappold) in
[kotest/kotest#4019
- Correct the explanation of lifecycle hooks in docs by
[@&#8203;kohii](https://togithub.com/kohii) in
[kotest/kotest#4020
- Fix links for Testcontainers lifecycle section by
[@&#8203;gavvvr](https://togithub.com/gavvvr) in
[kotest/kotest#4037
- Add link to write-up about ranges by
[@&#8203;AlexCue987](https://togithub.com/AlexCue987) in
[kotest/kotest#4042
- Fix test name comparison in docs by
[@&#8203;hoonloper](https://togithub.com/hoonloper) in
[kotest/kotest#4034

##### Build / CI/CD / Dependency updates

- Add wasmJs publishing to release job by
[@&#8203;eygraber](https://togithub.com/eygraber) in
[kotest/kotest#4010
- chore(deps): update dependency gradle to v8.7 by
[@&#8203;renovate](https://togithub.com/renovate) in
[kotest/kotest#3958
- add-regression-test-for-performance-degradation by
[@&#8203;AlexCue987](https://togithub.com/AlexCue987) in
[kotest/kotest#4027
- Publish androidNative targets by
[@&#8203;eygraber](https://togithub.com/eygraber) in
[kotest/kotest#4031
- Publish watchosDeviceArm64 target by
[@&#8203;eygraber](https://togithub.com/eygraber) in
[kotest/kotest#4032
- fix(deps): update dependency io.mockk:mockk to v1.13.11 by
[@&#8203;renovate](https://togithub.com/renovate) in
[kotest/kotest#4050
- \[Chore] Upgrade to the Develocity plugin to remove build warnings by
[@&#8203;pshevche](https://togithub.com/pshevche) in
[kotest/kotest#4045

#### New Contributors

- [@&#8203;eygraber](https://togithub.com/eygraber) made their first
contribution in
[kotest/kotest#4010
- [@&#8203;dzappold](https://togithub.com/dzappold) made their first
contribution in
[kotest/kotest#4019
- [@&#8203;kohii](https://togithub.com/kohii) made their first
contribution in
[kotest/kotest#4020
- [@&#8203;jedesroches](https://togithub.com/jedesroches) made their
first contribution in
[kotest/kotest#4030
- [@&#8203;gavvvr](https://togithub.com/gavvvr) made their first
contribution in
[kotest/kotest#4037
- [@&#8203;pshevche](https://togithub.com/pshevche) made their first
contribution in
[kotest/kotest#4045
- [@&#8203;hoonloper](https://togithub.com/hoonloper) made their first
contribution in
[kotest/kotest#4034
- [@&#8203;neBM](https://togithub.com/neBM) made their first
contribution in
[kotest/kotest#3998

**Full Changelog**:
kotest/kotest@v5.9.0...v5.9.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/abendt/aws-kinesis).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants