You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "James E. King, III (JIRA)" <ji...@apache.org> on 2017/10/30 17:12:00 UTC

[jira] [Created] (THRIFT-4379) Haxe "make check" requires "sleep 10" to complete

James E. King, III created THRIFT-4379:
------------------------------------------

             Summary: Haxe "make check" requires "sleep 10" to complete
                 Key: THRIFT-4379
                 URL: https://issues.apache.org/jira/browse/THRIFT-4379
             Project: Thrift
          Issue Type: Bug
          Components: Haxe - Library
    Affects Versions: 0.10.0
         Environment: docker ubuntu-xenial
            Reporter: James E. King, III
            Assignee: Oleksii Prudkyi
            Priority: Minor


If you fire up the ubuntu-xenial docker container and run {{build/docker/script/autotools.sh}}, it will run all the unit tests including haxe.  When the haxe tests run, they have a "sleep 10" at the end of each test.  Something is holding on to resources that it should not be following the conclusion of the unit tests in order to require this sleep to pass.  Please investigate why the sleep is there and whether it can be removed?  This adds 30 seconds to every build unnecessarily and worse is indicative of a logic error in the code.

See test/haxe/Makefile.am - that is where the sleeps originate from.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)