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

Fix rollback during Node Table COPY #4467

Merged
merged 28 commits into from
Dec 2, 2024

Update splitSlots so behaviour is same as before nextChainedSlot() re…

cec96e5
Select commit
Loading
Failed to load commit list.
Merged

Fix rollback during Node Table COPY #4467

Update splitSlots so behaviour is same as before nextChainedSlot() re…
cec96e5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 2, 2024 in 1s

95.14% of diff hit (target 80.00%)

View this Pull Request on Codecov

95.14% of diff hit (target 80.00%)

Annotations

Check warning on line 83 in src/include/common/mask.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/include/common/mask.h#L83

Added line #L83 was not covered by tests

Check warning on line 85 in src/include/common/mask.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/include/common/mask.h#L85

Added line #L85 was not covered by tests

Check warning on line 166 in src/include/storage/store/column.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/include/storage/store/column.h#L166

Added line #L166 was not covered by tests

Check warning on line 174 in src/include/storage/store/column.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/include/storage/store/column.h#L174

Added line #L174 was not covered by tests

Check warning on line 99 in src/include/storage/store/node_table.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/include/storage/store/node_table.h#L99

Added line #L99 was not covered by tests

Check warning on line 24 in src/include/storage/store/rel_table_data.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/include/storage/store/rel_table_data.h#L24

Added line #L24 was not covered by tests

Check warning on line 39 in src/include/storage/store/rel_table_data.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/include/storage/store/rel_table_data.h#L39

Added line #L39 was not covered by tests

Check warning on line 140 in src/storage/store/chunked_node_group.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/storage/store/chunked_node_group.cpp#L140

Added line #L140 was not covered by tests

Check warning on line 274 in src/storage/store/list_column.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/storage/store/list_column.cpp#L274

Added line #L274 was not covered by tests

Check warning on line 283 in src/storage/store/list_column.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/storage/store/list_column.cpp#L283

Added line #L283 was not covered by tests

Check warning on line 114 in src/storage/store/node_table.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/storage/store/node_table.cpp#L114

Added line #L114 was not covered by tests

Check warning on line 172 in src/storage/store/node_table.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/storage/store/node_table.cpp#L172

Added line #L172 was not covered by tests

Check warning on line 524 in src/storage/store/node_table.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/storage/store/node_table.cpp#L524

Added line #L524 was not covered by tests

Check warning on line 568 in src/storage/store/node_table.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/storage/store/node_table.cpp#L568

Added line #L568 was not covered by tests

Check warning on line 570 in src/storage/store/node_table.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/storage/store/node_table.cpp#L570

Added line #L570 was not covered by tests

Check warning on line 378 in src/storage/store/rel_table.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/storage/store/rel_table.cpp#L378

Added line #L378 was not covered by tests

Check warning on line 279 in src/storage/store/rel_table_data.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/storage/store/rel_table_data.cpp#L279

Added line #L279 was not covered by tests

Check warning on line 288 in src/storage/store/rel_table_data.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/storage/store/rel_table_data.cpp#L288

Added line #L288 was not covered by tests

Check warning on line 290 in src/storage/store/rel_table_data.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/storage/store/rel_table_data.cpp#L290

Added line #L290 was not covered by tests