Remove `routes-compiler-injected-routes-compilation-with-request-passed` scripted test as duplicate by ihostage · Pull Request #13231 · playframework/playframework

I am scared we remove some test(s) which covers some edge case.

Yes, Matthias, you are absolutely right in common. I also was scared.

I know takes a couple of minutes to run, but I will not remove them until I am 100% sure that it's ok the remove them...

When I was working on this PR I was thinking about how to simplify our codebase. As you said a few corner cases were implemented only in one test and this made the cost of supporting these tests very expensive. Spending time on CI wasn't a priority for me, I wanted only one example (actually, two java/scala 😄) that covered all cases related to route compilation to simplify maintenance it in future.

I was taking a quick look at this PR and also #13230. It's a bit much to analyse.
...
Because it's hard to analyze currently and don't want to spend the time for this ...

But I already spent this time a made this analysis 😂 Found a few missed cases and added them in these PRs and removed all other cases as duplicated.