fix test plugin visibility
This commit is contained in:
parent
9cb247287f
commit
2d80a53b09
|
@ -80,7 +80,7 @@ public abstract class ESSmokeClientTestCase extends LuceneTestCase {
|
||||||
private static String clusterAddresses;
|
private static String clusterAddresses;
|
||||||
protected String index;
|
protected String index;
|
||||||
|
|
||||||
private static final class BogusPlugin extends Plugin {
|
public static final class BogusPlugin extends Plugin {
|
||||||
// se NettyUtils.... this runs without the permission from the netty module so it will fail since reindex can't set the property
|
// se NettyUtils.... this runs without the permission from the netty module so it will fail since reindex can't set the property
|
||||||
// to make it still work we disable that check but need to register the setting first
|
// to make it still work we disable that check but need to register the setting first
|
||||||
private static final Setting<Boolean> ASSERT_NETTY_BUGLEVEL = Setting.boolSetting("netty.assert.buglevel", true,
|
private static final Setting<Boolean> ASSERT_NETTY_BUGLEVEL = Setting.boolSetting("netty.assert.buglevel", true,
|
||||||
|
|
Loading…
Reference in New Issue