[
https://issues.apache.org/jira/browse/AVRO-3171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17376503#comment-17376503
]
Martin Tzvetanov Grigorov commented on AVRO-3171:
-------------------------------------------------
Fails on Node 14:
https://github.com/apache/avro/runs/3008362939?check_suite_focus=true
> JavaScript: test failures for BlockEncoder#empty
> ------------------------------------------------
>
> Key: AVRO-3171
> URL: https://issues.apache.org/jira/browse/AVRO-3171
> Project: Apache Avro
> Issue Type: Bug
> Components: javascript
> Reporter: Martin Tzvetanov Grigorov
> Priority: Minor
>
> Running `./build.sh test` in lang/js fails with:
>
> {code:java}
> 380 passing (3s)
> 1 failing 1) files
> BlockEncoder
> empty:
> Error: Timeout of 2000ms exceeded. For async tests and hooks, ensure
> "done()" is called; if returning a Promise, ensure it resolves.
> (/home/martin/git/apache/avro/lang/js/test/test_files.js)
> at listOnTimeout (internal/timers.js:554:17)
> at processTimers (internal/timers.js:497:7)
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)