You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by ko...@apache.org on 2019/12/18 14:49:34 UTC

[avro] branch master updated (a4a0bcc -> f15b7de)

This is an automated email from the ASF dual-hosted git repository.

kojiromike pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git.


    from a4a0bcc  AVRO-2644: Fix deterministic directory compilation
     add f15b7de  AVRO-2563: Add data interop test for the JavaScript bindings (#651)

No new revisions were added by this update.

Summary of changes:
 build.sh                              |  2 ++
 lang/js/build.sh                      |  6 ++++
 lang/js/lib/files.js                  |  2 +-
 lang/js/package.json                  |  8 +++--
 lang/js/test/interop_data_generate.js | 66 +++++++++++++++++++++++++++++++++++
 lang/js/test/interop_data_test.js     | 60 +++++++++++++++++++++++++++++++
 6 files changed, 140 insertions(+), 4 deletions(-)
 create mode 100644 lang/js/test/interop_data_generate.js
 create mode 100644 lang/js/test/interop_data_test.js