Re: SqlppExecutionWithCancellationTest fail

2017-07-07 Thread abdullah alamoudi
Taewoo, Here is my "guess" on what is happening. The way the cancellation tests work is that it runs regular execution tests and tries to cancel queries in those tests (with variable random delays). Sometimes queries get cancelled and sometimes not. If no query was cancelled, the test fails. It

SqlppExecutionWithCancellationTest fail

2017-07-07 Thread Taewoo Kim
Hi all, I have several failing test cases for the SqlppExecutionWithCancellationTest. I am not sure how to deal with this issue. When I execute this on my local Eclipse, it generates an Assertion error saying that the number of canceled query is not greater than zero. But the Jenkins shows an