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/24 14:09:00 UTC

[jira] [Commented] (AVRO-3084) Fix JavaScript interop test to read files generated by other languages on CI

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

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

Commit 415f6ab02eb83becea308dfc0e16f09309a58939 in avro's branch refs/heads/master from Kengo Seki
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=415f6ab ]

AVRO-3084: Fix JavaScript interop test to read files generated by other languages on CI (#1143)



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