JDK-7181774 : java/net/URLConnection/6212146/test.sh failed on windows; ulimit not found
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 6u33,7,8
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: windows
  • CPU: x86
  • Submitted: 2012-07-04
  • Updated: 2018-09-11
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Relates :  
Description
Test failed by timeout because URLConnection.openConnection() and URLConnection.getInputStream() work too slow on test machine. 

See test results with debug time logs in attachments and comments for more details

Comments
The attached jtr files, run with jdk7/8 indicate that ulimit is not found. It is most likely that this test should not be run on Windows, or at least it needs to avoid trying to set ulimit. From test8b81_with7u21b05test.jtr: ... ----------System.err:(1/124)*---------- ulimit: K:\\regression\\workspaces\\170\\1.7.0_21b05\\j2se\\test\\java\\net\\URLConnection\\6212146\\test.sh 69: not found result: Error. Execution failed
01-10-2013

This test runs in JPRT and TL nightly without any reports of test failures. It's not clear whether the submitter is using MKS or cygwin but we should change this test to not use ulimit on Windows.
28-10-2012