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

vdk-core: fix bug in error classification #2840

Merged
merged 1 commit into from
Oct 27, 2023

Commits on Oct 27, 2023

  1. vdk-core: fix bug in error classification

    Why
    
    Errors coming from libraries imported in user code are
    getting classified as platform errors in the execution result
    This is caused by the job_input_error_classifier checking for
    an incorrect attribute of the error object.
    
    What
    
    Export the _vdk_resolvable_by and _vdk_resolvable_actual
    attributes to constants and replace wherever they're used
    in code
    
    How has this been tested
    
    Functional test
    
    What kind of change is this
    
    Bugfix
    
    Signed-off-by: Dilyan Marinov <mdilyan@vmware.com>
    Dilyan Marinov committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    5e78612 View commit details
    Browse the repository at this point in the history