-
Notifications
You must be signed in to change notification settings - Fork 476
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]After modifying the script,The test often start fails [database:mysql] #860
Comments
I sincerely ask for your advice and hope to get a reply. Thank you |
It's normal when I use H2 database, and this kind of error occurs frequently after switching to Mysql database. #database.type=H2 |
Sorry, but I can't reproduce your case. I work fine.
|
When an error occurs, the console does not output an error log |
I can not reproduce the error case. According to the error message you've got, it looks fail to get the script revision. Please let me know the result of excuting SQL below. SELECT script_revision FROM PERF_TEST WHERE ID = 630; |
|
Are you using Github integration? |
1. Describe the bug 🐞
After modifying the script, copy and run the test. The test often fails and no log is generated
version :v3.5.5-p1
2. Reproduction steps
4. Screenshots
http://xxx.xxx.xxx.xx:8080/perftest/api/630/status?_=1640166977993
{
"id" : 630,
"message" : "Distribution files are being prepared.
script should exist
2021-12-22 17:56:17",
"status" : {
"category" : "ERROR",
"stoppable" : false,
"reportable" : true,
"deletable" : true,
"iconName" : "red.png",
"springMessageKey" : "perftest.status.stop_by_error",
"name" : "STOP_BY_ERROR"
}
}
The text was updated successfully, but these errors were encountered: