Closed
Description
I'm about ready to push a PR to address resource constrained deployments.
As part of testing my PR I'm finding the tests have some issues and if they are known issues and not limited to my environment I'd like to include with the PR. What I'm seeing:
- There are several tests generate a "RuntimeError: everything is broken", although the tests report as passing. I'm pretty sure this is due to a Stubbed object not allowing a method and AppExcutor.handle_thread_error "getting involved" in a way that allows the exception to not fail the test.
- There are several tests generate various broken pipe errors in Interruptible.rb. I've got code that handles all of the errors that I've encountered.
I'm running on a M series MacBookPro. PostgreSQL and MySQL are running in docker as configured via bin/setup. I have not made any other changes or adjustments to the environment.
Are these known issues that I should include in my PR or yet another case of "it's just me?"
Metadata
Metadata
Assignees
Labels
No labels