-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Won't Do
-
Affects Version/s: 3.2.2
-
Fix Version/s: None
-
Component/s: test-suite
-
Labels:None
Currently the OptOut annotations are specified directly in the main Graph implementation.
This ticket is to think of a way to specify the {{OptOut}}s in a configuration file with test scope.
A further concern is to add an additional parameter to the configuration to name the test suite that the OptOut applies to.
The reasoning behind this is that an implementation might itself have different underlying databases with different behavior. So by example, SqlgHsqldbProcessStandardTest might OptOut of different tests to SqlgGraphPostgresProcessStandardTest