[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
Thu Apr 4 14:56:01 EDT 2019


     [ https://issues.jboss.org/browse/WFLY-7332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Radoslav Husar closed WFLY-7332.
--------------------------------
    Resolution: Out of Date


Triage 2019-04-04: already fixed.

> 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}



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the jboss-jira mailing list