-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more jruby versions to Travis build #123
Conversation
wallyqs
commented
Jul 31, 2016
•
edited
Loading
edited
- Adds testing Java 7 and Java 8 under oraclejdk and openjdk
- Skip specs which generate inboxes in jruby, pending for now since low performant in CI environment (SecureRandom is slow or hangs. jruby/jruby#3351)
- Also skip TLS specs in jruby since failing and need more tweaks :/
- Updates usage of rspec throughout
- Add profiling of tests to rspec to detect slow tests
- Adds testing Java 7 and Java 8 under oraclejdk and openjdk - Skip requests and TLS specs, pending for now since failing and need more tweaks :/ - Updates usage of rspec throughout
Are you able to reproduce the slowness described here:
We would love to have a way to reproduce any slow behavior surrounding SecureRandom, so we can fix it. Also, are there any issues filed for this?
|
Hi @headius thanks for following up :) The TLS failures still have to look into and possibly could be Eventmachine usage related. Those tests quickly fail, though the ones tests involved calling For example here are some builds of what is basically just a call to How slow it is fluctuates in Travis too, here calling Also to notice is that subsequent calls are faster and it is the first one which is taking that long:
Any advice or hints appreciated here, thanks! |
Seems builds no longer stall in jruby Travis CI env when setting source to be |