Taylor Smock
Taylor Smock
> Great job on addressing the annoying warnings across the app! I can't help but add a little levity here: "Knock, knock." "Who's there?" "Warnings." "Warnings who?" "No warnings because...
For the MSW issue, I did a bit of debugging. ``` [MSW] Warning: captured a request without a matching request handler: • GET http://localhost/undefined ``` It turns out this is...
It would be a lot easier if it was _consistent_. I've had tests fail and then pass, only to fail again later. I think it is _probably_ related to a...
That would be intuitive. However, that is the only thing that I saw in common when I was spot checking the failing tests. I'll drop the `timeouts` I added in...
I checked on the `tasks-stage` instance, and I had to click back 10 times to go back a page. As far as going to the wrong page, here is the...
I think I'm going to start splitting some of the changes out. Specifically, * a93d4789adcce69343c91b0a857e5fc82d21a72d (Improve treeshaking) * dd5d20314a45d7bbe344fb40f90dfd54cbc957b5 (Fix some forwardRef warnings) * 00a5c6bf9952f0ff582d453f61d44f228c6a2d51 (ReactJS: Don't use 'selected' for...
Assuming you are talking about the tests failing in this pr, very slowly; I'm currently in a crunch to get things done for JOSM for the February release. But I...
All the test cases are passing now. I ran the tests in a while loop over the past week, and here are the results (from 864 runs): Failing tests |...
> @tsmock strange thing, I just got an issue regarding one test case "`projectStats.test.js`" and it has a path route as `"/projects/1" `initially and was throwing some errors as can't...
Failing jobs: * pre-commit.ci: Failing in `develop` * ci/circleci: backend-functional-tests: Failing in `develop` * Create and publish Tasking Manager backend container image / build-and-push-image: Failing with `ERROR: denied: installation not...