refactor: remove evalSetRun status update logic #1185
+1
−386
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR removes all code logic that updates the status of
evalSetRunentities, as requested.Changes Made
UPDATE_EVAL_SET_RUNevent publishing (success and failure cases)update_eval_set_run(),_update_eval_set_run_spec(), andhandle_update_eval_set_run()methods_on_eval_set_run_updated()telemetry tracking methodhandle_update_eval_set_run()console reporting methodUPDATE_EVAL_SET_RUNevent subscriptions across subscribersImpact
Testing
✅ All tests pass successfully:
Files Changed
src/uipath/_cli/_evals/_runtime.pysrc/uipath/_cli/_evals/_progress_reporter.pysrc/uipath/_cli/_evals/_telemetry.pysrc/uipath/_cli/_evals/_console_progress_reporter.pytests/cli/eval/test_progress_reporter.pytests/cli/eval/test_eval_telemetry.pyTotal: 6 files changed, 1 insertion(+), 386 deletions(-)
🤖 Generated with Claude Code