Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Streamline data providers & retrial of failed tests #2885

Merged
merged 1 commit into from
Mar 20, 2023

Commits on Mar 17, 2023

  1. Streamline data providers & retrial of failed tests

    Closes testng-team#2884
    
    When a data driven test fails, then ensure that 
    we don’t call the data provider once again when 
    retrying the test (we seem to invoke the data 
    provider multiple times, but ignore the value)
    
    As part of fixing this, getting rid of the test for
    testng-team#2157.
    
    testng-team#2157 - deals with null pointer exceptions arising
    Out of data provider that was re-invoked as a result
    Of us retrying a failed test.
    
    But now since a data provider is NOT going to be 
    re-invoked the changes for testng-team#2157 become irrelevant.
    krmahadevan committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    1d581c1 View commit details
    Browse the repository at this point in the history