You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/10/16 15:03:05 UTC

[jira] [Commented] (TRAFODION-1532) TEST042 allowing longer compiler time and collecting system info

    [ https://issues.apache.org/jira/browse/TRAFODION-1532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14960639#comment-14960639 ] 

ASF GitHub Bot commented on TRAFODION-1532:
-------------------------------------------

GitHub user HowardQin opened a pull request:

    https://github.com/apache/incubator-trafodion/pull/127

    [TRAFODION-1532] TEST042 allowing longer compile time

    Allowing longer compile time in TEST042, and add system information just before compile time test.
    1. Extent success range to is less than 1 second for hybrid query cache.
    2. Add and filter out System load: and CPU frequency: information.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/HowardQin/incubator-trafodion patch-1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-trafodion/pull/127.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #127
    
----
commit cfe59c81f01c3a2253f50c3a7fe348bc994ddd5b
Author: HowardQin <ha...@esgyn.cn>
Date:   2015-10-16T12:36:24Z

    Update FILTER042

commit 2821fe6552008b9e915904692228707b8d9ea761
Author: HowardQin <ha...@esgyn.cn>
Date:   2015-10-16T12:43:41Z

    Get system stats before compile time test
    
    Run two shell commands to get system stats before compile time test
    sh more /proc/loadavg  | cut -d' ' -f 1-3 | sed -e 's/^/System load: /';
    sh grep "model name" /proc/cpuinfo | head -1 | cut -d '@' -f 2 | sed -e 's/^/CPU frequency: /';

----


> TEST042 allowing longer compiler time and collecting system info
> ----------------------------------------------------------------
>
>                 Key: TRAFODION-1532
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-1532
>             Project: Apache Trafodion
>          Issue Type: Task
>          Components: sql-cmp
>            Reporter: Howard Qin
>            Assignee: Howard Qin
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)