From b9d229c24da217176a98f6d1807905653772b58b Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 12 Dec 2024 13:53:50 +0900 Subject: [PATCH 1/2] tmp/test-pipes is no longer needed --- lib/turbo_tests/runner.rb | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/lib/turbo_tests/runner.rb b/lib/turbo_tests/runner.rb index 49564fb..466b5ad 100644 --- a/lib/turbo_tests/runner.rb +++ b/lib/turbo_tests/runner.rb @@ -109,8 +109,6 @@ def run **@parallel_options, ) - setup_tmp_dir - subprocess_opts = { record_runtime: @record_runtime, } @@ -157,15 +155,6 @@ def handle_interrupt end end - def setup_tmp_dir - begin - FileUtils.rm_r("tmp/test-pipes") - rescue Errno::ENOENT - end - - FileUtils.mkdir_p("tmp/test-pipes/") - end - def start_regular_subprocess(tests, process_id, **opts) start_subprocess( {"TEST_ENV_NUMBER" => process_id.to_s}, From 49f2bcc02ab92df4e9a6965174ca20d7aca0ba1a Mon Sep 17 00:00:00 2001 From: Peter Boling Date: Tue, 4 Feb 2025 23:38:38 +0700 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=9A=A8=20Update=20lint=20lock?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .rubocop_gradual.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.rubocop_gradual.lock b/.rubocop_gradual.lock index dac37d7..352c243 100644 --- a/.rubocop_gradual.lock +++ b/.rubocop_gradual.lock @@ -22,14 +22,14 @@ [50, 5, 269, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 4255608859], [71, 5, 614, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 574527918] ], - "lib/turbo_tests/runner.rb:1197951922": [ + "lib/turbo_tests/runner.rb:1439137339": [ [13, 5, 271, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 21989008], [20, 5, 1400, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 1925027850], - [248, 11, 10, "ThreadSafety/NewThread: Avoid starting new threads.", 3411682361], - [267, 47, 6, "Style/GlobalStdStream: Use `$stderr` instead of `STDERR`.", 3356712163], - [269, 21, 10, "ThreadSafety/NewThread: Avoid starting new threads.", 3411682361], - [278, 7, 10, "ThreadSafety/NewThread: Avoid starting new threads.", 3411682361], - [338, 9, 6, "Style/GlobalStdStream: Use `$stdout` instead of `STDOUT`.", 3356722952] + [237, 11, 10, "ThreadSafety/NewThread: Avoid starting new threads.", 3411682361], + [256, 47, 6, "Style/GlobalStdStream: Use `$stderr` instead of `STDERR`.", 3356712163], + [258, 21, 10, "ThreadSafety/NewThread: Avoid starting new threads.", 3411682361], + [267, 7, 10, "ThreadSafety/NewThread: Avoid starting new threads.", 3411682361], + [327, 9, 6, "Style/GlobalStdStream: Use `$stdout` instead of `STDOUT`.", 3356722952] ], "spec/cli_spec.rb:3990998076": [ [1, 1, 30, "RSpec/SpecFilePathFormat: Spec path should end with `turbo_tests/cli*_spec.rb`.", 965721356],