databend-go
databend-go copied to clipboard
Add max_active_session test
Should make a test as the following steps:
- set max_active_session=10
- do
insert,update,deleteconcurrently
Then there should not has exceed max session error.