cambyzju opened a new pull request, #29523:
URL: https://github.com/apache/doris/pull/29523
## Proposed changes
Issue Number: close #xxx
If there are databases create or drop, between result1 and result2, then
this case will failed.
make this case `nonConcurrent` to fix. (**Master and Branch-2.0** both have
this problem)
```
def result1 = connect(user = 'test_show_statistic_proc_user1', password
= '12345', url = context.config.jdbcUrl) {
sql """ show proc '/statistic' """
}
def result2 = connect(user = 'test_show_statistic_proc_user1', password
= '12345', url = context.config.jdbcUrl) {
sql """ show databases """
}
sql """ show databases """
}
```
## Further comments
If this is a relatively large or complex change, kick off the discussion at
[[email protected]](mailto:[email protected]) by explaining why you
chose the solution you did and what alternatives you considered, etc...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]