Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apacheGH-39113: [Integration][Flight][Java] Fix occasional failure st…
…arting Java server (apache#39115) ### Rationale for this change The "perfdata" feature in the JVM can sometimes cause spurious warnings or failures trying to start the Integration Flight server: ``` ################# FAILURES ################# FAILED TEST: decimal Java producing, Java consuming <class 'RuntimeError'>: Flight-Java server did not start properly, stdout: Warning: [0.002s][warning][perf,memops] Cannot use file /tmp/hsperfdata_root/55221 because it is locked by another process (errno = 11) stderr: ``` ### What changes are included in this PR? Disable the perfdata feature when starting the JVM for integration tests. ### Are these changes tested? By construction, yes. ### Are there any user-facing changes? No. * Closes: apache#39113 Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>
- Loading branch information