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

[Bug]: insert into table success rather than table does not exists in pessimistic mode. #10867

Closed
1 task done
Ariznawlll opened this issue Jul 26, 2023 · 3 comments
Closed
1 task done
Assignees
Labels
kind/bug Something isn't working needs-triage severity/s0 Extreme impact: Cause the application to break down and seriously affect the use
Milestone

Comments

@Ariznawlll
Copy link
Contributor

Ariznawlll commented Jul 26, 2023

Is there an existing issue for the same bug?

  • I have checked the existing issues.

Environment

- Version or commit-id (e.g. v0.1.0 or 8b23a93):
- Hardware parameters:
- OS type:
- Others:

Actual Behavior

As follows:
https://github.com/matrixorigin/matrixone/actions/runs/5654167205/job/15316701838?pr=10859

Expected Behavior

No response

Steps to Reproduce

drop table if exists atomic_table_14;
create table atomic_table_14(c1 int,c2 varchar(25));
insert into atomic_table_14 values (3,"a"),(4,"b"),(5,"c");
start transaction ;
alter table atomic_table_14 add  index key1(c1);
-- @session:id=1{
use transaction_enhance;
-- @wait:0:commit
drop table atomic_table_14;
-- @session}
insert into atomic_table_14 values (6,"a"),(7,"b");
select * from atomic_table_14;
commit;
select * from atomic_table_14;

Additional information

No response

@Ariznawlll Ariznawlll added kind/bug Something isn't working needs-triage severity/s0 Extreme impact: Cause the application to break down and seriously affect the use labels Jul 26, 2023
@Ariznawlll Ariznawlll added this to the 1.0.0 milestone Jul 26, 2023
@zhangxu19830126 zhangxu19830126 mentioned this issue Jul 26, 2023
7 tasks
@Ariznawlll Ariznawlll mentioned this issue Jul 26, 2023
7 tasks
@zhangxu19830126
Copy link
Contributor

fixed

@Ariznawlll
Copy link
Contributor Author

Verified!

@matrix-meow
Copy link
Contributor

Hello @Ariznawlll. The bug issue in the BVT test code has not been removed,issues automatically open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working needs-triage severity/s0 Extreme impact: Cause the application to break down and seriously affect the use
Projects
None yet
Development

No branches or pull requests

3 participants