Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Logging and Error Handling for get_benchmark_final_target_code #910

Merged
merged 2 commits into from
Mar 22, 2025

Conversation

Ekam219
Copy link

@Ekam219 Ekam219 commented Mar 21, 2025

Description

This PR addresses the issue of missing source code by adding enhanced logging and improving error handling in the get_benchmark_final_target_code() method. Previously, silent failures could occur, making it difficult to diagnose the root cause of missing source code.

Changes

Benefits

  • Improved debuggability by making it easier to identify the reasons behind missing source code.
  • Increased robustness by preventing silent failures and ensuring more informative logs and error handling.

@DonggeLiu
Copy link
Collaborator

DonggeLiu commented Mar 22, 2025

+@Kartikayy007 for visibility.
I will create another experiment PR so that we can compare the result of these two methods.
Thanks again to both of you!

@DonggeLiu DonggeLiu changed the base branch from main to exp-910 March 22, 2025 23:10
@DonggeLiu DonggeLiu merged commit 0492895 into google:exp-910 Mar 22, 2025
1 of 2 checks passed
@DonggeLiu
Copy link
Collaborator

Experiment launched in #919

DonggeLiu pushed a commit that referenced this pull request Mar 24, 2025
)

## Description
This PR addresses the issue of missing source code by adding enhanced
logging and improving error handling in the
`get_benchmark_final_target_code()` method. Previously, silent failures
could occur, making it difficult to diagnose the root cause of missing
source code.

## Changes
- **Enhanced Logging**: Logs are added to track when the `sample_id` is
invalid or the source code is missing.
- **Error Handling**: Ensures that malformed or empty `sample_id` values
are handled gracefully and logged appropriately.
- **Return Null for Missing Source Code**: In case of an error, the
function explicitly returns `None` rather than an empty string for
clarity in JSON outputs.
#908
It may also refer to #625
## Benefits
- Improved **debuggability** by making it easier to identify the reasons
behind missing source code.
- Increased **robustness** by preventing silent failures and ensuring
more informative logs and error handling.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants