mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-18 19:05:06 +00:00
[TEST] Specify usage restrictions for @SuiteScopeTestCase, @SuppressLocalMode and @SuppressNetworkMode
Closes #14477
This commit is contained in:
parent
044b3d59cd
commit
56f543734e
@ -2096,6 +2096,7 @@ public abstract class ESIntegTestCase extends ESTestCase {
|
|||||||
*/
|
*/
|
||||||
@Retention(RetentionPolicy.RUNTIME)
|
@Retention(RetentionPolicy.RUNTIME)
|
||||||
@Inherited
|
@Inherited
|
||||||
|
@Target(ElementType.TYPE)
|
||||||
public @interface SuiteScopeTestCase {
|
public @interface SuiteScopeTestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2104,6 +2105,7 @@ public abstract class ESIntegTestCase extends ESTestCase {
|
|||||||
*/
|
*/
|
||||||
@Retention(RetentionPolicy.RUNTIME)
|
@Retention(RetentionPolicy.RUNTIME)
|
||||||
@Inherited
|
@Inherited
|
||||||
|
@Target(ElementType.TYPE)
|
||||||
public @interface SuppressLocalMode {
|
public @interface SuppressLocalMode {
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2112,6 +2114,7 @@ public abstract class ESIntegTestCase extends ESTestCase {
|
|||||||
*/
|
*/
|
||||||
@Retention(RetentionPolicy.RUNTIME)
|
@Retention(RetentionPolicy.RUNTIME)
|
||||||
@Inherited
|
@Inherited
|
||||||
|
@Target(ElementType.TYPE)
|
||||||
public @interface SuppressNetworkMode {
|
public @interface SuppressNetworkMode {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user