You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When deleting the last test case result when trying to update the test suite summary status will throw an error - ln 333 TestCaseRepository.java
To Reproduce
Add 1 test case result, delete it. You should see
{
"responseMessage": "An exception with message [Cannot invoke \"org.openmetadata.schema.tests.type.TestCaseResult.getTimestamp()\" because \"testCaseResult\" is null] was thrown while processing request."
}
Expected behavior
Summary should be set to null for the testSuite
Version:
OpenMetadata version: 1.2.x
The text was updated successfully, but these errors were encountered:
Affected module
Backend
Describe the bug
When deleting the last test case result when trying to update the test suite summary status will throw an error - ln 333
TestCaseRepository.java
To Reproduce
Add 1 test case result, delete it. You should see
Expected behavior
Summary should be set to null for the testSuite
Version:
The text was updated successfully, but these errors were encountered: