Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,12 @@ Set the environment variables to specify the target database.
export SNOWFLAKE_TEST_WAREHOUSE=<your_warehouse>
export SNOWFLAKE_TEST_ROLE=<your_role>

Locale settings may cause some tests to fail unless you set the following:

.. 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.


Run the maven ``verify`` goal.

.. code-block:: bash
Expand Down