Details
- 
    
Bug
 - 
    Status: Closed
 - 
    
Major
 - 
    Resolution: Won't Fix
 - 
    R1.8.0
 - 
    None
 
Description
If we call jira/rest/raven/1.0/import/execution/ with a new test execution. If the tests inside doesn't exist then, we get an exception.
If the test executions exists, there is no problem and we get a warning telling that the test execution doesn't contain or is not associate with this non existent test.
Example:
{
	"info" : 
,
    "tests" : [
    ]
}
NOTE: this only happens when there is no "tests" with a valid "testKey" in the list.