()
| 4208 | f.write(tmplt % dict(port=port, str="NEW")) |
| 4209 | |
| 4210 | def check_condition(): |
| 4211 | return not secondary_process_thread_communication.is_alive() |
| 4212 | |
| 4213 | def create_msg(): |
| 4214 | return "Expected secondary thread to finish before timeout.\nSecondary thread log:\n%s\nSecondary thread errors:\n%s\n" % ( |