You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2023/06/05 19:24:00 UTC

[jira] [Commented] (AVRO-3766) [Rust] Print friendlier errors when test cases fail

    [ https://issues.apache.org/jira/browse/AVRO-3766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17729437#comment-17729437 ] 

ASF subversion and git services commented on AVRO-3766:
-------------------------------------------------------

Commit 57f1d5278427e2b095ec8d539d32bb9b309f9e07 in avro's branch refs/heads/dependabot/cargo/lang/rust/master/libflate-1.4.0 from Martin Grigorov
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=57f1d5278 ]

AVRO-3766: [Rust] Print friendlier errors when test cases fail (#2263)

https://bluxte.net/musings/2023/01/08/improving_failure_messages_rust_tests/

Signed-off-by: Martin Tzvetanov Grigorov <mg...@apache.org>

> [Rust] Print friendlier errors when test cases fail
> ---------------------------------------------------
>
>                 Key: AVRO-3766
>                 URL: https://issues.apache.org/jira/browse/AVRO-3766
>             Project: Apache Avro
>          Issue Type: Improvement
>          Components: rust
>            Reporter: Martin Tzvetanov Grigorov
>            Assignee: Martin Tzvetanov Grigorov
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 1.12.0, 1.11.2
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> [https://bluxte.net/musings/2023/01/08/improving_failure_messages_rust_tests/]
>  
> The idea is to use  #[track_caller] attribute on a method that panics immediately.
> This way the "useless" frames from the unwinding are not printed.
> An extra benefit is the removal of calls to Result::unwrap() in the tests.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)