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 2017/01/31 22:47:51 UTC

[jira] [Commented] (TRAFODION-2457) regress/compGeneral/TEST042 shows non-deterministic results

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

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

Github user zellerh commented on a diff in the pull request:

    https://github.com/apache/incubator-trafodion/pull/940#discussion_r98790584
  
    --- Diff: core/sql/regress/compGeneral/TEST042 ---
    @@ -229,6 +229,10 @@ values (600,52,43,4.12345678,6.0932);
     --
     insert into p9tab (c5) values (0E0);
     
    +-- caching behavior changes with or without authorization initialized,
    +-- make sure authorization is initialized when we run this test
    +initialize authorization;
    --- End diff --
    
    Thanks. From what I saw in my tests, initialize authorization does not return an error, but it may print out some diagnostics when it actually creates or upgrades some tables. That's ok, because this command is not being logged.


> regress/compGeneral/TEST042 shows non-deterministic results
> -----------------------------------------------------------
>
>                 Key: TRAFODION-2457
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-2457
>             Project: Apache Trafodion
>          Issue Type: Bug
>            Reporter: Anoop Sharma
>            Assignee: Hans Zeller
>
> compGeneral/TEST042 runs tests for query caching feature and
> validates it by looking at the number of cache hits and other parameters.
> These values change based on where this test is being run,
> what the environment is and other changes.
> It fails off and on and folks have been updating expected files
> or known diff files to handle it.
> Because of the non-deterministic behavior, the test as it is currently
> written is unreliable and developers/jenkins failures are ignored.
> The test suite need to be modified and written so it doesn't make
> the cache hit/miss values as part of expected output. Or some other
> way to tolerate a range or the difference in output.
> For this checkin, this test has been disabled. A proper way to write
> this test will be discussed and once that is done, it will be reenabled.
>  



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)