[JBoss JIRA] (ISPN-11255) Add task name to hotrod access log
by Pedro Zapata Fernandez (Jira)
Pedro Zapata Fernandez created ISPN-11255:
---------------------------------------------
Summary: Add task name to hotrod access log
Key: ISPN-11255
URL: https://issues.redhat.com/browse/ISPN-11255
Project: Infinispan
Issue Type: Task
Components: Server
Reporter: Will Burns
Assignee: Will Burns
Fix For: 11.0.0.Alpha1
The access log shows an EXEC operation, but unfortunately it doesn't say what the actual task was that was executed. We should be able to put this in the key field of the access log to provide better visibility.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 10 months
[JBoss JIRA] (ISPN-11254) Remove maven-failsafe-plugin in infinispan-server-runtime
by Dan Berindei (Jira)
Dan Berindei created ISPN-11254:
-----------------------------------
Summary: Remove maven-failsafe-plugin in infinispan-server-runtime
Key: ISPN-11254
URL: https://issues.redhat.com/browse/ISPN-11254
Project: Infinispan
Issue Type: Bug
Components: Server, Test Suite
Affects Versions: 10.1.1.Final
Reporter: Dan Berindei
Fix For: 11.0.0.Final
{{infinispan-server-runtime}} uses both {{maven-surefire-plugin}} and {{maven-failsafe-plugin}}, which makes it confusing sometimes. E.g. when trying to run a single integration test with {{-Dit.test=SomeIT}}, the surefire tests still run.
{{maven-failsafe-plugin}} 3.0.0 is supposed to replace {{-DskipTests}} with {{-DskipITs}}, so both {{-DskipTests -Dit.test=SomeIT}} and {{-DskipITs -Dtest=SomeTest}} will work. They haven't yet removed it in version 3.0.0-M4, but if we decide to keep both plugins after all, we can emulate the new behaviour with
{code:xml}
<skipTests>${skipITs}</skipTests>
{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 10 months
[JBoss JIRA] (ISPN-11253) Add task name to hotrod server log
by Will Burns (Jira)
Will Burns created ISPN-11253:
---------------------------------
Summary: Add task name to hotrod server log
Key: ISPN-11253
URL: https://issues.redhat.com/browse/ISPN-11253
Project: Infinispan
Issue Type: Task
Components: Server
Reporter: Will Burns
Assignee: Will Burns
Fix For: 11.0.0.Alpha1
The access log shows an EXEC operation, but unfortunately it doesn't say what the actual task was that was executed. We should be able to put this in the key field of the access log to provide better visibility.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 10 months