Skip to content

Commit

Permalink
Update troubleshooting.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturT committed Jan 23, 2025
1 parent a958df5 commit 12a1c9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus/docs/ruby/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,15 @@ Start logging 2 detected threads.
Use the following backtrace(s) to find the line of code that got stuck if the CI node hung and terminated your tests.
How to read the backtrace: https://knapsackpro.com/perma/ruby/backtrace-debugging
Hanging specs in the main thread:
Running specs in the main thread:
# highlight-start
knapsack_pro-ruby/spec_integration/b_spec.rb:7:in `kill'
# highlight-end
knapsack_pro-ruby/spec_integration/b_spec.rb:7:in `block (3 levels) in <top (required)>'
Non-main thread inspect: #<Thread:0x000000011e18f6e0 spec_integration/a_spec.rb:5 sleep>
Hanging specs in non-main thread:
Running specs in non-main thread:
# highlight-start
knapsack_pro-ruby/spec_integration/a_spec.rb:6:in `sleep'
# highlight-end
Expand Down

0 comments on commit 12a1c9f

Please sign in to comment.