fix: small changes to enable test_mrope.py#14082
fix: small changes to enable test_mrope.py#14082Kangyan-Zhou merged 2 commits intosgl-project:mainfrom
Conversation
Signed-off-by: Raayan Dhar raayan.dhar@gmail.com <raayan.dhar@gmail.com>
|
cc: @yuan-luo |
|
I also noticed that some PRs made changes to this file. But it is clear that it was not tested since when testing on their commit, it still failed. Just as FYI. |
|
@raayandhar Please paste the UT passed result. |
Thanks, here it is: UT test results (click to expand) |
|
Also, I imagine that this test was disabled in CI ... once we are happy with the fix, how should we re-enable it? |
Sure, we should re-enable the test in CI. |
I found it here: Line 74 in e12c78a So I guess it was never disabled? Not sure how this is possible |
Signed-off-by: Raayan Dhar raayan.dhar@gmail.com <raayan.dhar@gmail.com>
Motivation
Currently
test_mrope.pyis broken. There are two issues: one related to server args, and one related to usingforward_nativeand not_forward_nativeModifications
Add dummy server args and change the test back to
_forward_native. The original pr (#11859) usedforward_nativebut in a follow-up pr this was changed to_forward_native: #11859Accuracy Tests
Benchmarking and Profiling
Checklist