You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Ryan Skraba (Jira)" <ji...@apache.org> on 2021/08/26 16:34:00 UTC

[jira] [Created] (AVRO-3192) [Build] Javascript action failing for Node 14

Ryan Skraba created AVRO-3192:
---------------------------------

             Summary: [Build] Javascript action failing for Node 14
                 Key: AVRO-3192
                 URL: https://issues.apache.org/jira/browse/AVRO-3192
             Project: Apache Avro
          Issue Type: New Feature
            Reporter: Ryan Skraba
             Fix For: 1.11.0


{code}
 ./build.sh test
  shell: /usr/bin/bash -e {0}
audited 205 packages in 1.241s

28 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities


> avro-js@1.11.0-SNAPSHOT cover /home/runner/work/avro/avro/lang/js
> istanbul cover _mocha -- -f interop -i



  ․․․․․․․․․․․․․․․․․․․․․․․․․!․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․
  ․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․
  ․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․
  ․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․
  ․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․
  ․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․
  ․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․

  380 passing (3s)
  1 failing

  1) files
       BlockEncoder
         empty:
=============================================================================
Writing coverage object [/home/runner/work/avro/avro/lang/js/coverage/coverage.json]
     Error: Timeout of 2000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/runner/work/avro/avro/lang/js/test/test_files.js)
      at listOnTimeout (internal/timers.js:557:17)
      at processTimers (internal/timers.js:500:7)
{code}

It looks like we haven't had a successful run since AVRO-3009 (https://github.com/apache/avro/commit/4fd00e0f3f7d925422293f7b64eb9827e69f9c6a)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)