-
Bug
-
Resolution: Won't Fix
-
Major
-
None
-
jruby 1.6.1(scripting language)
Jenkins 1.428
Hi,
I have suite of test cases written in ruby. I am executing them via hudson node.
if i run tests on my local machine, it's working fine without any problem but when
i run them via hudson over hudson slave node. test build failed due to segmentation fault.
=============== build / execute shell ==========================================
export LD_LIBRARY_PATH=/usr/local/lib/
export ENVIRONMENT=RC
cd ${WORKSPACE}
/home/hudson/bin/jruby-1.6.1/bin/jruby.sh SearchBackendTest.rb
==================== final ouput ===============================================
Finished in 3083.445 seconds.
58 tests, 4635 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed
0.02 tests/s, 1.50 assertions/s
/tmp/hudson7589639156667861227.sh: line 5: 1061 Segmentation fault /home/hudson/bin/jruby-1.6.1/bin/jruby.sh SearchBackendTest.rb
Build step 'Execute shell' marked build as failure
Notifying upstream projects of job completion
Finished: FAILURE
=========================================================================================
According to final output, our tests execute wihout any error but still build getting failed. any idea????