[core] Remove deprecated std::string scheduler/timer overloads (#17111)

This commit is contained in:
J. Nick Koston
2026-06-21 16:22:08 -05:00
committed by GitHub
parent 6c10fc1272
commit c4abc5476e
20 changed files with 74 additions and 1017 deletions

View File

@@ -99,7 +99,7 @@ async def test_scheduler_string_test(
timeout_count += 1
# Check for cancel test
elif "Cancelled timeout using different string object" in clean_line:
elif "Cancelled timeout using different buffer with same content" in clean_line:
cancel_test_done.set()
# Check for final results