test/e2e: add CockroachDB test script with custom devDB support#326
test/e2e: add CockroachDB test script with custom devDB support#326
Conversation
Co-authored-by: giautm <12751435+giautm@users.noreply.github.com>
Co-authored-by: giautm <12751435+giautm@users.noreply.github.com>
Co-authored-by: giautm <12751435+giautm@users.noreply.github.com>
Co-authored-by: giautm <12751435+giautm@users.noreply.github.com>
|
@copilot the pod CockroachDB never in ready state after created, check and fix the issue. |
Fixed in commit 1f0d749. The issue was that the SQL-based probes were running before CockroachDB completed initialization. Changed to use HTTP health checks on port 8080 ( |
@copilot still it unable to run. Can you try to run the container directly and check its status, health, etc? |
Fixed in commit f04b5b4. The issue was that CockroachDB's HTTP server binds to localhost (127.0.0.1) by default, which is not accessible from Kubernetes probes. Added Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
f04b5b4 to
75e596d
Compare
75e596d to
fd7c6af
Compare
Plan for Adding CockroachDB Test Script
This PR adds a new test script for CockroachDB (CRDB) based on the existing MySQL
schema-custom-devdb.txtartest.Checklist:
schema-cockroachdb-custom-devdb.txtartest file with CockroachDB-specific configurationOriginal prompt
This pull request was created from Copilot chat.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.