diff options
| author | Jun Aruga <junaruga@users.noreply.github.com> | 2023-05-22 14:53:05 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-22 14:53:05 +0200 |
| commit | b0a25c9cf8053c3e9a9a44a62cd54befde4ecdfc (patch) | |
| tree | e77c6232719a37eb5f4ccd585eac715534ddae57 /test/ruby/test_transcode.rb | |
| parent | bd786e78969f9d4a8699376ceafe10934b6ad533 (diff) | |
Revert "Apply timeout-scale to test_thr_kill." (#7838)
This reverts commit bbbec4b87c1e66909f5bee9acd3e460b8c1ad663.
Because the commit is a bug. The `apply_timeout_scale` to scale the timeout is
called 2 times in the process.
The `test/ruby/test_thread_queue.rb#test_thr_kill` is calling
`EnvUtil.apply_timeout_scale`, and
calling `tool/lib/core_assertions.rb#assert_normal_exit`.
calling `tool/lib/envutil.rb#invoke_ruby` (`EnvUtil.invoke_ruby`)
calling the `apply_timeout_scale`.
```
$ make test-all V=1 TESTS="-v test/ruby/test_thread_queue.rb -n TestThreadQueue#test_thr_kill --timeout-scale=2"
```
Notes
Notes:
Merged-By: junaruga
Diffstat (limited to 'test/ruby/test_transcode.rb')
0 files changed, 0 insertions, 0 deletions
