prudhvigodithi opened a new pull request, #15468:
URL: https://github.com/apache/lucene/pull/15468
### Description
This PR introduces a new `@SuppressAssertingFormats` annotation that allows
test classes to
suppress specific asserting formats within the `AssertingCodec` while
keeping other asserting
formats active.
Currently, `@SuppressCodecs("Asserting")` disables the entire
`AssertingCodec`, losing all
assertion checks. However, some tests have legitimate use cases to just
suppress specific `AssertingFormats` and continue with `AssertingCodec`.
Now With this we can use as
`@LuceneTestCase.SuppressAssertingFormats("AssertingStoredFieldsFormat")`
rather than `@SuppressCodecs("Asserting")`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]