ruby/test/openssl
Alan Wu 7930a352a5 Test out fix for OpenSSL test flakiness
`OpenSSL::TestX509Store#test_verify` has been failing intermittently on
CI about once a day:
  - http://ci.rvm.jp/results/trunk-random2@phosphorus-docker/3121244
  - http://ci.rvm.jp/results/trunk-random1@phosphorus-docker/3117661
  - http://ci.rvm.jp/results/trunk-random1@phosphorus-docker/3111684

According to the test:
 > OpenSSL uses time(2) while Time.now uses clock_gettime(CLOCK_REALTIME),
 > and there may be difference.

This difference is could be the cause for the flaky failures. Let's see
if giving the certificate more room solves the problem.

In any case, I will revert this in a week. I think changes to these
should go to https://github.com/ruby/openssl/?
2020-08-11 12:01:51 -04:00
..
fixtures/pkey
test_asn1.rb
test_bn.rb
test_buffering.rb
test_cipher.rb [ruby/openssl] Look up cipher by name instead of constant 2020-05-13 15:47:51 +09:00
test_config.rb
test_digest.rb
test_engine.rb
test_fips.rb
test_hmac.rb
test_kdf.rb
test_ns_spki.rb
test_ocsp.rb
test_ossl.rb
test_pair.rb
test_pkcs7.rb
test_pkcs12.rb
test_pkey.rb [ruby/openssl] pkey: add PKey#inspect and #oid 2020-05-13 15:47:51 +09:00
test_pkey_dh.rb
test_pkey_dsa.rb
test_pkey_ec.rb
test_pkey_rsa.rb
test_random.rb
test_ssl.rb [ruby/openssl] ssl: temporarily remove SSLContext#add_certificate_chain_file 2020-05-13 15:47:51 +09:00
test_ssl_session.rb
test_ts.rb
test_x509attr.rb
test_x509cert.rb
test_x509crl.rb
test_x509ext.rb
test_x509name.rb
test_x509req.rb
test_x509store.rb Test out fix for OpenSSL test flakiness 2020-08-11 12:01:51 -04:00
ut_eof.rb
utils.rb