Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] File client timeout time nonsensical #65752

Closed
dwoz opened this issue Dec 27, 2023 · 1 comment
Closed

[BUG] File client timeout time nonsensical #65752

dwoz opened this issue Dec 27, 2023 · 1 comment
Labels
Bug broken, incorrect, or confusing behavior

Comments

@dwoz
Copy link
Contributor

dwoz commented Dec 27, 2023

Description

version 3006.5

File client timeout time nonsensical File client timed out after 1701803828

from fileclient.py this seems to be an unformatted amount of time.

    def _channel_send(self, load, raw=False):
        start = time.monotonic()
        try:
            return self.channel.send(
                load,
                raw=raw,
            )
        except salt.exceptions.SaltReqTimeoutError:
            raise SaltClientError(
                f"File client timed out after {int(time.time() - start)}"
            )
@dwoz dwoz added Bug broken, incorrect, or confusing behavior needs-triage and removed needs-triage labels Dec 27, 2023
@dwoz dwoz added this to the Sulfur v3006.6 milestone Dec 27, 2023
@dwoz dwoz modified the milestones: Sulfur v3006.6, Sulfur v3006.7 Feb 5, 2024
@dwoz
Copy link
Contributor Author

dwoz commented May 1, 2024

Fixed in 3006.7

@dwoz dwoz closed this as completed May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug broken, incorrect, or confusing behavior
Projects
None yet
Development

No branches or pull requests

1 participant