-
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: typeorm failed #96098
Comments
roachtest.typeorm failed with artifacts on master @ 78fe59d0536be35fcec68280142746fb91515551:
Parameters: Same failure on other branches
|
roachtest.typeorm failed with artifacts on master @ 69dd453d0e61e258f402c5751de310405743cd18:
Parameters: Same failure on other branches
|
roachtest.typeorm failed with artifacts on master @ 69dd453d0e61e258f402c5751de310405743cd18:
Parameters: Same failure on other branches
|
roachtest.typeorm failed with artifacts on master @ 1fb7236f7b1f53e28bde833c28bed83a976138cf:
Parameters: Same failure on other branches
|
roachtest.typeorm failed with artifacts on master @ b59fa09d971e92b8b5bcc874437159ef252e0313:
Parameters: Same failure on other branches
|
roachtest.typeorm failed with artifacts on master @ 22244a780dcfaca48162dde8e0f90b5ba9b6bb9c:
Parameters: Same failure on other branches
|
roachtest.typeorm failed with artifacts on master @ 44d9f3c8b7bd46839187cea69eaec640c080ac05:
Parameters: Same failure on other branches
|
roachtest.typeorm failed with artifacts on master @ 5fbcd8a8deac0205c7df38e340c1eb9692854383:
Parameters: Same failure on other branches
|
roachtest.typeorm failed with artifacts on master @ 8e24570fa366ed038c6ae65f50db5d8e22826db0:
Parameters: Same failure on other branches
|
roachtest.typeorm failed with artifacts on master @ 8e24570fa366ed038c6ae65f50db5d8e22826db0:
Parameters: Same failure on other branches
|
It seems that #94153 is causing a test to fail:
It looks related to this typeorm code, which is expecting the |
Actually, it's not related to the
The single quotes around |
fixes cockroachdb#96098 In bc3fccd, the format flags were changed to use FmtPgWireText for information_schema.columns(column_default). This does not work for string literals, since that format does not wrap literals in single quotes. Now we've changed to FmtParsableNumerics, which does properly add quotes, and also avoids adding the `:::` type annotation as FmtPgWireText does. No release note since this bug was never released. Release note: None
96562: cli/sql: assorted CLI shell and autocompletion bug fixes r=ZhouXing19 a=knz See the individual commits for details. Epic: None 96660: sql: fix column_default in info_schema so literals are quoted r=e-mbrown a=rafiss fixes #96098 In bc3fccd, the format flags were changed to use FmtPgWireText for information_schema.columns(column_default). This does not work for string literals, since that format does not wrap literals in single quotes. Now we've changed to FmtParsableNumerics, which does properly add quotes, and also avoids adding the `:::` type annotation as FmtPgWireText does. No release note since this bug was never released. Release note: None 96668: allocator: fix panic when accessing nil store descriptor r=kvoli a=aliher1911 Previously allocator was trying to update store descriptor counters on unitialized stores. Instead of checking if detail is nil which should never happen, it should check if descriptor in detail is not nil as it is only eventually populated by gossip. Release note: None Fixes #96654 Co-authored-by: Raphael 'kena' Poss <[email protected]> Co-authored-by: Rafi Shamim <[email protected]> Co-authored-by: Oleg Afanasyev <[email protected]>
roachtest.typeorm failed with artifacts on master @ 95a3a11f11b09481bbdf56820eea4420120f04f9:
Parameters:
ROACHTEST_cloud=gce
,ROACHTEST_cpu=4
,ROACHTEST_encrypted=false
,ROACHTEST_fs=ext4
,ROACHTEST_localSSD=true
,ROACHTEST_ssd=0
Help
See: roachtest README
See: How To Investigate (internal)
Same failure on other branches
This test on roachdash | Improve this report!
Jira issue: CRDB-23947
The text was updated successfully, but these errors were encountered: