[JBoss JIRA] (ISPN-10585) Wrong property for jackson-databind in server-testsuite
by Tristan Tarrant (Jira)
[ https://issues.jboss.org/browse/ISPN-10585?page=com.atlassian.jira.plugin... ]
Tristan Tarrant updated ISPN-10585:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Wrong property for jackson-databind in server-testsuite
> -------------------------------------------------------
>
> Key: ISPN-10585
> URL: https://issues.jboss.org/browse/ISPN-10585
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 9.4.16.Final, 10.0.0.CR1
> Reporter: Pedro Ruivo
> Assignee: Pedro Ruivo
> Priority: Major
> Fix For: 10.0.0.CR2, 9.4.17.Final
>
>
> In {{server/integrate/testsuite/pom.xml}}, we have
> {code:xml}
> <dependency>
> <groupId>com.fasterxml.jackson.core</groupId>
> <artifactId>jackson-databind</artifactId>
> <version>${version.jackson}</version>
> <scope>test</scope>
> </dependency>
> {code}
> but the {{version}} should be {{${versionx.com.fasterxml.jackson.core.jackson-databind}}}
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years, 3 months
[JBoss JIRA] (ISPN-10558) ServerNG: add database rules
by Gustavo Lira e Silva (Jira)
[ https://issues.jboss.org/browse/ISPN-10558?page=com.atlassian.jira.plugin... ]
Gustavo Lira e Silva reassigned ISPN-10558:
-------------------------------------------
Assignee: Gustavo Lira e Silva
> ServerNG: add database rules
> ----------------------------
>
> Key: ISPN-10558
> URL: https://issues.jboss.org/browse/ISPN-10558
> Project: Infinispan
> Issue Type: Enhancement
> Components: Server, Test Suite - Server
> Affects Versions: 10.0.0.CR1
> Reporter: Tristan Tarrant
> Assignee: Gustavo Lira e Silva
> Priority: Major
>
> We need a JDBC database rules for server tests which would be responsible for setting up a database server.
> There should be three modes of operation:
> * embedded databases (such as H2)
> * containerized databases (usually the open source ones)
> * externally managed databases
> The rules should ensure that the necessary JDBC driver are copied to the $SERVER_HOME/server/lib directory and that the server is started with an appropriate Agroal configuration
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years, 3 months
[JBoss JIRA] (ISPN-10586) Use ServerNG in the testsuite
by Tristan Tarrant (Jira)
Tristan Tarrant created ISPN-10586:
--------------------------------------
Summary: Use ServerNG in the testsuite
Key: ISPN-10586
URL: https://issues.jboss.org/browse/ISPN-10586
Project: Infinispan
Issue Type: Task
Components: JCache, Test Suite - Server
Reporter: Tristan Tarrant
Fix For: 10.0.0.Final
We should be using ServerNG instead of the WF server in the testsuite:
* JCache remote tests
* WildFly modules integration tests.
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years, 3 months