Skip to content

Conversation

danielmarbach
Copy link
Contributor

@danielmarbach danielmarbach commented Apr 10, 2025

While investigating the failing tests, I discovered that we use a double while SQS only accepts seconds. I switched the parsing logic and the types to consistently use an integer.

While doing that I discovered the root problem, which is default parameter overload resolution makes the verifications sometimes fail

It would probably be nice to have this ported to the current release branch to avoid further failures.

@danielmarbach danielmarbach self-assigned this Apr 10, 2025
@danielmarbach danielmarbach enabled auto-merge (squash) April 11, 2025 11:31
@danielmarbach danielmarbach merged commit 7e801c7 into master Apr 12, 2025
5 checks passed
@danielmarbach danielmarbach deleted the command-line-tests branch April 12, 2025 16:10
danielmarbach added a commit that referenced this pull request Apr 13, 2025
* No need for double

* Fix the bug by forcing the right parameter to be used

---------

Co-authored-by: Daniel Marbach <danielmarbach@users.noreply.github.com>
danielmarbach added a commit that referenced this pull request Apr 13, 2025
* No need for double

* Fix the bug by forcing the right parameter to be used

---------

Co-authored-by: Daniel Marbach <danielmarbach@users.noreply.github.com>
danielmarbach added a commit that referenced this pull request Apr 13, 2025
* No need for double

* Fix the bug by forcing the right parameter to be used

---------

Co-authored-by: Daniel Marbach <danielmarbach@users.noreply.github.com>
danielmarbach added a commit that referenced this pull request Apr 13, 2025
* No need for double

* Fix the bug by forcing the right parameter to be used

---------

Co-authored-by: Daniel Marbach <danielmarbach@users.noreply.github.com>
danielmarbach added a commit that referenced this pull request Apr 13, 2025
* No need for double

* Fix the bug by forcing the right parameter to be used

---------

Co-authored-by: Daniel Marbach <danielmarbach@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants