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

refactor: use retry action for failed tests #349

Merged
merged 2 commits into from
Aug 5, 2023
Merged

Conversation

vbreuss
Copy link
Member

@vbreuss vbreuss commented Aug 5, 2023

Use retry action to retry a failed test step once in the build pipeline.

@vbreuss vbreuss added the refactor A change or improvement without functional impact label Aug 5, 2023
@vbreuss vbreuss self-assigned this Aug 5, 2023
@vbreuss vbreuss enabled auto-merge (squash) August 5, 2023 12:44
@vbreuss vbreuss merged commit 8389630 into main Aug 5, 2023
6 checks passed
@vbreuss vbreuss deleted the topic/vb/add-retry-action branch August 5, 2023 13:09
mergify bot referenced this pull request in Testably/Testably.Abstractions.FluentAssertions Aug 23, 2023
…4.0 (#38)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[Testably.Abstractions.Interface](https://togithub.com/Testably/Testably.Abstractions)
| nuget | minor | `2.3.4` -> `2.4.0` |

---

### Release Notes

<details>
<summary>Testably/Testably.Abstractions
(Testably.Abstractions.Interface)</summary>

###
[`v2.4.0`](https://togithub.com/Testably/Testably.Abstractions/releases/tag/v2.4.0)

#### What's Changed

- chore(deps): update dependency testably.abstractions.testing to v2.3.4
by [@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/Testably/Testably.Abstractions/pull/346](https://togithub.com/Testably/Testably.Abstractions/pull/346)
- chore(deps): update dependency microsoft.net.test.sdk to v17.7.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/Testably/Testably.Abstractions/pull/347](https://togithub.com/Testably/Testably.Abstractions/pull/347)
- refactor: analyze brittle tests by
[@&#8203;vbreuss](https://togithub.com/vbreuss) in
[https://github.com/Testably/Testably.Abstractions/pull/348](https://togithub.com/Testably/Testably.Abstractions/pull/348)
- refactor: use retry action for failed tests by
[@&#8203;vbreuss](https://togithub.com/vbreuss) in
[https://github.com/Testably/Testably.Abstractions/pull/349](https://togithub.com/Testably/Testably.Abstractions/pull/349)
- chore(deps): update dependency moq to v4.20.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/Testably/Testably.Abstractions/pull/351](https://togithub.com/Testably/Testably.Abstractions/pull/351)
- chore(deps): update dependency moq to v4.20.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/Testably/Testably.Abstractions/pull/352](https://togithub.com/Testably/Testably.Abstractions/pull/352)
- chore(deps): update dependency moq to v4.20.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/Testably/Testably.Abstractions/pull/353](https://togithub.com/Testably/Testably.Abstractions/pull/353)
- fix: sonar deprecation warning by
[@&#8203;vbreuss](https://togithub.com/vbreuss) in
[https://github.com/Testably/Testably.Abstractions/pull/355](https://togithub.com/Testably/Testably.Abstractions/pull/355)
- chore(deps): update dependency moq to v4.20.69 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/Testably/Testably.Abstractions/pull/358](https://togithub.com/Testably/Testably.Abstractions/pull/358)
- chore(deps): update danielpalme/reportgenerator-github-action action
to v5.1.24 by [@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/Testably/Testably.Abstractions/pull/359](https://togithub.com/Testably/Testably.Abstractions/pull/359)
- chore(deps): update dependency microsoft.net.test.sdk to v17.7.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/Testably/Testably.Abstractions/pull/360](https://togithub.com/Testably/Testably.Abstractions/pull/360)
- chore(deps): update dependency microsoft.codeanalysis.csharp to v4.7.0
by [@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/Testably/Testably.Abstractions/pull/361](https://togithub.com/Testably/Testably.Abstractions/pull/361)
- refactor: remove dependency on Moq by
[@&#8203;vbreuss](https://togithub.com/vbreuss) in
[https://github.com/Testably/Testably.Abstractions/pull/362](https://togithub.com/Testably/Testably.Abstractions/pull/362)
- feat: add renovate package group for Testably.Abstractions packages by
[@&#8203;vbreuss](https://togithub.com/vbreuss) in
[https://github.com/Testably/Testably.Abstractions/pull/363](https://togithub.com/Testably/Testably.Abstractions/pull/363)
- feat: improve release pipeline to automatically create a Github
release by [@&#8203;vbreuss](https://togithub.com/vbreuss) in
[https://github.com/Testably/Testably.Abstractions/pull/364](https://togithub.com/Testably/Testably.Abstractions/pull/364)
- refactor: use FluentAssertion extensions methods by
[@&#8203;vbreuss](https://togithub.com/vbreuss) in
[https://github.com/Testably/Testably.Abstractions/pull/365](https://togithub.com/Testably/Testably.Abstractions/pull/365)
- refactor: update FluentAssertions extensions by
[@&#8203;vbreuss](https://togithub.com/vbreuss) in
[https://github.com/Testably/Testably.Abstractions/pull/367](https://togithub.com/Testably/Testably.Abstractions/pull/367)
- refactor: improve test coverage by
[@&#8203;vbreuss](https://togithub.com/vbreuss) in
[https://github.com/Testably/Testably.Abstractions/pull/368](https://togithub.com/Testably/Testably.Abstractions/pull/368)
- chore(deps): update dependency testableio.system.io.abstractions to
v19.2.61 by [@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/Testably/Testably.Abstractions/pull/369](https://togithub.com/Testably/Testably.Abstractions/pull/369)
- chore(deps): update dependency testableio.system.io.abstractions to
v19.2.64 by [@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/Testably/Testably.Abstractions/pull/370](https://togithub.com/Testably/Testably.Abstractions/pull/370)
- feat: add mergify configuration file by
[@&#8203;vbreuss](https://togithub.com/vbreuss) in
[https://github.com/Testably/Testably.Abstractions/pull/371](https://togithub.com/Testably/Testably.Abstractions/pull/371)
- refactor: improve test coverage by
[@&#8203;vbreuss](https://togithub.com/vbreuss) in
[https://github.com/Testably/Testably.Abstractions/pull/372](https://togithub.com/Testably/Testably.Abstractions/pull/372)
- fix: sonar issue due to `CA1826` by
[@&#8203;vbreuss](https://togithub.com/vbreuss) in
[https://github.com/Testably/Testably.Abstractions/pull/373](https://togithub.com/Testably/Testably.Abstractions/pull/373)
- refactor: avoid `Thread.Sleep` in Tests by
[@&#8203;vbreuss](https://togithub.com/vbreuss) in
[https://github.com/Testably/Testably.Abstractions/pull/374](https://togithub.com/Testably/Testably.Abstractions/pull/374)
- refactor: improve test coverage by
[@&#8203;vbreuss](https://togithub.com/vbreuss) in
[https://github.com/Testably/Testably.Abstractions/pull/375](https://togithub.com/Testably/Testably.Abstractions/pull/375)
- fix: `FileSystemInitializer` supports nested directories by
[@&#8203;vbreuss](https://togithub.com/vbreuss) in
[https://github.com/Testably/Testably.Abstractions/pull/376](https://togithub.com/Testably/Testably.Abstractions/pull/376)

**Full Changelog**:
Testably/Testably.Abstractions@v2.3.4...v2.4.0

</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 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/Testably/Testably.Abstractions.FluentAssertions).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
mergify bot referenced this pull request in Testably/Testably.Abstractions.FluentAssertions Aug 23, 2023
#40)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[Testably.Abstractions.Testing](https://togithub.com/Testably/Testably.Abstractions)
| nuget | minor | `2.3.4` -> `2.4.1` |

---

### Release Notes

<details>
<summary>Testably/Testably.Abstractions
(Testably.Abstractions.Testing)</summary>

###
[`v2.4.1`](https://togithub.com/Testably/Testably.Abstractions/releases/tag/v2.4.1)

#### What's Changed

- chore(deps): update testably.abstractions packages to v2.4.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/Testably/Testably.Abstractions/pull/366](https://togithub.com/Testably/Testably.Abstractions/pull/366)
- chore(deps): update dependency fluentassertions to v6.12.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/Testably/Testably.Abstractions/pull/377](https://togithub.com/Testably/Testably.Abstractions/pull/377)
- fix: error in release pipeline by
[@&#8203;vbreuss](https://togithub.com/vbreuss) in
[https://github.com/Testably/Testably.Abstractions/pull/378](https://togithub.com/Testably/Testably.Abstractions/pull/378)

**Full Changelog**:
Testably/Testably.Abstractions@v2.4.0...v2.4.1

###
[`v2.4.0`](https://togithub.com/Testably/Testably.Abstractions/releases/tag/v2.4.0)

#### What's Changed

- chore(deps): update dependency testably.abstractions.testing to v2.3.4
by [@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/Testably/Testably.Abstractions/pull/346](https://togithub.com/Testably/Testably.Abstractions/pull/346)
- chore(deps): update dependency microsoft.net.test.sdk to v17.7.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/Testably/Testably.Abstractions/pull/347](https://togithub.com/Testably/Testably.Abstractions/pull/347)
- refactor: analyze brittle tests by
[@&#8203;vbreuss](https://togithub.com/vbreuss) in
[https://github.com/Testably/Testably.Abstractions/pull/348](https://togithub.com/Testably/Testably.Abstractions/pull/348)
- refactor: use retry action for failed tests by
[@&#8203;vbreuss](https://togithub.com/vbreuss) in
[https://github.com/Testably/Testably.Abstractions/pull/349](https://togithub.com/Testably/Testably.Abstractions/pull/349)
- chore(deps): update dependency moq to v4.20.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/Testably/Testably.Abstractions/pull/351](https://togithub.com/Testably/Testably.Abstractions/pull/351)
- chore(deps): update dependency moq to v4.20.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/Testably/Testably.Abstractions/pull/352](https://togithub.com/Testably/Testably.Abstractions/pull/352)
- chore(deps): update dependency moq to v4.20.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/Testably/Testably.Abstractions/pull/353](https://togithub.com/Testably/Testably.Abstractions/pull/353)
- fix: sonar deprecation warning by
[@&#8203;vbreuss](https://togithub.com/vbreuss) in
[https://github.com/Testably/Testably.Abstractions/pull/355](https://togithub.com/Testably/Testably.Abstractions/pull/355)
- chore(deps): update dependency moq to v4.20.69 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/Testably/Testably.Abstractions/pull/358](https://togithub.com/Testably/Testably.Abstractions/pull/358)
- chore(deps): update danielpalme/reportgenerator-github-action action
to v5.1.24 by [@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/Testably/Testably.Abstractions/pull/359](https://togithub.com/Testably/Testably.Abstractions/pull/359)
- chore(deps): update dependency microsoft.net.test.sdk to v17.7.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/Testably/Testably.Abstractions/pull/360](https://togithub.com/Testably/Testably.Abstractions/pull/360)
- chore(deps): update dependency microsoft.codeanalysis.csharp to v4.7.0
by [@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/Testably/Testably.Abstractions/pull/361](https://togithub.com/Testably/Testably.Abstractions/pull/361)
- refactor: remove dependency on Moq by
[@&#8203;vbreuss](https://togithub.com/vbreuss) in
[https://github.com/Testably/Testably.Abstractions/pull/362](https://togithub.com/Testably/Testably.Abstractions/pull/362)
- feat: add renovate package group for Testably.Abstractions packages by
[@&#8203;vbreuss](https://togithub.com/vbreuss) in
[https://github.com/Testably/Testably.Abstractions/pull/363](https://togithub.com/Testably/Testably.Abstractions/pull/363)
- feat: improve release pipeline to automatically create a Github
release by [@&#8203;vbreuss](https://togithub.com/vbreuss) in
[https://github.com/Testably/Testably.Abstractions/pull/364](https://togithub.com/Testably/Testably.Abstractions/pull/364)
- refactor: use FluentAssertion extensions methods by
[@&#8203;vbreuss](https://togithub.com/vbreuss) in
[https://github.com/Testably/Testably.Abstractions/pull/365](https://togithub.com/Testably/Testably.Abstractions/pull/365)
- refactor: update FluentAssertions extensions by
[@&#8203;vbreuss](https://togithub.com/vbreuss) in
[https://github.com/Testably/Testably.Abstractions/pull/367](https://togithub.com/Testably/Testably.Abstractions/pull/367)
- refactor: improve test coverage by
[@&#8203;vbreuss](https://togithub.com/vbreuss) in
[https://github.com/Testably/Testably.Abstractions/pull/368](https://togithub.com/Testably/Testably.Abstractions/pull/368)
- chore(deps): update dependency testableio.system.io.abstractions to
v19.2.61 by [@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/Testably/Testably.Abstractions/pull/369](https://togithub.com/Testably/Testably.Abstractions/pull/369)
- chore(deps): update dependency testableio.system.io.abstractions to
v19.2.64 by [@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/Testably/Testably.Abstractions/pull/370](https://togithub.com/Testably/Testably.Abstractions/pull/370)
- feat: add mergify configuration file by
[@&#8203;vbreuss](https://togithub.com/vbreuss) in
[https://github.com/Testably/Testably.Abstractions/pull/371](https://togithub.com/Testably/Testably.Abstractions/pull/371)
- refactor: improve test coverage by
[@&#8203;vbreuss](https://togithub.com/vbreuss) in
[https://github.com/Testably/Testably.Abstractions/pull/372](https://togithub.com/Testably/Testably.Abstractions/pull/372)
- fix: sonar issue due to `CA1826` by
[@&#8203;vbreuss](https://togithub.com/vbreuss) in
[https://github.com/Testably/Testably.Abstractions/pull/373](https://togithub.com/Testably/Testably.Abstractions/pull/373)
- refactor: avoid `Thread.Sleep` in Tests by
[@&#8203;vbreuss](https://togithub.com/vbreuss) in
[https://github.com/Testably/Testably.Abstractions/pull/374](https://togithub.com/Testably/Testably.Abstractions/pull/374)
- refactor: improve test coverage by
[@&#8203;vbreuss](https://togithub.com/vbreuss) in
[https://github.com/Testably/Testably.Abstractions/pull/375](https://togithub.com/Testably/Testably.Abstractions/pull/375)
- fix: `FileSystemInitializer` supports nested directories by
[@&#8203;vbreuss](https://togithub.com/vbreuss) in
[https://github.com/Testably/Testably.Abstractions/pull/376](https://togithub.com/Testably/Testably.Abstractions/pull/376)

**Full Changelog**:
Testably/Testably.Abstractions@v2.3.4...v2.4.0

</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 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/Testably/Testably.Abstractions.FluentAssertions).

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

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
refactor A change or improvement without functional impact
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants