Currently, test namespaces are torn down immediately following test completion. When this happens, logs are lost and cannot be recovered. Onit should persist application logs inside the kube-test namespace as part of the recorded history of test runs. Additionally, onit should support commands for viewing/formatting/downloading logs for past test runs persisted in the kube-test namespace.
Currently, test namespaces are torn down immediately following test completion. When this happens, logs are lost and cannot be recovered. Onit should persist application logs inside the
kube-testnamespace as part of the recorded history of test runs. Additionally, onit should support commands for viewing/formatting/downloading logs for past test runs persisted in thekube-testnamespace.