]
Radoslav Husar updated WFLY-7332:
---------------------------------
Summary: Infinispan transformation tests fail on 'backups' resource for EAP
7.0.0 (was: Infinispan transformation tests fail on backups resource for EAP 7.0.0)
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
Priority: Minor
{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}