Duo Zhang created HBASE-29608:
---------------------------------
Summary: Introduce String literals for JUnit5 Tag annotation
Key: HBASE-29608
URL: https://issues.apache.org/jira/browse/HBASE-29608
Project: HBase
Issue Type: Improvement
Components: test
Reporter: Duo Zhang
The value for annotation can not be an expression, like
MiscTests.class.getName(), even if you assign it to a public static final
String field, it is still not allowed.
So we need to find a way to not always specify a String literal directly in the
annotation, otherwise it will be very easier to misconfig something.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)