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 error classification of vdk code #1173

Merged
merged 2 commits into from
Sep 7, 2022

Conversation

antoniivanov
Copy link
Collaborator

@antoniivanov antoniivanov commented Sep 4, 2022

In case the User code is indirectly responsible (yet closest to the
error in the stack trace), for example using a dependency incorrectly,
the error cause (vdk, or user code) is not recognized correctly.

See more details in #1118 and #580

Testing Done: added functional test covering the scenario

Signed-off-by: Antoni Ivanov aivanov@vmware.com

@antoniivanov antoniivanov force-pushed the person/aivanov/vdk-core-err branch 4 times, most recently from 91ebdd9 to a0bd54b Compare September 7, 2022 04:41
In case the User code is indirectly responsible (yet closest to the
error in the stack trace), for example using a dependency incorrectly,
the error cause (vdk, or user code) is not recognized correctly.

See more details in #1118 and #580

Testing Done: added functional test covering the scenario

Signed-off-by: Antoni Ivanov <aivanov@vmware.com>
@antoniivanov antoniivanov merged commit e740820 into main Sep 7, 2022
@antoniivanov antoniivanov deleted the person/aivanov/vdk-core-err branch September 7, 2022 09:22
antoniivanov added a commit that referenced this pull request Sep 8, 2022
With the change in
#1173 this caused the
classificatin not to work properly.

Testing Done: unit tests

Signed-off-by: Antoni Ivanov <aivanov@vmware.com>
antoniivanov added a commit that referenced this pull request Sep 8, 2022
With the change in
#1173 this caused the
classificatin not to work properly.

Testing Done: unit tests

Signed-off-by: Antoni Ivanov <aivanov@vmware.com>
antoniivanov added a commit that referenced this pull request Sep 8, 2022
With the change in
#1173 this caused the
classificatin not to work properly.

Testing Done: unit tests

Signed-off-by: Antoni Ivanov <aivanov@vmware.com>
antoniivanov added a commit that referenced this pull request Sep 8, 2022
With the change in
#1173 this caused the
classificatin not to work properly.

Testing Done: unit tests

Signed-off-by: Antoni Ivanov <aivanov@vmware.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants