Kriskras99 opened a new issue, #370:
URL: https://github.com/apache/avro-rs/issues/370

   Failed test with `TestError`:
   ```
       Backtrace omitted. Run with RUST_BACKTRACE=1 to display it.
       Run with RUST_BACKTRACE=full to include source snippets.
   
       The application panicked (crashed).
         apache_avro::error::Error: Failed to parse schema from JSON
       in avro/src/schema.rs, line 7418
       thread: schema::tests::avro_rs_339_schema_ref_uuid
   ```
   Failed test with `unwrap()`:
   ```
       Backtrace omitted. Run with RUST_BACKTRACE=1 to display it.
       Run with RUST_BACKTRACE=full to include source snippets.
   
       The application panicked (crashed).
         called `Result::unwrap()` on an `Err` value: Error { details: Failed 
to parse schema from JSON: expected `,` or `}` at line 11 column 25 }
       in avro/src/schema.rs, line 7436
       thread: schema::tests::avro_rs_339_schema_ref_uuid
   ```
   
   I think this is because `TestError` uses the `Display` trait instead of the 
`Debug` trait when printing errors.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to