question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Improve `@RetryingTest`: interaction with other test templates

See original GitHub issue

Related to: #355

@RetryingTest should support parameters.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:4
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
perluncommented, Oct 12, 2021

Totally agree on this one. I came here since I was about to add junit-pioneer to our list of dependencies since we need to be able to retry some flaky tests, but since (at least some of) these are parameterized using @ParameterizedTest, this is not currently doable.

Example test:

    @ParameterizedTest
    @MethodSource( "scheduleUidTypes" )
    void categoryFilter_DistinctSeriesOrPrograms( ScheduleUidType scheduleUidType ) throws IOException, ServerException {
0reactions
nipafxcommented, Nov 30, 2022

Thank you, @marcphilipp! In light of your reply, I’ll close this issue but if new ideas come up, they can be added here of course.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Retrying Failing Tests - JUnit Pioneer
The JUnit 5 (Jupiter) extension @RetryingTest retries a failing test a certain number of times; only marking the test failed if no execution...
Read more >
Test templates | Android Open Source Project
The HostBinaryTest template includes host-side executables that do not exist in other directories or in Python scripts. These tests include:.
Read more >
Test Case Template For Software Feature Troubleshooting
Create an organized list of test cases for different test scenarios and troubleshoot software issues using the test case template on ...
Read more >
A/B Testing Plan Template for Effective Split Tests | Kipwise
This A/B testing plan template walks you through how to formulate hypothesis, design the experiment setup and measure results for better split tests....
Read more >
Test Templates | ServiceNow Developer
An ATF test template is a reusable set of test steps that are commonly used together. Test Templates can include ... If prompted,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found