You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/03/23 15:22:00 UTC

[jira] [Commented] (NIFI-7274) Fix/ignore/remove flakey tests

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

ASF subversion and git services commented on NIFI-7274:
-------------------------------------------------------

Commit 254b20fa5ff3b3a00ccbe80b3a7f8954cb86db49 in nifi's branch refs/heads/master from Joe Witt
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=254b20f ]

NIFI-7274 add time for test conditions to be met


> Fix/ignore/remove flakey tests
> ------------------------------
>
>                 Key: NIFI-7274
>                 URL: https://issues.apache.org/jira/browse/NIFI-7274
>             Project: Apache NiFi
>          Issue Type: Task
>            Reporter: Joe Witt
>            Assignee: Joe Witt
>            Priority: Major
>             Fix For: 1.12.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> [ERROR] Tests run: 11, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 3.519 s <<< FAILURE! - in org.apache.nifi.controller.scheduling.TestStandardProcessScheduler
> [ERROR] testProcessorTimeOutNoResponseToInterrupt(org.apache.nifi.controller.scheduling.TestStandardProcessScheduler)  Time elapsed: 0.5 s  <<< FAILURE!
> java.lang.AssertionError: expected:<1> but was:<0>
> 	at org.apache.nifi.controller.scheduling.TestStandardProcessScheduler.testProcessorTimeOutNoResponseToInterrupt(TestStandardProcessScheduler.java:637)
> [ERROR] Tests run: 16, Failures: 0, Errors: 1, Skipped: 4, Time elapsed: 5.923 s <<< FAILURE! - in org.apache.nifi.dbcp.DBCPServiceTest
> [ERROR] testDropInvalidConnectionsH2_Better(org.apache.nifi.dbcp.DBCPServiceTest)  Time elapsed: 1.383 s  <<< ERROR!
> org.apache.nifi.processor.exception.ProcessException: org.h2.jdbc.JdbcSQLException: Connection is broken: "java.net.ConnectException: Connection refused (Connection refused): localhost:34753" [90067-192]
> 	at org.apache.nifi.dbcp.DBCPServiceTest.testDropInvalidConnectionsH2_Better(DBCPServiceTest.java:427)
> Caused by: org.h2.jdbc.JdbcSQLException: Connection is broken: "java.net.ConnectException: Connection refused (Connection refused): localhost:34753" [90067-192]
> 	at org.apache.nifi.dbcp.DBCPServiceTest.testDropInvalidConnectionsH2_Better(DBCPServiceTest.java:427)
> Caused by: java.net.ConnectException: Connection refused (Connection refused)
> 	at org.apache.nifi.dbcp.DBCPServiceTest.testDropInvalidConnectionsH2_Better(DBCPServiceTest.java:427)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)