File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,21 @@ Start logging 2 detected threads.
105105Use the following backtrace(s) to find the line of code that got stuck if the CI node hung and terminated your tests.
106106How to read the backtrace: https://knapsackpro.com/perma/ruby/backtrace-debugging
107107
108+ Hanging specs in the main thread:
109+ # highlight-start
110+ knapsack_pro-ruby/spec_integration/b_spec.rb:7:in `kill'
111+ # highlight-end
112+ knapsack_pro-ruby/spec_integration/b_spec.rb:7:in `block (3 levels) in <top (required)>'
113+
114+
115+ Non-main thread inspect: #<Thread:0x000000011e18f6e0 spec_integration/a_spec.rb:5 sleep>
116+ Hanging specs in non-main thread:
117+ # highlight-start
118+ knapsack_pro-ruby/spec_integration/a_spec.rb:6:in `sleep'
119+ # highlight-end
120+ knapsack_pro-ruby/spec_integration/a_spec.rb:6:in `block (3 levels) in <top (required)>'
121+
122+
108123Main thread backtrace:
109124knapsack_pro-ruby/lib/knapsack_pro/runners/queue/base_runner.rb:83:in `backtrace'
110125knapsack_pro-ruby/lib/knapsack_pro/runners/queue/base_runner.rb:83:in `block in log_threads'
@@ -118,6 +133,7 @@ knapsack_pro-ruby/spec_integration/b_spec.rb:7:in `block (3 levels) in <top (req
118133.rvm/gems/ruby-3.3.4/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:263:in `instance_exec'
119134...
120135
136+
121137Non-main thread inspect: #<Thread:0x000000011e18f6e0 spec_integration/a_spec.rb:5 sleep>
122138Non-main thread backtrace:
123139# highlight-start
You can’t perform that action at this time.
0 commit comments