While testing tiered_abort sometimes the parent process does not kill the child. The parent is waiting in a loop for the sentinel file to be created before starting the timer. For some reason the child process is not creating the file even though both the checkpoint and flush_tier threads have completed many iterations.
I suspect it is due to the iteration changes I made yesterday in WT-9459.