You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by "clintropolis (via GitHub)" <gi...@apache.org> on 2023/08/23 02:14:54 UTC

[PR] override retry attempts for InputEntityIteratingReaderTest for much faster test run (druid)

clintropolis opened a new pull request, #14897:
URL: https://github.com/apache/druid/pull/14897

   This test is supposed to fail, but retry backoff makes it run for like 4 minutes.
   
   before:
   ![Screenshot 2023-08-22 at 7 04 56 PM](https://github.com/apache/druid/assets/1577461/bf76a992-9669-4fcf-babd-9b7b6ed00659)
   
   after:
   ![Screenshot 2023-08-22 at 7 05 10 PM](https://github.com/apache/druid/assets/1577461/a576a579-7f8b-4871-bf1b-70d93321edeb)
   
   To be fair, this should actually probably not be eligible for retry at all given the underlying exception that would never be able to be successful
   ```
   java.net.MalformedURLException: unknown protocol: testscheme
   ```
   but I'll save fixing that for another day.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


Re: [PR] override retry attempts for InputEntityIteratingReaderTest for much faster test run (druid)

Posted by "clintropolis (via GitHub)" <gi...@apache.org>.
clintropolis merged PR #14897:
URL: https://github.com/apache/druid/pull/14897


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org