-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Comments
roachtest.awsdms failed with artifacts on master @ 0b7ae19e2b94b851ed8812914f57032aab699811:
Parameters:
Help
See: roachtest README See: How To Investigate (internal) Grafana is not yet available for aws clusters |
This is most likely a flake. Rerunning the test locally right now to confirm. |
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 |
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]>
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
roachtest.awsdms failed with artifacts on master @ b2e31876366324c2ebe5c2ad8bbd644997e90864:
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!
Jira issue: CRDB-36003
The text was updated successfully, but these errors were encountered: