Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ML] Assert that a no-op job creates no results nor state (#43681)
If a job is opened and then closed and does nothing in between then it should not persist any results or state documents. This change adapts the no-op job test to assert no results in addition to no state, and to log any documents that cause this assertion to fail. Relates elastic/ml-cpp#512 Relates #43680
- Loading branch information