You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
17:42:23.621 ERROR testing::slt::cli: Error while running test `sqllogictests_snowflake/external_database` error=test fail: statement failed: internal error: cannot execute simple query: db error: ERROR: External database validation failed: Snowflake Auth Error (390102): Your user account has been temporarily locked due to too many failed attempts. Try again after 15 minutes or contact your account administrator for assistance. For more information about this error, go to https://community.snowflake.com/s/error-your-user-login-has-been-locked.
[SQL] CREATE EXTERNAL DATABASE external_db
FROM snowflake
OPTIONS (
account = 'hmpfscx-xo23956',
username = '***',
password = '***',
database = 'glaredb_test',
warehouse = 'compute_wh',
role = 'accountadmin',
);
at /home/runner/work/glaredb/glaredb/testdata/sqllogictests_snowflake/external_database.slt:3
The text was updated successfully, but these errors were encountered:
in earlier discussions we've thought that the problem here is that we see this when we're running too many instances of the tests at the same time, and that we should in some way serialize them (maybe there's an action's helper that could help this?) if nothing else we should split it out of the main integration block so we can see when it's the failure.
Description
The text was updated successfully, but these errors were encountered: