Make error-report validation more granular
This commit is contained in:
Родитель
25e5a19a09
Коммит
b752dbed47
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"results": {
|
||||
"namespace.doctype.3": {
|
||||
"error_count": 1,
|
||||
"error_rate": 0.01,
|
||||
"errors": null,
|
||||
"time": 0.1,
|
||||
"total": 100
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"results": {
|
||||
"namespace.doctype.1": {
|
||||
"error_count": -1,
|
||||
"error_rate": 10.0,
|
||||
"errors": {
|
||||
"failure": 1
|
||||
},
|
||||
"time": 0.1,
|
||||
"total": 100
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"results": {
|
||||
"namespace.doctype.3": {
|
||||
"error_count": 1,
|
||||
"error_rate": 987.0,
|
||||
"errors": 98700,
|
||||
"time": 0.1,
|
||||
"total": 100
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,26 +0,0 @@
|
|||
{
|
||||
"results": {
|
||||
"namespace.doctype.1": {
|
||||
"error_count": -1,
|
||||
"error_rate": 10.0,
|
||||
"errors": {
|
||||
"failure": 1
|
||||
},
|
||||
"time": 0.1,
|
||||
"total": 100
|
||||
},
|
||||
"namespace.doctype.2": {
|
||||
"error_count": 0,
|
||||
"error_rate": 0.0,
|
||||
"time": 0.01,
|
||||
"total": 100
|
||||
},
|
||||
"namespace.doctype.3": {
|
||||
"error_count": 1,
|
||||
"error_rate": 9999.0,
|
||||
"errors": null,
|
||||
"time": 0.1,
|
||||
"total": 100
|
||||
}
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче