Skip to content

Fix integer-to-string conversion limit for test.fib function#68776

Open
hatamiarash7 wants to merge 4 commits into
saltstack:3007.xfrom
hatamiarash7:fib-str-limit
Open

Fix integer-to-string conversion limit for test.fib function#68776
hatamiarash7 wants to merge 4 commits into
saltstack:3007.xfrom
hatamiarash7:fib-str-limit

Conversation

@hatamiarash7

@hatamiarash7 hatamiarash7 commented Feb 27, 2026

Copy link
Copy Markdown

What does this PR do?

This PR will remove the integer-to-string conversion limit for test.fib function.

What issues does this PR fix or reference?

Fixes #68775

Previous Behavior

# salt '*' test.fib 20578

ValueError: Exceeds the limit (4300) for integer string conversion; use sys.set_int_max_str_digits() to increase the limit

New Behavior

# salt '*' test.fib 20578

local:
    - 1578250 ... 02670484839
    - 0.0033774375915527344

Merge requirements satisfied?

Commits signed with GPG?

Yes

@hatamiarash7 hatamiarash7 requested a review from a team as a code owner February 27, 2026 08:02
@hatamiarash7 hatamiarash7 changed the title Fib str limit Fix integer-to-string conversion limit for test.fib function Feb 27, 2026
twangboy
twangboy previously approved these changes Feb 27, 2026
@twangboy twangboy added the test:full Run the full test suite label Feb 27, 2026
@twangboy twangboy added this to the Chlorine v3007.14 milestone Feb 27, 2026
@twangboy twangboy linked an issue Feb 27, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test:full Run the full test suite

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Integer to string conversion limit for test.fib

3 participants