Skip to content

Conversation

@john-sanchez31
Copy link
Contributor

@john-sanchez31 john-sanchez31 commented Oct 23, 2025

Minor adjustments in the waiting time in conftest.py. This change allows local testing and ci use the new image for testing created with MySQL and Postgres workflow respectively.

# The first time, set up the defog data
import mysql.connector as mysql_connector

mysql_username = os.getenv("MYSQL_USERNAME")
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is not longer needed, defog is already included in the new image

host=postgres_host,
port=postgres_port,
)
connection.autocommit = True # It avoids getting stuck when DROP/CREATE
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Same here, already included in the image

@john-sanchez31 john-sanchez31 changed the title MySQL image fix MySQL & Postgres image fix Oct 24, 2025
@john-sanchez31 john-sanchez31 marked this pull request as ready for review October 24, 2025 16:39
@john-sanchez31 john-sanchez31 merged commit b40f4f6 into main Oct 24, 2025
14 checks passed
@john-sanchez31 john-sanchez31 deleted the John/mysql_image_fix branch October 24, 2025 20:31
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