[Red Hat JIRA] (WFLY-13970) jpa ScannerTests.testGetBytesFromInputStream failed intermittently
by Scott Marlow (Jira)
[ https://issues.redhat.com/browse/WFLY-13970?page=com.atlassian.jira.plugi... ]
Scott Marlow commented on WFLY-13970:
-------------------------------------
Thanks for reporting this Cheng! I don't see any reason to keep the time comparison test which doesn't seem related to the JPA scanning. So, I removed the test comparison to address the failure.
> jpa ScannerTests.testGetBytesFromInputStream failed intermittently
> ------------------------------------------------------------------
>
> Key: WFLY-13970
> URL: https://issues.redhat.com/browse/WFLY-13970
> Project: WildFly
> Issue Type: Bug
> Components: JPA / Hibernate
> Affects Versions: 21.0.0.Final
> Reporter: Cheng Fang
> Assignee: Scott Marlow
> Priority: Major
>
> When building WildFly, the test {{org.jboss.as.jpa.hibernate5.scan.ScannerTests#testGetBytesFromInputStream}} failed intermittently at line 147 when comparing the old perf time to the new one:
> {code}
> assertTrue(oldTime > newTime);
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 2 months
[Red Hat JIRA] (WFLY-13519) Infinispan module attribute needs to support multiple values
by Radoslav Husar (Jira)
[ https://issues.redhat.com/browse/WFLY-13519?page=com.atlassian.jira.plugi... ]
Radoslav Husar updated WFLY-13519:
----------------------------------
Fix Version/s: 22.0.0.Beta1
> Infinispan module attribute needs to support multiple values
> ------------------------------------------------------------
>
> Key: WFLY-13519
> URL: https://issues.redhat.com/browse/WFLY-13519
> Project: WildFly
> Issue Type: Bug
> Components: Clustering
> Affects Versions: 20.0.0.Beta1
> Reporter: Paul Ferraro
> Assignee: Paul Ferraro
> Priority: Major
> Fix For: 22.0.0.Beta1
>
>
> The cache-container and remote-cache-container resources in the Infinispan subsystem have a module attribute that is used to dynamically load externalizers used to configure marshalling for capabilities associated with these resources.
> Additionally, this attribute is also used to load Infinispan modules (e.g query, multimap, hibernate, etc.).
> Several users have had issues with configuring the marshalling of a custom cache because the module to which their cache container is associated does not know about their module. Users wanting to a specific Infinispan module has a similar issue.
> Currently, the only way to load marshalling configuration from multiple modules is through the use of module dependencies (using services="import"). This causes lots of unnatural service dependencies, which complicates the ability to build fine grained galleon layers.
> In order to support the use of multiple modules for a given cache-container, and also to support marshalling for multiple modules, we need to allow these resources to be associated with a list of modules, instead of a single module.
> Thus, the "module" will need to be replaced by "modules", where the former becomes an alias for the latter, with some translation logic to convert multiple values to a single value.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 2 months
[Red Hat JIRA] (WFLY-13965) Resource-level capability constraints are not enforced
by Radoslav Husar (Jira)
[ https://issues.redhat.com/browse/WFLY-13965?page=com.atlassian.jira.plugi... ]
Radoslav Husar updated WFLY-13965:
----------------------------------
Fix Version/s: 21.0.1.Final
22.0.0.Beta1
> Resource-level capability constraints are not enforced
> ------------------------------------------------------
>
> Key: WFLY-13965
> URL: https://issues.redhat.com/browse/WFLY-13965
> Project: WildFly
> Issue Type: Bug
> Components: Clustering
> Affects Versions: 21.0.0.Final
> Reporter: Paul Ferraro
> Assignee: Paul Ferraro
> Priority: Critical
> Fix For: 21.0.1.Final, 22.0.0.Beta1
>
>
> For example, a replicated-cache has a capability constraint on a JGroups transport. However, the following operation does not fail, even though a /subsystem=infinispan/cache-container=server/transport=jgroups resource was not defined:
> {noformat}
> [standalone@embedded /] /subsystem=infinispan/cache-container=server/replicated-cache=foo:add()
> ResourceCapabilityReference.addCapabilityRequirements(/subsystem=infinispan/cache-container=server/replicated-cache=foo, null,[]
> {"outcome" => "success"}
> {noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 2 months
[Red Hat JIRA] (WFLY-13970) jpa ScannerTests.testGetBytesFromInputStream failed intermittently
by Cheng Fang (Jira)
Cheng Fang created WFLY-13970:
---------------------------------
Summary: jpa ScannerTests.testGetBytesFromInputStream failed intermittently
Key: WFLY-13970
URL: https://issues.redhat.com/browse/WFLY-13970
Project: WildFly
Issue Type: Bug
Components: JPA / Hibernate
Reporter: Cheng Fang
Assignee: Scott Marlow
When building WildFly, the test {{org.jboss.as.jpa.hibernate5.scan.ScannerTests#testGetBytesFromInputStream}} failed intermittently at line 147 when comparing the old perf time to the new one:
{code}
assertTrue(oldTime > newTime);
{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 2 months