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

ASF GitHub Bot logged work on AVRO-3302:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 18/Jan/22 08:49
            Start Date: 18/Jan/22 08:49
    Worklog Time Spent: 10m 
      Work Description: martin-g commented on pull request #1456:
URL: https://github.com/apache/avro/pull/1456#issuecomment-1015191375


   > Thank you, @gklijs !
   > I am going to use your library to test for regressions!
   
   I've just tested `schema_registry_converter` with the following patch and 
all tests still pass:
   ```
   diff --git Cargo.toml Cargo.toml
   index dc22fcc..953588e 100644
   --- Cargo.toml
   +++ Cargo.toml
   @@ -44,7 +44,9 @@ features = ["derive"]
    version = "^1.0"
    
    [dependencies.avro-rs]
   -version = "^0.13"
   +# version = "^0.13"
   +git = "https://github.com/martin-g/avro";
   +branch="avro-3302-add-interop-tests-for-rust"
    optional = true
   ```


-- 
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]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 710331)
    Time Spent: 40m  (was: 0.5h)

> 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: 40m
>  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)

Reply via email to