[launch_testing] remove deprecated ready_fn feature - #589
Conversation
Signed-off-by: William Woodall <william@osrfoundation.org>
Signed-off-by: William Woodall <william@osrfoundation.org>
Signed-off-by: William Woodall <william@osrfoundation.org>
|
Should this line be removed as well ? |
|
The short answer is: "I don't know" I looked at that line, but I couldn't figure out if it is part of the test runner machinery that is unfortunately named the same as the old feature users would use, or not. That's why I ran CI, I figured that if it was the old feature I'm removing some tests should fail, but maybe that's not the case. I also sort of traced the logic and I believe that it is still used, but the difference is that the Maybe someone more familiar with |
@adityapande-1995 @wjwwood It shouldn't. That's the actual callable that the
TBH this whole thing is messy. |
hidmic
left a comment
There was a problem hiding this comment.
@wjwwood LGTM but
launch/launch_testing/launch_testing/test_runner.py
Lines 295 to 296 in b59bb6b
should be removed too.
Signed-off-by: William Woodall <william@osrfoundation.org>
|
@wjwwood linters were still failing in that last CI. |
Signed-off-by: William Woodall <william@osrfoundation.org>
This feature was deprecated in #346 (foxy) and should be removed by now, so we'll do it in Humble.
We realized this due to this pr (thanks for that btw): #580
I'm opening in draft because I quickly did this in the browser and I'm not sure if the relatedReadyAggregatorclass needs to be removed. So I'll let CI run first.CI is good, but I'm still not sure about the
ReadyAggregatorclass, looking for input on that.