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

roachtest: awsdms failed #119051

Closed
cockroach-teamcity opened this issue Feb 10, 2024 · 3 comments · Fixed by #119394
Closed

roachtest: awsdms failed #119051

cockroach-teamcity opened this issue Feb 10, 2024 · 3 comments · Fixed by #119394
Assignees
Labels
branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. T-migrations
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Feb 10, 2024

roachtest.awsdms failed with artifacts on master @ b2e31876366324c2ebe5c2ad8bbd644997e90864:

(awsdms.go:286).runAWSDMS: failed to set up AWS DMS: replication test on roachtest-awsdms-crdb-endpoint-ci-build-13935562 not successful (failed)
test artifacts and logs in: /artifacts/awsdms/run_1

Parameters:

  • ROACHTEST_arch=amd64
  • ROACHTEST_cloud=aws
  • ROACHTEST_coverageBuild=false
  • ROACHTEST_cpu=4
  • ROACHTEST_encrypted=false
  • ROACHTEST_fs=ext4
  • ROACHTEST_localSSD=true
  • ROACHTEST_metamorphicBuild=false
  • ROACHTEST_ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

Grafana is not yet available for aws clusters

/cc @cockroachdb/migrations

This test on roachdash | Improve this report!

Jira issue: CRDB-36003

@cockroach-teamcity cockroach-teamcity added branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. T-migrations labels Feb 10, 2024
@cockroach-teamcity cockroach-teamcity added this to the 24.1 milestone Feb 10, 2024
@cockroach-teamcity
Copy link
Member Author

roachtest.awsdms failed with artifacts on master @ 0b7ae19e2b94b851ed8812914f57032aab699811:

(awsdms.go:286).runAWSDMS: failed to set up AWS DMS: replication test on roachtest-awsdms-crdb-endpoint-ci-build-14039154 not successful (failed)
test artifacts and logs in: /artifacts/awsdms/run_1

Parameters:

  • ROACHTEST_arch=amd64
  • ROACHTEST_cloud=aws
  • ROACHTEST_coverageBuild=false
  • ROACHTEST_cpu=4
  • ROACHTEST_encrypted=false
  • ROACHTEST_fs=ext4
  • ROACHTEST_localSSD=true
  • ROACHTEST_metamorphicBuild=false
  • ROACHTEST_ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

Grafana is not yet available for aws clusters

This test on roachdash | Improve this report!

@Jeremyyang920 Jeremyyang920 self-assigned this Feb 20, 2024
@Jeremyyang920
Copy link
Collaborator

This is most likely a flake. Rerunning the test locally right now to confirm.

@Jeremyyang920
Copy link
Collaborator

Test Endpoint failed: Application-Status: 1020912, Application-Message: Cannot connect to ODBC provider Network error has occurred, Application-Detailed-Message: RetCode: SQL_ERROR SqlState: 08001 NativeError: 101 Message: ERROR: node is running secure mode, SSL connection required

@Jeremyyang920 Jeremyyang920 removed the release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. label Feb 20, 2024
craig bot pushed a commit that referenced this issue Feb 20, 2024
119387: asim: store initial state string as opposed to state r=wenyihu6 a=kvoli

The datadriven test result would store the initial simulator state of each sample, however this initial state would be a reference pointing to the final simulator state.

Store a serialized string format of the initial state instead.

Epic: None
Release note: None


119393: bincheck: do not use `uname -o` r=celiala a=rail

Previously, the bincheck script used `uname -om` to identify the OS. The `-o` options is not supported on the GitHub runners for darwin-amd64.

This PR stops using `-o` to fix the issue.

Epic: none
Release note: None

119394: awsdms: don't use secure roachprod cluster r=ZhouXing19 a=Jeremyyang920

With a change to MakeClusterSettings, roachprod clusers were set to be in secure mode by default. We don't need this for our test so we will be going back to the default behavior so we can use sslmode None for the dms endpoint settings.

Fixes: #119051
Release note: None

Co-authored-by: Austen McClernon <[email protected]>
Co-authored-by: Rail Aliiev <[email protected]>
Co-authored-by: Jeremy Yang <[email protected]>
@craig craig bot closed this as completed in 4e8d8dd Feb 20, 2024
DarrylWong pushed a commit to DarrylWong/fork that referenced this issue Mar 11, 2024
With a change to MakeClusterSettings, roachprod clusers were
set to be in secure mode by default. We don't need this for
our test so we will be going back to the default behavior
so we can use sslmode None for the dms endpoint settings.

Fixes: cockroachdb#119051
Release note: None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. T-migrations
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants