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

TeamCity reporter, trimmed stack trace #1045

Closed
kassak opened this issue Feb 17, 2020 · 1 comment · Fixed by #1046
Closed

TeamCity reporter, trimmed stack trace #1045

kassak opened this issue Feb 17, 2020 · 1 comment · Fixed by #1046
Labels
Milestone

Comments

@kassak
Copy link

kassak commented Feb 17, 2020

Looks like here:

l_message := l_message || add_error_message(a_executables(l_idx).error_backtrace, a_message_name);

l_std_err_msg := l_std_err_msg || add_error_message(a_test.item.error_backtrace, 'Test exception:');

.error_backtrace should be replaced with .get_error_stack_trace()
In that case actual error message will be reported;

@jgebal
Copy link
Member

jgebal commented Feb 17, 2020

Thank you for reporing it @kassak
Will deal with this quickly in 3.1.10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants