[
https://issues.apache.org/jira/browse/AVRO-3084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17481112#comment-17481112
]
ASF subversion and git services commented on AVRO-3084:
-------------------------------------------------------
Commit c211f4448ebbc52a89119e0cd7204683e534a244 in avro's branch
refs/heads/branch-1.11 from Kengo Seki
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=c211f44 ]
AVRO-3084: Fix JavaScript interop test to read files generated by other
languages on CI (#1143)
(cherry picked from commit 415f6ab02eb83becea308dfc0e16f09309a58939)
> Fix JavaScript interop test to read files generated by other languages on CI
> ----------------------------------------------------------------------------
>
> Key: AVRO-3084
> URL: https://issues.apache.org/jira/browse/AVRO-3084
> Project: Apache Avro
> Issue Type: Improvement
> Components: build, interop, javascript
> Reporter: Kengo Seki
> Assignee: Kengo Seki
> Priority: Major
> Labels: pull-request-available
> Time Spent: 50m
> Remaining Estimate: 0h
>
> [We're using the Java bindings' output for the JavaScript interop
> test|https://github.com/apache/avro/blob/master/.github/workflows/test-lang-js.yml#L100-L102]
> but [it's entirely
> skipped|https://github.com/apache/avro/runs/2133176993?check_suite_focus=true#step:10:18],
> because [JS interop test doesn't read files generated by Java and Ruby due
> to the limitation of its
> implementation|https://github.com/apache/avro/blob/master/lang/js/test/interop_data_test.js#L39-L43].
> We should use another language than Java for that purpose.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)