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]: ut test fail in Test_ConnectionCount #15675

Closed
1 task done
jensenojs opened this issue Apr 23, 2024 · 12 comments
Closed
1 task done

[Bug]: ut test fail in Test_ConnectionCount #15675

jensenojs opened this issue Apr 23, 2024 · 12 comments
Assignees
Labels
bug/ut kind/bug Something isn't working severity/s0 Extreme impact: Cause the application to break down and seriously affect the use
Milestone

Comments

@jensenojs
Copy link
Contributor

Is there an existing issue for the same bug?

  • I have checked the existing issues.

Branch Name

main

Commit ID

4e85c63

Other Environment Information

- Hardware parameters:
- OS type:
- Others:

Actual Behavior

image

https://github.com/matrixorigin/matrixone/actions/runs/8798072887/job/24144324278?pr=15664

Expected Behavior

pass

Steps to Reproduce

ut

Additional information

No response

@jensenojs jensenojs added kind/bug Something isn't working needs-triage labels Apr 23, 2024
@jensenojs jensenojs added the severity/s0 Extreme impact: Cause the application to break down and seriously affect the use label Apr 23, 2024
@matrix-meow matrix-meow added this to the 1.2.0 milestone Apr 23, 2024
@jensenojs jensenojs assigned daviszhen and unassigned matrix-meow Apr 23, 2024
@aressu1985 aressu1985 modified the milestones: 1.2.0, 1.3.0-Backlog Apr 24, 2024
@daviszhen
Copy link
Contributor

未投入

1 similar comment
@daviszhen
Copy link
Contributor

未投入

@daviszhen
Copy link
Contributor

daviszhen commented May 7, 2024

data race 问题

Screenshot from 2024-05-07 14-59-21

@daviszhen
Copy link
Contributor

it was fixed.

@daviszhen daviszhen assigned jensenojs and unassigned daviszhen May 10, 2024
@jensenojs jensenojs changed the title [Bug]: [Bug]: ut test fail in Test_ConnectionCount [Bug]: ut test fail in Test_ConnectionCount May 10, 2024
@jensenojs jensenojs assigned aressu1985 and unassigned jensenojs May 10, 2024
@jensenojs
Copy link
Contributor Author

劳驾 @aressu1985 qa 观察一段时间

@zhangxu19830126
Copy link
Contributor

还有

@zhangxu19830126
Copy link
Contributor

2024-06-05T03:02:24.4099626Z === RUN Test_ConnectionCount
2024-06-05T03:02:24.4100012Z Server started
2024-06-05T03:02:24.4100954Z 2024/06/05 02:41:20.397449 +0000 INFO cn-service.frontend check password succeeded {"uuid": "", "session_info": "", "session_id": "018fe645-ba0d-7015-80fd-fd9f8efc763b"}
2024-06-05T03:02:24.4103524Z 2024/06/05 02:41:20.397666 +0000 INFO cn-service.frontend mo accept connection, time cost of Created: 223.759µs, Establish: 240.19µs, UpgradeTLS: 0s, Authenticate: 191.198µs, SendErrPacket: 0s, SendOKPacket: 30.487µs, CheckTenant: 0s, CheckUser: 0s, CheckRole: 0s, CheckDbName: 0s, InitGlobalSysVar: 0s {"uuid": "", "session_info": "", "session_id": "018fe645-ba0d-7015-80fd-fd9f8efc763b"}
2024-06-05T03:02:24.4106374Z 2024/06/05 02:41:20.397923 +0000 INFO cn-service.frontend mo received first request {"uuid": "", "session_info": "connectionId 1005||{account sys:dump: -- 0:0:0}|goRoutineId 828|018fe645-ba0d-7015-80fd-fd9f8efc763b", "session_id": "018fe645-ba0d-7015-80fd-fd9f8efc763b"}
2024-06-05T03:02:24.4108235Z 2024/06/05 02:41:22.503468 +0000 INFO cn-service.frontend check password succeeded {"uuid": "", "session_info": "", "session_id": "018fe645-c247-7066-970c-415ead5c40d0"}
2024-06-05T03:02:24.4110658Z 2024/06/05 02:41:22.503735 +0000 INFO cn-service.frontend mo accept connection, time cost of Created: 260.057µs, Establish: 296.926µs, UpgradeTLS: 0s, Authenticate: 253.755µs, SendErrPacket: 0s, SendOKPacket: 50.164µs, CheckTenant: 0s, CheckUser: 0s, CheckRole: 0s, CheckDbName: 0s, InitGlobalSysVar: 0s {"uuid": "", "session_info": "", "session_id": "018fe645-c247-7066-970c-415ead5c40d0"}
2024-06-05T03:02:24.4113477Z 2024/06/05 02:41:22.509897 +0000 INFO cn-service.frontend mo received first request {"uuid": "", "session_info": "connectionId 1006||{account sys:dump: -- 0:0:0}|goRoutineId 832|018fe645-c247-7066-970c-415ead5c40d0", "session_id": "018fe645-c247-7066-970c-415ead5c40d0"}
2024-06-05T03:02:24.4114736Z routine_test.go:220:
2024-06-05T03:02:24.4115462Z Error Trace: /home/runner/work/matrixone/matrixone/pkg/frontend/routine_test.go:220
2024-06-05T03:02:24.4116213Z Error: "0" is not greater than or equal to "2"
2024-06-05T03:02:24.4116713Z Test: Test_ConnectionCount

@jensenojs jensenojs assigned daviszhen and unassigned jensenojs Jun 5, 2024
@jensenojs
Copy link
Contributor Author

@daviszhen 辛苦pz哥再看看

@daviszhen
Copy link
Contributor

未投入

@sukki37
Copy link
Contributor

sukki37 commented Jun 13, 2024

@sukki37 sukki37 modified the milestones: 1.3.0-Backlog, 1.2.2 Jun 13, 2024
@daviszhen
Copy link
Contributor

未投入

@daviszhen
Copy link
Contributor

1.2和main的都改掉了。

@daviszhen daviszhen assigned jensenojs and unassigned daviszhen Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug/ut kind/bug Something isn't working severity/s0 Extreme impact: Cause the application to break down and seriously affect the use
Projects
None yet
Development

No branches or pull requests

6 participants