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

Fail on init errors #4216

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

mponomar
Copy link
Contributor

{174259308} Fail db creation if any initial table creation fails

Copy link

@roborivers roborivers left a comment

Choose a reason for hiding this comment

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

Lint check:

@@ db/block_internal.c @@
+ Please remove debugging statements, and replace fprintf/printf with logmsg.
@@ db/handle_buf.c @@
+ Please remove debugging statements, and replace fprintf/printf with logmsg.
@@ db/sqlglue.c @@
+ Please remove debugging statements, and replace fprintf/printf with logmsg.
@@ db/osqlcomm.c @@
+ Please remove debugging statements, and replace fprintf/printf with logmsg.
@@ db/toblock.c @@
+ Please remove debugging statements, and replace fprintf/printf with logmsg.
@@ db/osqluprec.c @@
+ Please remove debugging statements, and replace fprintf/printf with logmsg.
@@ plugins/newsql/newsql.c @@
+ Please remove debugging statements, and replace fprintf/printf with logmsg.
@@ db/sqlglue.c @@
+ Please make sure that a mutex is unlocked before returning.

Copy link

@roborivers roborivers left a comment

Choose a reason for hiding this comment

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

Coding style check: Success ✓.
Smoke testing: Error ⚠.
Cbuild submission: Success ✓.
Regression testing: 0/0 tests failed ⚠.

Signed-off-by: Mike Ponomarenko <mponomarenko@bloomberg.net>
@mponomar
Copy link
Contributor Author

/runtests

@akshatsikarwar akshatsikarwar self-requested a review April 1, 2024 12:55
Copy link
Contributor

@akshatsikarwar akshatsikarwar left a comment

Choose a reason for hiding this comment

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

Ugh failing tests. I have resubmitted.

Copy link

@roborivers roborivers left a comment

Choose a reason for hiding this comment

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

Coding style check: Success ✓.
Smoke testing: Success ✓.
Cbuild submission: Error ⚠.
Regression testing: 8/524 tests failed ⚠.

The first 10 failing tests are:
sc_repeated_updates_logicalsc_generated [setup failure]
sc_repeated_updates [setup failure]
lock_maxid [setup failure]
selectv_timepart [setup failure]
drop_tblnum [setup failure]
queuedb_rollover
truncatesc
truncatesc_offline_generated

@akshatsikarwar akshatsikarwar dismissed their stale review April 2, 2024 20:01

Not passing tests

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.

None yet

3 participants