[
https://issues.apache.org/jira/browse/AVRO-3302?focusedWorklogId=710354&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-710354
]
ASF GitHub Bot logged work on AVRO-3302:
----------------------------------------
Author: ASF GitHub Bot
Created on: 18/Jan/22 09:34
Start Date: 18/Jan/22 09:34
Worklog Time Spent: 10m
Work Description: martin-g edited a comment 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 (`cargo test --features avro,easy`)
`schema_registry_converter` with the following patch and all tests still pass:
```diff
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: 710354)
Time Spent: 1h (was: 50m)
> 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: 1h
> 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)