You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
What's the deal with this multi-test. It's been failing a bunch lately, but generally for pretty good reasons as far as I can see. However, we don't run this test upstream which means it doesn't prevent any regressions.
Why don't we run this upstream? Is there any point having non-upstream tests, what do they guarantee when rls can be released with them failing?
Should we refactor it into individual unit tests per case, maybe with a macro?
RUSTFLAGS=--cfg=enable_tooltip_tests is horrible, changing that env causes recompilation of all dependencies. A feature would have been better... but see my first point.
Why doesn't this test work when you run it on it's own. I get
running 1 test
error: Unrecognized option: 'crate-name'
test actions::hover::test::test_tooltip ... test actions::hover::test::test_tooltip has been running for over 60 seconds