[JBoss JIRA] (ISPN-6476) Integration test modules shouldn't change the failsafe plugin's lifecycle
by Dan Berindei (JIRA)
Dan Berindei created ISPN-6476:
----------------------------------
Summary: Integration test modules shouldn't change the failsafe plugin's lifecycle
Key: ISPN-6476
URL: https://issues.jboss.org/browse/ISPN-6476
Project: Infinispan
Issue Type: Bug
Components: Build process
Affects Versions: 8.2.1.Final
Reporter: Dan Berindei
Fix For: 9.0.0.Alpha1
Many of our integration tests modules run the {{integration-test}} and {{verify}} goals of {{maven-failsafe-plugin}} together, sometimes specifying a lifecycle phase, sometimes not. This shouldn't be necessary, because failsafe runs both goals, it just binds them to different phases.
On the contrary, running both goals in the same phase can fail the build too early, skipping any executions bound to the {{post-integration-test}} phase.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 8 months
[JBoss JIRA] (ISPN-6475) Remove the async log4j2 appender in the test configurations
by Dan Berindei (JIRA)
[ https://issues.jboss.org/browse/ISPN-6475?page=com.atlassian.jira.plugin.... ]
Dan Berindei commented on ISPN-6475:
------------------------------------
For now we've only noticed the OOMEs in the build with TRACE logging enabled, because there is another factor involved: {{UnitTestTestNGListener}} registers a {{UncaughtExceptionHandler}} that logs the stacks of all the threads when it handles an OOME.
The ISPN-6364 fix removes this thread dump on OOME, so it should also fix this issue. But it's the async appender doesn't improve things that much, so we should still remove it for extra safety.
> Remove the async log4j2 appender in the test configurations
> -----------------------------------------------------------
>
> Key: ISPN-6475
> URL: https://issues.jboss.org/browse/ISPN-6475
> Project: Infinispan
> Issue Type: Task
> Components: Build process, Test Suite - Server
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Labels: testsuite_stability
> Fix For: 9.0.0.Alpha1
>
>
> {{ClientEventsOOMTest}} started generating {{OutOfMemoryError}} s again, and they are hanging the build because of LOG4J2-1361.
> We should remove the async appender, at least until LOG4J2-1361 is fixed.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 8 months
[JBoss JIRA] (ISPN-6475) Remove the async log4j2 appender in the test configurations
by Dan Berindei (JIRA)
[ https://issues.jboss.org/browse/ISPN-6475?page=com.atlassian.jira.plugin.... ]
Dan Berindei updated ISPN-6475:
-------------------------------
Description:
{{ClientEventsOOMTest}} started generating {{OutOfMemoryError}} s again, and they are hanging the build because of LOG4J2-1361.
We should remove the async appender, at least until LOG4J2-1361 is fixed.
was:
{{ClientEventsOOMTest}} started generating {{OutOfMemoryError}}s again, and they are hanging the build because of LOG4J2-1361.
We should remove the async appender, at least until LOG4J2-1361 is fixed.
> Remove the async log4j2 appender in the test configurations
> -----------------------------------------------------------
>
> Key: ISPN-6475
> URL: https://issues.jboss.org/browse/ISPN-6475
> Project: Infinispan
> Issue Type: Task
> Components: Build process, Test Suite - Server
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Labels: testsuite_stability
> Fix For: 9.0.0.Alpha1
>
>
> {{ClientEventsOOMTest}} started generating {{OutOfMemoryError}} s again, and they are hanging the build because of LOG4J2-1361.
> We should remove the async appender, at least until LOG4J2-1361 is fixed.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 8 months