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

[jira] [Commented] (AVRO-3302) Rust: Implement interop tests for the Rust module

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

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

Commit 98f4f4a87bb61cacf91f50253f8154c8b36de690 in avro's branch refs/heads/master from Martin Grigorov
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=98f4f4a ]

AVRO-3302: Add interop tests for rust (#1456)

* AVRO-3302: Add interop tests for Rust module

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

* AVRO-3302: Implement test_interop_data for Rust

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

* AVRO-3302: Run JS interop tests to read .avro files created by Rust

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

* AVRO-3302 Fix the path to lang/js

Add debug for failing Maven build

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

* AVRO-3302: git checkout & install Rust stable

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

* AVRO-3302: Fix formatting

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

* AVRO-3302 Remove debug statement

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

* AVRO-3302 Revert removed debug statement

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

* AVRO-3302: Improve documentation

First check 'parsed_schemas', then 'resolving_schemas' and finally
'input_schemas'.
Enable a test case that is working now.

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

* AVRO-3302 Seems to work ?!

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

* AVRO-3302 Code formatting

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

* AVRO-3302 Properly encode/decode Schema::Ref

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

* AVRO-3302 Remove debug statements

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

* AVRO-3302 Print messages for successful reads

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

* AVRO-3302 Rename Codec::Zstd to Codec::Zstandard for consistency

This is the name used by the other Avro modules (e.g. Java & Perl)

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

* AVRO-3302 Fix formatting

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

* AVRO-3302 Collect all errors during interop test and panic at the end

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

* AVRO-3302 Format imports for +nightly

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

* AVRO-3302 Use Perl to read the interop .avro files created by Rust

Perl support most of the optional codecs

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

* AVRO-3302 Code cleanup

Revert changes which are not really needed.

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

* AVRO-3302 Remove a FIXME that cannot be addressed

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

> Rust: Implement interop tests for the Rust module
> -------------------------------------------------
>
>                 Key: AVRO-3302
>                 URL: https://issues.apache.org/jira/browse/AVRO-3302
>             Project: Apache Avro
>          Issue Type: Improvement
>          Components: rust
>            Reporter: Martin Tzvetanov Grigorov
>            Assignee: Martin Tzvetanov Grigorov
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> It would be good to add interop tests for the Rust module.
> This will show if some functionality is still missing and prevent regressions in the future!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)