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

SNOW-1636514: Flaky integration test: test_connection_test_simple #1472

Closed
sfc-gh-fcampbell opened this issue Aug 22, 2024 · 1 comment
Closed

Comments

@sfc-gh-fcampbell
Copy link
Contributor

sfc-gh-fcampbell commented Aug 22, 2024

Nodeid: tests_integration/test_connection.py::test_connection_test_simple

🟢 Setup passed

🔴 Call failed

runner = <tests_integration.conftest.SnowCLIRunner object at 0x1051080b0>

    @pytest.mark.integration
    def test_connection_test_simple(runner):
        import os
    
        if os.environ.get("FORCE_FLAKE") == "true":
>           assert 1 == 2
E           assert 1 == 2

test_connection.py:30: AssertionError

https://github.com/snowflakedb/snowflake-cli/blob/de2ebfd82f9e76618b2e7708fbb13fa9128a2467/tests_integration/test_connection.py#L30

🟢 Teardown passed

@github-actions github-actions bot changed the title Flaky integration test: test_connection_test_simple SNOW-1636514: Flaky integration test: test_connection_test_simple Aug 22, 2024
@sfc-gh-fcampbell
Copy link
Contributor Author

+1

assert 1 == 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant