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

[io] Croud related IO subsystem tests may fail when a croud configuration file exist for the local user #165

Open
seut opened this issue Jun 12, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@seut
Copy link
Member

seut commented Jun 12, 2024

Some croud related IO subsystem tests may fail when a local croud configuration settings for the local user exists. These settings will be taken into account and passed to the croud API, causing the mocked croud calls to not match anymore.

Failing tests:

  • cratedb_toolkit.io.croud.test_import_url
  • cratedb_toolkit.io.croud.test_import_file

They are failing in my setup when the stored croud.yml configuration file contains a different endpoint, example:

current-profile: dev
profiles:
  dev:
    endpoint: https://console.cratedb-dev.cloud
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants