metasploit-framework/lib/metasploit/framework/spec
Luke Imhoff e3869ee1ae
Include Thread status when printing leaked threads
MSP-11147

Sometime travis-ci is showing leaked threads even when
'Msf::Framework#threads cleaner' is being used, so I'm adding the
`Thread#status` to the data printed about the Thread to see if the
sometimes leaked threads have an odd status.  There's still a chance
that there will be a race-condition between when I call Thread.list and
I ask for each Thread's status that the VM could finish aborting a
Thread so that status I print isn't the same as the one that caused the
Thread to be returned in Thread.list.
2014-11-17 09:30:46 -06:00
..
constants Revert "Add .log extension to metasploit/framework/spec/constants/suite log" 2014-11-04 14:03:54 -06:00
threads Include Thread status when printing leaked threads 2014-11-17 09:30:46 -06:00
constants.rb Fail `rake spec` if leak tracking unnecessary 2014-10-30 09:37:17 -05:00
threads.rb Fail before suite if more than 1 thread exists 2014-11-05 14:38:43 -06:00
untested_payloads.rb tools/missing-payload-tests.rb 2014-10-27 13:03:31 -05:00