-
Notifications
You must be signed in to change notification settings - Fork 231
WIP make snapshot default mode #5517
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
base: main
Are you sure you want to change the base?
Conversation
053ccf8 to
edb4d40
Compare
roborivers
left a comment
There was a problem hiding this 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: 14/19 tests failed ⚠.
The first 10 failing tests are:
sc_force
socksql_master_swings
roborivers
left a comment
There was a problem hiding this 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: Success ✓.
The first 10 failing tests are:
comdb2sys_queueodh_generated
socksql
tunables
reco-ddlk-sql
edb4d40 to
baa1e5b
Compare
roborivers
left a comment
There was a problem hiding this 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: Success ✓.
The first 10 failing tests are:
disttxn [core dumped]
analyze_fastinit_race
sc_force
socksql_master_swings
systable_locking
sc_resume_logicalsc_generated
sc_resume
queuedb_rollover_noroll1_generated
queuedb_rollover
sc_versmismatch_logicalsc_generated
d4611da to
db54e9b
Compare
| @@ -0,0 +1 @@ | |||
| sql_tranlevel_default blocksock | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test tests that a bunch of selects that run during schema changes succeed because they go through the recover ddlk process correctly. This is not relevant for snapshot since these selects will fail.
roborivers
left a comment
There was a problem hiding this 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: 526/627 tests failed ⚠.
The first 10 failing tests are:
disttxn [core dumped]
analyze_fastinit_race
sc_resume_logicalsc_generated
sc_resume
queuedb_rollover_noroll1_generated
queuedb_rollover
sc_versmismatch
sc_versmismatch_logicalsc_generated
recover_deadlock
prepare
roborivers
left a comment
There was a problem hiding this 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: 439/627 tests failed ⚠.
The first 10 failing tests are:
disttxn [core dumped]
tmptbl_leak [core dumped]
analyze_fastinit_race
sc_resume_logicalsc_generated
sc_resume
queuedb_rollover_noroll1_generated
queuedb_rollover
prepare
selectv_rcode_serialize_reads_like_writes_generated
udf
a58b9eb to
ebb9048
Compare
roborivers
left a comment
There was a problem hiding this 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: Success ✓.
The first 10 failing tests are:
disttxn [core dumped]
tmptbl_leak_starve_generated [core dumped]
tmptbl_leak [core dumped]
analyze_fastinit_race
sc_resume_logicalsc_generated
sc_resume
prepare
selectv_rcode_serialretry_generated
selectv_rcode_disable_svonly_nop_generated
udf
roborivers
left a comment
There was a problem hiding this 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: Success ✓.
Regression testing: 145/200 tests failed ⚠.
The first 10 failing tests are:
cldeadlock [setup failure]
disttxn [core dumped]
newsqlreplay
random_osql_replay
sc_lotsoftables
pg_free_recovery
dohsql_race
insert_lots
insert_lots_ssl_generated
epochms_rollover
roborivers
left a comment
There was a problem hiding this 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: Success ✓.
Regression testing: Success ✓.
The first 10 failing tests are:
cldeadlock [setup failure]
disttxn [core dumped]
newsqlreplay
random_osql_replay
dohsql_race
queuedb_rollover_noroll1_generated
pg_free_recovery
sc_drop
queuedb_rollover
insert_lots
a84b910 to
8781019
Compare
roborivers
left a comment
There was a problem hiding this 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: 71/630 tests failed ⚠.
The first 10 failing tests are:
ssl_san [setup failure]
disttxn [core dumped]
tmptbl_leak_starve_generated [core dumped]
tmptbl_leak [core dumped]
logdelete [core dumped]
schemalk_logicalsc_generated
schemalk_extralock_generated
schemalk
remotecreate_twopc_generated
remotecreate
| @@ -1,7 +1,9 @@ | |||
| (version='1') | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dont understand this test
| @@ -1,3 +1,3 @@ | |||
| (c1='one', comdb2_ctxinfo ( 'parallel' )=1, a=1) | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't understand this test
5278b89 to
23b5ad2
Compare
roborivers
left a comment
There was a problem hiding this 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: Success ✓.
Regression testing: 50/630 tests failed ⚠.
The first 10 failing tests are:
disttxn [core dumped]
tmptbl_leak [core dumped]
logdelete [core dumped]
logfill
analyze_fastinit_race
remotecreate_twopc_generated
remotecreate
phys_rep_tiered_firstfile_generated
sc_resume_logicalsc_generated
sc_resume
556f04d to
5909dd4
Compare
09aa31b to
86c9703
Compare
roborivers
left a comment
There was a problem hiding this 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: 56/630 tests failed ⚠.
The first 10 failing tests are:
disttxn [core dumped]
tmptbl_leak_starve_generated [core dumped]
tmptbl_leak [core dumped]
logdelete [core dumped]
remotecreate_twopc_generated [core dumped]
analyze_fastinit_race
schemalk_logicalsc_generated
schemalk_extralock_generated
remotecreate
sc_resume_logicalsc_generated
86c9703 to
ef41a88
Compare
|
sql.test just needs default consumer fix from #5548 |
roborivers
left a comment
There was a problem hiding this 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: 56/633 tests failed ⚠.
The first 10 failing tests are:
electbug2 [setup core dumped]
disttxn [core dumped]
logdelete_snapshot_generated [core dumped]
logdelete [core dumped]
insert_lots
analyze_fastinit_race
fdb_compat_rte_connect_generated
remotecreate_twopc_generated
remotecreate
sc_resume_logicalsc_generated
a65d8fb to
9bec827
Compare
roborivers
left a comment
There was a problem hiding this 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: Success ✓.
Regression testing: 54/633 tests failed ⚠.
The first 10 failing tests are:
electbug2 [setup core dumped]
disttxn [core dumped]
tmptbl_leak [core dumped]
logdelete_snapshot_generated [core dumped]
logdelete [core dumped]
systable_locking
sc_truncate_lockorder_generated
schemalk_logicalsc_generated
schemalk_extralock_generated
schemalk
c3ff9b7 to
55eac0d
Compare
| (old='{"a":"nan"}', new=NULL) | ||
| (old='{"a":"-inf"}', new=NULL) | ||
| (old='{"a":"inf"}', new=NULL) | ||
| (old='{"a":1}', new=NULL) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It appears like the deletes process the rows in a different order in blocksql vs in recom+ :o
| (fingerprint='b12bfa0963ad238396f59e2e1e96b218', count=1, total_cost=12, total_rows=1, normalized_sql='SELECT count(*)FROM fp1;') | ||
| (fingerprint='b16c596087126535ffc0e991e3477d8a', count=1, total_cost=0, total_rows=1, normalized_sql='SELECT?AS xyz;') | ||
| (fingerprint='c7f22188d3a63015bac874fd692fd350', count=1, total_cost=12, total_rows=2, normalized_sql='SELECT x AS w FROM fp1 ORDER BY x;') | ||
| (fingerprint='cb377fe3503a8413402ff6fdbf8d9f11', count=1, total_cost=12, total_rows=2, normalized_sql='SELECT x+x AS y FROM fp1 ORDER BY x;') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rows increase here because the txn can see its own updates.
roborivers
left a comment
There was a problem hiding this 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: Success ✓.
Regression testing: 47/633 tests failed ⚠.
The first 10 failing tests are:
electbug2 [setup core dumped]
disttxn [core dumped]
cldeadlock [core dumped]
tmptbl_leak_starve_generated [core dumped]
tmptbl_leak [core dumped]
logdelete_snapshot_generated [core dumped]
logdelete [core dumped]
systable_locking
analyze_fastinit_race
sc_truncate_lockorder_generated
55eac0d to
07cb419
Compare
roborivers
left a comment
There was a problem hiding this 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: Success ✓.
Regression testing: Success ✓.
The first 10 failing tests are:
disttxn [core dumped]
tmptbl_leak [core dumped]
logdelete_snapshot_generated [core dumped]
logdelete [core dumped]
remotecreate_twopc_generated [core dumped]
remotecreate [core dumped]
insert_lots
schemalk_logicalsc_generated
schemalk_extralock_generated
schemalk
Signed-off-by: mdouglas47 <[email protected]>
07cb419 to
65c5133
Compare
Signed-off-by: mdouglas47 <[email protected]>
Signed-off-by: mdouglas47 <[email protected]>
Signed-off-by: mdouglas47 <[email protected]>
Signed-off-by: mdouglas47 <[email protected]>
65c5133 to
0027dfd
Compare
roborivers
left a comment
There was a problem hiding this 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: Success ✓.
Regression testing: Success ✓.
The first 10 failing tests are:
electbug2 [setup core dumped]
disttxn [core dumped]
tmptbl_leak [core dumped]
logdelete_snapshot_generated [core dumped]
logdelete [core dumped]
remotecreate [core dumped]
schemalk_logicalsc_generated
schemalk_extralock_generated
remotecreate_twopc_generated
sc_resume_logicalsc_generated
No description provided.