[jboss-jira] [JBoss JIRA] (WFLY-7332) Infinispan transformation tests fail on backups resource for EAP 7.0.0
Radoslav Husar (JIRA)
issues at jboss.org
Tue Oct 18 06:16:02 EDT 2016
Radoslav Husar created WFLY-7332:
------------------------------------
Summary: Infinispan transformation tests fail on backups resource for EAP 7.0.0
Key: WFLY-7332
URL: https://issues.jboss.org/browse/WFLY-7332
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 10.1.0.Final
Reporter: Radoslav Husar
Assignee: Radoslav Husar
{noformat}
Failed tests:
TransformersTestCase.testTransformerEAP700:162->testTransformation:191->AbstractSubsystemTest.checkSubsystemModelTransformation:292 cache-container/maximal/distributed-cache/dist/component/: {
"expiration" => {
"interval" => 10000L,
"lifespan" => 10L,
"max-idle" => 10L
},
"state-transfer" => {
"chunk-size" => 10000,
"enabled" => undefined,
"timeout" => 60000L
},
"eviction" => {
"max-entries" => 20000L,
"strategy" => "UNORDERED"
},
"locking" => {
"acquire-timeout" => 30000L,
"concurrency-level" => 2000,
"isolation" => "READ_COMMITTED",
"striping" => true
},
"backups" => {},
"transaction" => {
"locking" => "OPTIMISTIC",
"mode" => "FULL_XA",
"stop-timeout" => 60000L
},
"backup-for" => {},
"partition-handling" => {}
}
{
"expiration" => {
"max-idle" => 10L,
"lifespan" => 10L,
"interval" => 10000L
},
"state-transfer" => {
"chunk-size" => 10000,
"timeout" => 60000L,
"enabled" => undefined
},
"eviction" => {
"max-entries" => 20000L,
"strategy" => "UNORDERED"
},
"locking" => {
"striping" => true,
"isolation" => "READ_COMMITTED",
"acquire-timeout" => 30000L,
"concurrency-level" => 2000
},
"backups" => undefined,
"transaction" => {
"mode" => "FULL_XA",
"locking" => "OPTIMISTIC",
"stop-timeout" => 60000L
},
"backup-for" => {},
"partition-handling" => {}
} expected:<[backup-for, [backups, ]eviction, expiration...> but was:<[backup-for, []eviction, expiration...>
Tests run: 108, Failures: 1, Errors: 0, Skipped: 19
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list