Radu Ciorba

Results 13 comments of Radu Ciorba

Updated the description to clarify this only affects the usage of the datetime class via "from" import in test code. Usage in application code seems to still work as expected.

:+1: Good idea. If this becomes a PR please ping me so I can update the fish part as well.

Maybe it's because of the upgraded sqs-insights but this also fixes #39 (CPU stuck at 100% if queues are not empty)

As a workaround until this gets merged, you can use https://hub.docker.com/r/rciorba/alpine-sqs It's built from the code in this MR.

I suspect it's the insights node app that is doing something strange here. I attached to the container and stopped the web app and now cpu usage is back to...

FYI, there's an MR which also fixes this issue: https://github.com/roribio/alpine-sqs/pull/37 As the MR isn't merged yet, you can build your own image or use one I built: https://hub.docker.com/r/rciorba/alpine-sqs

Hello, and thanks for following up! I've simplified my test to try to reduce it to a condensed form. I think the a second IntRange for the InitialState was a...

@untoldwind Thanks for the fix! ~I tried it and my test no longer crashes.~

Sorry, seems I tried it with the "intentional bug" commented out and that never triggers the shrink stage. I can still reproduce the issue, using `github.com/leanovate/gopter v0.2.10-0.20210503084252-f350002bbbe3`

Thanks for sending this! I added some comments inline. Also, could you create a CONTRIBUTORS.txt and add your name to it? Something along the lines of: Author Name - Handling...