Skip to content

SNOW-1619616: Update Readme with information on Locale and JUnit tests (#1867)#2267

Open
sfc-gh-wfateem wants to merge 3 commits intomasterfrom
SNOW-1619616-readme-update
Open

SNOW-1619616: Update Readme with information on Locale and JUnit tests (#1867)#2267
sfc-gh-wfateem wants to merge 3 commits intomasterfrom
SNOW-1619616-readme-update

Conversation

@sfc-gh-wfateem
Copy link
Copy Markdown
Collaborator

No description provided.

@sfc-gh-wfateem sfc-gh-wfateem requested a review from a team as a code owner July 16, 2025 20:18
@sfc-gh-wfateem sfc-gh-wfateem requested a review from Copilot July 16, 2025 20:20
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the README.rst file to include locale configuration information for running tests. The change addresses potential test failures that can occur when locale settings are not properly configured.

  • Adds documentation about locale settings that may cause test failures
  • Provides a solution by instructing users to set LC_ALL=C environment variable


.. code-block:: bash

export LC_ALL=C
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't it be better to modify tests to make them locale agnostic instead?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sfc-gh-rkowalski my opinion is that the two don't have to be mutually exclusive. You can update the documentation today, since it's already a problem, until the tests are reviewed and modified to be locale agnostic.

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.

3 participants