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 GitHub Bot (Jira)" <ji...@apache.org> on 2021/09/10 11:59:00 UTC

[jira] [Work logged] (AVRO-3171) JavaScript: test failures for BlockEncoder#empty

     [ https://issues.apache.org/jira/browse/AVRO-3171?focusedWorklogId=649174&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-649174 ]

ASF GitHub Bot logged work on AVRO-3171:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 10/Sep/21 11:58
            Start Date: 10/Sep/21 11:58
    Worklog Time Spent: 10m 
      Work Description: martin-g opened a new pull request #1326:
URL: https://github.com/apache/avro/pull/1326


   Make sure you have checked _all_ steps below.
   
   ### Jira
   
   - [ ] My PR addresses the following [AVRO-3171](https://issues.apache.org/jira/browse/AVRO-3171) issue
   
   ### Tests
   
   - [ ] My PR fixed BlockEncoder#empty unit test
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 649174)
    Remaining Estimate: 0h
            Time Spent: 10m

> 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
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)