Open
      
        Bug 1639592
      
      
        Opened 5 years ago
          Updated 5 years ago
      
        
    
  
Make worker launching testable
Categories
(Core :: DOM: Workers, task)
Tracking
()
        NEW
        
        
    
  
People
(Reporter: ytausky, Unassigned)
References
Details
We want to be able to test issues like bug 1638170, but that's currently not possible. This bug should be used to track work needed to make it possible.
| Comment 1•5 years ago
           | ||
For bug 1638170, that would suggest some type of failure injection/simulation at discrete points of historically experienced failure. Is that what you're thinking? (In particular, I think we want a hard gate on spawning workers as late as they're being spawned in bug 1638170, so any test that reproduces the late-shutdown state of that bug should end up failing before attempting to spawn the thread.)
          You need to log in
          before you can comment on or make changes to this bug.
        
 
 
Description
•