apache / apache/maven-surefire

[SUREFIRE-1884] Forked JVM Throws an Exception When Running TransformedMultiValuedMapTest from apache/commons-collections

Open
#2,968 14 comments 0 reactions 0 assignees View on GitHub
priority:major
Dominant language
Java
Stars
461
Forks
588
Avg merge
1d 8h
Merged PRs (30d)
19

Description

**[Anjiang Wei](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=david1998)** opened **[SUREFIRE-1884](https://issues.apache.org/jira/browse/SUREFIRE-1884?redirect=false)** and commented

Steps to reproduce:

git clone https://github.com/apache/commons-collections;

cd commons-collections

git checkout dc01c2583a6d77242862f92b38908d1fc28e90de

mvnops='-Dlicense.skip -Dcheckstyle.skip -Drat.skip -Denforcer.skip -Danimal.sniffer.skip -Dmaven.javadoc.skip -Dfindbugs.skip -Dwarbucks.skip -Dmodernizer.skip -Dimpsort.skip -Dmdep.analyze.skip -Dpgpverify.skip -Dxml.skip -Ddependency-check.skip=true -Dgpg.skip -fn'

mvn test-compile $mvnops

mvn test $mvnops # Running whole test suite works fine

mvn test -Dtest=TransformedMultiValuedMapTest $mvnops # forked JVM throws an exception # [ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: There was an error in the forked process

 

The full stack trace has been uploaded in the attachment.

---

**Affects:** 2.22.2

**Attachments:**
- [Full Stack Trace.txt](https://issues.apache.org/jira/secure/attachment/13019615/Full+Stack+Trace.txt) (_4.00 kB_)

Contributor guide

Open the contributing guide

Research direction

Check out the specified commons-collections commit and run the reported Maven commands, especially the focused TransformedMultiValuedMapTest invocation. Start with the attached Full Stack Trace.txt and compare the focused run with the successful full test suite. Done means the focused test completes without a SurefireBooterForkException.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
build-system, testing
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.