You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by "Hitesh Kapoor (JIRA)" <ji...@apache.org> on 2016/11/29 06:42:58 UTC

[jira] [Updated] (APEXMALHAR-2357) JdbcPojoOperatorApplicationTest failing intermittently

     [ https://issues.apache.org/jira/browse/APEXMALHAR-2357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hitesh Kapoor updated APEXMALHAR-2357:
--------------------------------------
    Description: 
JdbcPojoOperatorApplicationTest was added as a part of APEXMALHAR-2340. This test is failing intermittently. The condition to exit the test, exits when emitted tuples are equal to 10 and the check to pass the test is that these tuples should be added to the table. The test was exiting before adding it in table and hence there was a failure.
The fix is straight forward and to change the exit criteria, it should exit when the tuples are added to the table.

> JdbcPojoOperatorApplicationTest failing intermittently 
> -------------------------------------------------------
>
>                 Key: APEXMALHAR-2357
>                 URL: https://issues.apache.org/jira/browse/APEXMALHAR-2357
>             Project: Apache Apex Malhar
>          Issue Type: Bug
>            Reporter: Hitesh Kapoor
>            Assignee: Hitesh Kapoor
>
> JdbcPojoOperatorApplicationTest was added as a part of APEXMALHAR-2340. This test is failing intermittently. The condition to exit the test, exits when emitted tuples are equal to 10 and the check to pass the test is that these tuples should be added to the table. The test was exiting before adding it in table and hence there was a failure.
> The fix is straight forward and to change the exit criteria, it should exit when the tuples are added to the table.



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