[
https://issues.apache.org/jira/browse/ARROW-2071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16353720#comment-16353720
]
ASF GitHub Bot commented on ARROW-2071:
---------------------------------------
pitrou commented on issue #1561: ARROW-2071: [Python] Fix test slowness on
Travis-CI
URL: https://github.com/apache/arrow/pull/1561#issuecomment-363387601
@robertnishihara Yes. I've kept the `perf` data around:
```
# Children Self Command Shared Object
Symbol
#
40.96% 40.93% py.test ld-2.23.so
[.] do_lookup_x
25.17% 25.15% py.test ld-2.23.so
[.] strcmp
15.91% 15.90% py.test ld-2.23.so
[.] check_match
13.87% 0.00% py.test libdl-2.23.so
[.] dlopen_doit
13.87% 0.00% py.test [unknown]
[.] 0x00007ffd98ad0699
13.80% 0.01% py.test ld-2.23.so
[.] _dl_catch_error
13.79% 0.00% py.test ld-2.23.so
[.] dl_open_worker
13.69% 2.78% py.test ld-2.23.so
[.] _dl_relocate_object
10.65% 10.51% py.test ld-2.23.so
[.] _dl_lookup_symbol_x
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> [Python] Reduce runtime of builds in Travis CI
> ----------------------------------------------
>
> Key: ARROW-2071
> URL: https://issues.apache.org/jira/browse/ARROW-2071
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Python
> Reporter: Wes McKinney
> Assignee: Antoine Pitrou
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.9.0
>
>
> For some reason, recently each Python build has been taking about 15 minutes
> to run. I speculate this is due to VM thrashing caused by reduced resources
> on the Travis CI workers, related to the problem I fixed in ARROW-2062.
> We should experiment, but it seems like perhaps this can be fixed either by:
> * Reducing the size of the Plasma store on Travis CI
> * Disabling valgrind in Plasma tests
> The slowness could be caused by something else, though, so we should
> investigate (and have pytest report slow tests in the logs)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)