You are viewing a plain text version of this content. The canonical link for it is here.
Posted to codereview@trafodion.apache.org by HowardQin <gi...@git.apache.org> on 2015/10/16 15:02:11 UTC

[GitHub] incubator-trafodion pull request: [TRAFODION-1532] TEST042 allowin...

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: /';

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-trafodion pull request: [TRAFODION-1532] TEST042 allowin...

Posted by HowardQin <gi...@git.apache.org>.
Github user HowardQin closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---