[JBoss JIRA] (ISPN-10479) server.jvm.args is not set to jvm when running tests for server/integration/testsuite
by Diego Lovison (Jira)
[ https://issues.jboss.org/browse/ISPN-10479?page=com.atlassian.jira.plugin... ]
Diego Lovison updated ISPN-10479:
---------------------------------
Git Pull Request: https://github.com/infinispan/infinispan/pull/7200, https://github.com/infinispan/infinispan/pull/7214 (was: https://github.com/infinispan/infinispan/pull/7200)
> server.jvm.args is not set to jvm when running tests for server/integration/testsuite
> -------------------------------------------------------------------------------------
>
> Key: ISPN-10479
> URL: https://issues.jboss.org/browse/ISPN-10479
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 9.4.16.Final
> Reporter: Diego Lovison
> Assignee: Diego Lovison
> Priority: Major
> Fix For: 9.4.17.Final
>
>
> {noformat}
> create-distro1:
> [echo] Creating test server distro at /home/jenkins/workspace/jdg-7.3.x-jdg-func-ispn-testsuite-zing/111c276b/infinispan/server/integration/testsuite/target/server/node1
> [echo] Using file /home/jenkins/workspace/jdg-7.3.x-jdg-func-ispn-testsuite-zing/111c276b/jboss-datagrid-7.3.3.ER1-server.zip
> [unzip] Expanding: /home/jenkins/workspace/jdg-7.3.x-jdg-func-ispn-testsuite-zing/111c276b/jboss-datagrid-7.3.3.ER1-server.zip into /home/jenkins/workspace/jdg-7.3.x-jdg-func-ispn-testsuite-zing/111c276b/infinispan/server/integration/testsuite/target/server/node1-tmp
> [delete] Deleting directory /home/jenkins/workspace/jdg-7.3.x-jdg-func-ispn-testsuite-zing/111c276b/infinispan/server/integration/testsuite/target/server/node1-tmp
> [echo] JDBC tests will run with H2 datasource
> [copy] Copying 21 files to /home/jenkins/workspace/jdg-7.3.x-jdg-func-ispn-testsuite-zing/111c276b/infinispan/server/integration/testsuite/target/server/node1/standalone/configuration/examples
> [copy] Copying 17 files to /home/jenkins/workspace/jdg-7.3.x-jdg-func-ispn-testsuite-zing/111c276b/infinispan/server/integration/testsuite/target/server/node1/standalone/configuration
> [echo] Updating vault '/home/jenkins/workspace/jdg-7.3.x-jdg-func-ispn-testsuite-zing/111c276b/infinispan/server/integration/testsuite/target/test-classes/vault/vault.keystore' entry 'password'...
> [java] Picked up JAVA_TOOL_OPTIONS : ' -Dfile.encoding=UTF8 -Djboss.modules.system.pkgs=com.sun.crypto.provider'
> [java] Zing VM Error: Zing License Verification failed.
> [INFO] ------------------------------------------------------------------------
> {noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 4 months
[JBoss JIRA] (ISPN-10497) Provide default XmlResourceResolver for DefaultCacheManager
by Ryan Emerson (Jira)
Ryan Emerson created ISPN-10497:
-----------------------------------
Summary: Provide default XmlResourceResolver for DefaultCacheManager
Key: ISPN-10497
URL: https://issues.jboss.org/browse/ISPN-10497
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 10.0.0.Beta5
Reporter: Ryan Emerson
{code:java}
public DefaultCacheManager(InputStream configurationStream, boolean start) throws IOException {
this(new ParserRegistry().parse(configurationStream, null), start);
}
{code}
Utilising the above constructor results in a NPE if the {{InputStream}} contains a configuration which loads a stack-file, as the {{XMLResourceResolver}} is always null in {{Parser::addJGroupsStackFile}}.
We should provide a default resolver implementation that utilises the same strategy as the {{GlobalConfigurationBuilder}} to determine which classloader should be used to resolve resources.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 4 months
[JBoss JIRA] (ISPN-10479) server.jvm.args is not set to jvm when running tests for server/integration/testsuite
by Dan Berindei (Jira)
[ https://issues.jboss.org/browse/ISPN-10479?page=com.atlassian.jira.plugin... ]
Dan Berindei updated ISPN-10479:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.4.17.Final
Resolution: Done
> server.jvm.args is not set to jvm when running tests for server/integration/testsuite
> -------------------------------------------------------------------------------------
>
> Key: ISPN-10479
> URL: https://issues.jboss.org/browse/ISPN-10479
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 9.4.16.Final
> Reporter: Diego Lovison
> Assignee: Diego Lovison
> Priority: Major
> Fix For: 9.4.17.Final
>
>
> {noformat}
> create-distro1:
> [echo] Creating test server distro at /home/jenkins/workspace/jdg-7.3.x-jdg-func-ispn-testsuite-zing/111c276b/infinispan/server/integration/testsuite/target/server/node1
> [echo] Using file /home/jenkins/workspace/jdg-7.3.x-jdg-func-ispn-testsuite-zing/111c276b/jboss-datagrid-7.3.3.ER1-server.zip
> [unzip] Expanding: /home/jenkins/workspace/jdg-7.3.x-jdg-func-ispn-testsuite-zing/111c276b/jboss-datagrid-7.3.3.ER1-server.zip into /home/jenkins/workspace/jdg-7.3.x-jdg-func-ispn-testsuite-zing/111c276b/infinispan/server/integration/testsuite/target/server/node1-tmp
> [delete] Deleting directory /home/jenkins/workspace/jdg-7.3.x-jdg-func-ispn-testsuite-zing/111c276b/infinispan/server/integration/testsuite/target/server/node1-tmp
> [echo] JDBC tests will run with H2 datasource
> [copy] Copying 21 files to /home/jenkins/workspace/jdg-7.3.x-jdg-func-ispn-testsuite-zing/111c276b/infinispan/server/integration/testsuite/target/server/node1/standalone/configuration/examples
> [copy] Copying 17 files to /home/jenkins/workspace/jdg-7.3.x-jdg-func-ispn-testsuite-zing/111c276b/infinispan/server/integration/testsuite/target/server/node1/standalone/configuration
> [echo] Updating vault '/home/jenkins/workspace/jdg-7.3.x-jdg-func-ispn-testsuite-zing/111c276b/infinispan/server/integration/testsuite/target/test-classes/vault/vault.keystore' entry 'password'...
> [java] Picked up JAVA_TOOL_OPTIONS : ' -Dfile.encoding=UTF8 -Djboss.modules.system.pkgs=com.sun.crypto.provider'
> [java] Zing VM Error: Zing License Verification failed.
> [INFO] ------------------------------------------------------------------------
> {noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 4 months
[JBoss JIRA] (ISPN-10495) Remove protobuf and protoparser dependencies
by Pedro Ruivo (Jira)
Pedro Ruivo created ISPN-10495:
----------------------------------
Summary: Remove protobuf and protoparser dependencies
Key: ISPN-10495
URL: https://issues.jboss.org/browse/ISPN-10495
Project: Infinispan
Issue Type: Enhancement
Affects Versions: 9.4.16.Final, 10.0.0.Beta5
Reporter: Pedro Ruivo
Assignee: Pedro Ruivo
Fix For: 10.0.0.CR1, 9.4.17.Final
Remove protobuf and protoparser dependencies. They aren't used.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 4 months