GBLS / docassemble-MAEvictionDefense

A guided interview for pro se eviction defense in Massachusetts. Generates an Answer form, Request for Discovery, and accompanying forms and motions.
https://www.gbls.org
Other
15 stars 14 forks source link

Tests not including proper files #157

Closed nonprofittechy closed 3 years ago

nonprofittechy commented 3 years ago

error-Userscourtdatehaspassed

plocket commented 3 years ago

From what I can see of the test, it's probably a race condition - the rest of the tests passed. If we keep actions enabled I can re-run the test a couple of times and see if something more revealing happens.

I've seen it a few times before and it's resolved on re-runs. It may be that the server hasn't completely finished loading even after test.yml can be found. I'll talk to the team and see if we can think of some way to make those race conditions less likely.

plocket commented 3 years ago

Working on adding polling to that functionality. I think this method shouldn't slow things down too much. [Or speed them up too much at the same time.]

plocket commented 3 years ago

As seen above, the PR has been made.