Re: [OE-core] [PATCH] ruby: workaround ptest hang problem

2021-11-03 Thread Alexander Kanavin
On Wed, 3 Nov 2021 at 09:01, Changqing Li wrote: > test_smtp hang problem should caused by openssl upgrade to 3.0. but > ruby_ptest is moved into ptest_problems when openssl is 1.1, > > so I am not sure why ruby_ptest timeout in the past. But after I remove > test_smtp, I can run ruby test suc

Re: [OE-core] [PATCH] ruby: workaround ptest hang problem

2021-11-03 Thread Changqing Li
On 11/3/21 2:36 PM, Alexander Kanavin wrote: **[Please note: This e-mail is from an EXTERNAL e-mail address] Thanks, does this mean t can be moved out of ptest_problems list? test_smtp hang problem should caused by openssl upgrade to 3.0. but ruby_ptest is moved into ptest_problems when ope

Re: [OE-core] [PATCH] ruby: workaround ptest hang problem

2021-11-02 Thread Alexander Kanavin
Thanks, does this mean ruby-zotest can be moved out of ptest_problems list? Alex On Wed 3. Nov 2021 at 6.50, Changqing Li wrote: > From: Changqing Li > > since openssl 3 not compatible problem, ruby have disable openssl > extention. But disable openssl extention make test_smtp.rs hang at > tes

[OE-core] [PATCH] ruby: workaround ptest hang problem

2021-11-02 Thread Changqing Li
From: Changqing Li since openssl 3 not compatible problem, ruby have disable openssl extention. But disable openssl extention make test_smtp.rs hang at test case "test_start". Net::TestSMTP#test_start: NameError: uninitialized constant Net::SMTP::OpenSSL Did you mean? Open3 /usr/lib64/ruby/3.0.0