Require configuration failiure tests?
See original GitHub issueSome extensions have tests that check whether broken configurations are handled as expected (e.g. DefaultLocaleTests
). Should all extensions do that? (E.g. DefaulTimeZoneTests
, which doesn’t at the moment.)
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
How to generate a configuration failure in TestNG?
I'm trying to reproduce a particular case from my production environment. In which tests will be skipped after getting a Configuration failure.
Read more >Operations Center Troubleshooting Guide
These self tests check for common configuration problems and issue warnings or ... Section 2.3.2, Setting Tests to Halt Component Startup on Test...
Read more >What is Configuration Testing? Example Test Cases - Guru99
Configuration Testing is a software testing technique in which the software application is tested with multiple combinations of software and ...
Read more >testNG Configuration Failures, Policy, and alwaysRun
testNG Configuration Failures, Policy, and alwaysRun. This article describes the use of the testNG attribute configFailurePolicy and alwaysRun.
Read more >Testing Configuration Changes in Context to ... - USENIX
We present ctests, a new type of tests for detecting failure-inducing configuration changes to prevent production failures. The idea behind ctests is simple--- ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For the `DefaultTimeZoneExtension´ @Michael1993 has opened PR #272 .
The other is still up for grabs.
If I have not overseen anything this should be the extensions which as of today (don’t) check if the configuration is correct:
Checks config:
Does not check / do they need to?
@Michael1993 , @beatngu13 @NPException Did I oversee anything?