mirror of https://github.com/apache/activemq.git
disable leveldb variants pending https://issues.apache.org/jira/browse/AMQ-4228
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1423074 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
973909ab44
commit
bb03eedaeb
|
@ -352,9 +352,9 @@ public class FailoverTransactionTest extends TestSupport {
|
||||||
|
|
||||||
public void initCombosForTestFailoverSendReplyLost() {
|
public void initCombosForTestFailoverSendReplyLost() {
|
||||||
addCombinationValues("defaultPersistenceAdapter",
|
addCombinationValues("defaultPersistenceAdapter",
|
||||||
new Object[]{PersistenceAdapterChoice.KahaDB, PersistenceAdapterChoice.LevelDB,
|
new Object[]{PersistenceAdapterChoice.KahaDB,
|
||||||
PersistenceAdapterChoice.JDBC
|
PersistenceAdapterChoice.JDBC
|
||||||
// not implemented for AMQ store
|
// not implemented for AMQ store or PersistenceAdapterChoice.LevelDB
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -461,9 +461,10 @@ public class FailoverTransactionTest extends TestSupport {
|
||||||
|
|
||||||
public void initCombosForTestFailoverConnectionSendReplyLost() {
|
public void initCombosForTestFailoverConnectionSendReplyLost() {
|
||||||
addCombinationValues("defaultPersistenceAdapter",
|
addCombinationValues("defaultPersistenceAdapter",
|
||||||
new Object[]{PersistenceAdapterChoice.KahaDB, PersistenceAdapterChoice.LevelDB,
|
new Object[]{PersistenceAdapterChoice.KahaDB,
|
||||||
PersistenceAdapterChoice.JDBC
|
PersistenceAdapterChoice.JDBC
|
||||||
// last producer message id store feature not implemented for AMQ store
|
// last producer message id store feature not implemented for AMQ store
|
||||||
|
// or PersistenceAdapterChoice.LevelDB
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue