[
https://issues.apache.org/jira/browse/MAPREDUCE-7502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18016333#comment-18016333
]
ASF GitHub Bot commented on MAPREDUCE-7502:
-------------------------------------------
stoty opened a new pull request, #7902:
URL: https://github.com/apache/hadoop/pull/7902
### Description of PR
Fixes TestPipeApplication hang.
TestPipeApplication tries to pass data in environment variables with dots in
the names, which doesn't work.
### How was this patch tested?
`mvn clean verify -am -pl
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient
-Dtest=TestPipeApplication`
### For code changes:
- [X] Does the title or this PR starts with the corresponding JIRA issue id
(e.g. 'HADOOP-17799. Your PR title ...')?
- [ ] Object storage: have the integration tests been executed and the
endpoint declared according to the connector-specific documentation?
- [ ] If adding new dependencies to the code, are these dependencies
licensed in a way that is compatible for inclusion under [ASF
2.0](http://www.apache.org/legal/resolved.html#category-a)?
- [ ] If applicable, have you updated the `LICENSE`, `LICENSE-binary`,
`NOTICE-binary` files?
> TestPipeApplication silently hangs
> ----------------------------------
>
> Key: MAPREDUCE-7502
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-7502
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Reporter: Istvan Toth
> Assignee: Istvan Toth
> Priority: Major
> Labels: test
> Attachments: 2025-08-25T14-25-05_442-jvmRun1.dump
>
>
> TestPipeApplication silently hangs.
> This happens both on my machine and in the CI runs.
> This is actually two problems:
> - The test hangs
> - The hang does not appear in the CI output, and does not cause the test to
> fail
> The snippet below is from
> https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java11-linux-x86_64/827/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt/*view*/:
> {noformat}
> ...
> [INFO] Running org.apache.hadoop.mapred.TestTaskPerformanceSplits
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052
> s - in org.apache.hadoop.mapred.TestTaskPerformanceSplits
> [INFO] Running org.apache.hadoop.mapred.pipes.TestPipeApplication
> [INFO] Running org.apache.hadoop.mapred.pipes.TestPipesNonJavaInputFormat
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.563
> s - in org.apache.hadoop.mapred.pipes.TestPipesNonJavaInputFormat
> ...
> [INFO] Results:
> [INFO]
> [WARNING] Tests run: 574, Failures: 0, Errors: 0, Skipped: 1
> [INFO]
> [ERROR] There was a timeout or other error in the fork
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 02:04 h
> [INFO] Finished at: 2025-03-07T16:27:28Z{noformat}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]