[JBoss JIRA] (ISPN-11771) Fix TCK Runner project name
by Diego Lovison (Jira)
Diego Lovison created ISPN-11771:
------------------------------------
Summary: Fix TCK Runner project name
Key: ISPN-11771
URL: https://issues.redhat.com/browse/ISPN-11771
Project: Infinispan
Issue Type: Bug
Components: JCache
Reporter: Diego Lovison
Fix For: 11.0.0.Dev05
The module tck-runner-embedded has the same name of tck-runner-remote
Both are using Infinispan JCACHE (JSR-107) TCK Runner
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 7 months
[JBoss JIRA] (ISPN-11706) Use XidImpl internally
by Katia Aresti (Jira)
[ https://issues.redhat.com/browse/ISPN-11706?page=com.atlassian.jira.plugi... ]
Katia Aresti updated ISPN-11706:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Use XidImpl internally
> ----------------------
>
> Key: ISPN-11706
> URL: https://issues.redhat.com/browse/ISPN-11706
> Project: Infinispan
> Issue Type: Enhancement
> Components: Core, Transactions
> Affects Versions: 11.0.0.Dev04
> Reporter: Pedro Ruivo
> Assignee: Pedro Ruivo
> Priority: Major
> Fix For: 11.0.0.CR1
>
>
> We can use {{XidImpl}} to store external {{Xid}} in our internals. This way, we only need to handle one implementation internally that makes life easier with protostream.
> Action plan:
> * Remove {{EmbeddedXid}} and move generator code to {{EmbbededTransaction}}
> * Remove {{RemoteXid}} and move generator code to {{RemoteTransaction}}
> * Update {{XidImpl.copy()}}
> * Create protostream marshaller
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 7 months
[JBoss JIRA] (ISPN-11770) Standardize the JGroups stack for the test suite
by Diego Lovison (Jira)
[ https://issues.redhat.com/browse/ISPN-11770?page=com.atlassian.jira.plugi... ]
Diego Lovison updated ISPN-11770:
---------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/8276
> Standardize the JGroups stack for the test suite
> ------------------------------------------------
>
> Key: ISPN-11770
> URL: https://issues.redhat.com/browse/ISPN-11770
> Project: Infinispan
> Issue Type: Enhancement
> Components: Core, Server
> Affects Versions: 10.1.7.Final, 11.0.0.Dev05
> Reporter: Diego Lovison
> Assignee: Diego Lovison
> Priority: Minor
>
> As a QE, I would like to set one argument and let the whole test suite behavior in the same way:
> Today we need the following arguments:
> * org.infinispan.test.server.cluster.stack
> * infinispan.cluster.stack
> It is not possible to use default-jgroups-tcp.xml or default-jgroups-udp.xml in the core module. In the server module, I can use it.
> The name of the stacks for the core and server module is not matching.
> * For the core, when using tcp, it is using stacks/test-tcp.xml
> * For the server, when using tcp, it is using default-jgroups-tcp.xml
> The main goals of this JIRA:
> * Keep only one argument: infinispan.cluster.stack
> * Allow the core module uses default-jgroups-tcp.xml or default-jgroups-udp.xml
> * Standardize the stack name:
> * * tcp -> default-jgroups-tcp.xml
> * * udp -> default-jgroups-udp.xml
> * * test-tcp -> test-tcp.xml
> * * test-udp -> test-udp.xml
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 7 months
[JBoss JIRA] (ISPN-11770) Standardize the JGroups stack for the test suite
by Diego Lovison (Jira)
[ https://issues.redhat.com/browse/ISPN-11770?page=com.atlassian.jira.plugi... ]
Diego Lovison updated ISPN-11770:
---------------------------------
Component/s: Core
Server
> Standardize the JGroups stack for the test suite
> ------------------------------------------------
>
> Key: ISPN-11770
> URL: https://issues.redhat.com/browse/ISPN-11770
> Project: Infinispan
> Issue Type: Enhancement
> Components: Core, Server
> Affects Versions: 10.1.7.Final, 11.0.0.Dev05
> Reporter: Diego Lovison
> Assignee: Diego Lovison
> Priority: Minor
>
> As a QE, I would like to set one argument and let the whole test suite behavior in the same way:
> Today we need the following arguments:
> * org.infinispan.test.server.cluster.stack
> * infinispan.cluster.stack
> It is not possible to use default-jgroups-tcp.xml or default-jgroups-udp.xml in the core module. In the server module, I can use it.
> The name of the stacks for the core and server module is not matching.
> * For the core, when using tcp, it is using stacks/test-tcp.xml
> * For the server, when using tcp, it is using default-jgroups-tcp.xml
> The main goals of this JIRA:
> * Keep only one argument: infinispan.cluster.stack
> * Allow the core module uses default-jgroups-tcp.xml or default-jgroups-udp.xml
> * Standardize the stack name:
> * * tcp -> default-jgroups-tcp.xml
> * * udp -> default-jgroups-udp.xml
> * * test-tcp -> test-tcp.xml
> * * test-udp -> test-udp.xml
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 7 months
[JBoss JIRA] (ISPN-11770) Standardize the JGroups stack for the test suite
by Diego Lovison (Jira)
[ https://issues.redhat.com/browse/ISPN-11770?page=com.atlassian.jira.plugi... ]
Diego Lovison reassigned ISPN-11770:
------------------------------------
Assignee: Diego Lovison
> Standardize the JGroups stack for the test suite
> ------------------------------------------------
>
> Key: ISPN-11770
> URL: https://issues.redhat.com/browse/ISPN-11770
> Project: Infinispan
> Issue Type: Enhancement
> Affects Versions: 10.1.7.Final, 11.0.0.Dev05
> Reporter: Diego Lovison
> Assignee: Diego Lovison
> Priority: Minor
>
> As a QE, I would like to set one argument and let the whole test suite behavior in the same way:
> Today we need the following arguments:
> * org.infinispan.test.server.cluster.stack
> * infinispan.cluster.stack
> It is not possible to use default-jgroups-tcp.xml or default-jgroups-udp.xml in the core module. In the server module, I can use it.
> The name of the stacks for the core and server module is not matching.
> * For the core, when using tcp, it is using stacks/test-tcp.xml
> * For the server, when using tcp, it is using default-jgroups-tcp.xml
> The main goals of this JIRA:
> * Keep only one argument: infinispan.cluster.stack
> * Allow the core module uses default-jgroups-tcp.xml or default-jgroups-udp.xml
> * Standardize the stack name:
> * * tcp -> default-jgroups-tcp.xml
> * * udp -> default-jgroups-udp.xml
> * * test-tcp -> test-tcp.xml
> * * test-udp -> test-udp.xml
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 7 months
[JBoss JIRA] (ISPN-11770) Standardize the JGroups stack for the test suite
by Diego Lovison (Jira)
[ https://issues.redhat.com/browse/ISPN-11770?page=com.atlassian.jira.plugi... ]
Diego Lovison updated ISPN-11770:
---------------------------------
Status: Open (was: New)
> Standardize the JGroups stack for the test suite
> ------------------------------------------------
>
> Key: ISPN-11770
> URL: https://issues.redhat.com/browse/ISPN-11770
> Project: Infinispan
> Issue Type: Enhancement
> Affects Versions: 10.1.7.Final, 11.0.0.Dev05
> Reporter: Diego Lovison
> Assignee: Diego Lovison
> Priority: Minor
>
> As a QE, I would like to set one argument and let the whole test suite behavior in the same way:
> Today we need the following arguments:
> * org.infinispan.test.server.cluster.stack
> * infinispan.cluster.stack
> It is not possible to use default-jgroups-tcp.xml or default-jgroups-udp.xml in the core module. In the server module, I can use it.
> The name of the stacks for the core and server module is not matching.
> * For the core, when using tcp, it is using stacks/test-tcp.xml
> * For the server, when using tcp, it is using default-jgroups-tcp.xml
> The main goals of this JIRA:
> * Keep only one argument: infinispan.cluster.stack
> * Allow the core module uses default-jgroups-tcp.xml or default-jgroups-udp.xml
> * Standardize the stack name:
> * * tcp -> default-jgroups-tcp.xml
> * * udp -> default-jgroups-udp.xml
> * * test-tcp -> test-tcp.xml
> * * test-udp -> test-udp.xml
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 7 months
[JBoss JIRA] (ISPN-11770) Standardize the JGroups stack for the test suite
by Diego Lovison (Jira)
Diego Lovison created ISPN-11770:
------------------------------------
Summary: Standardize the JGroups stack for the test suite
Key: ISPN-11770
URL: https://issues.redhat.com/browse/ISPN-11770
Project: Infinispan
Issue Type: Enhancement
Affects Versions: 11.0.0.Dev05, 10.1.7.Final
Reporter: Diego Lovison
As a QE, I would like to set one argument and let the whole test suite behavior in the same way:
Today we need the following arguments:
* org.infinispan.test.server.cluster.stack
* infinispan.cluster.stack
It is not possible to use default-jgroups-tcp.xml or default-jgroups-udp.xml in the core module. In the server module, I can use it.
The name of the stacks for the core and server module is not matching.
* For the core, when using tcp, it is using stacks/test-tcp.xml
* For the server, when using tcp, it is using default-jgroups-tcp.xml
The main goals of this JIRA:
* Keep only one argument: infinispan.cluster.stack
* Allow the core module uses default-jgroups-tcp.xml or default-jgroups-udp.xml
* Standardize the stack name:
* * tcp -> default-jgroups-tcp.xml
* * udp -> default-jgroups-udp.xml
* * test-tcp -> test-tcp.xml
* * test-udp -> test-udp.xml
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 7 months