Merge pull request #10175 from ChengyuZhu6/error_message

runtime: Add specific error message for gRPC request timeouts
This commit is contained in:
Fabiano Fidêncio
2024-08-16 22:06:49 +02:00
committed by GitHub
2 changed files with 116 additions and 5 deletions

View File

@@ -171,7 +171,7 @@ setup() {
# The pod should be failed because the default timeout of CreateContainerRequest is 60s
assert_pod_fail "$pod_config"
assert_logs_contain "$node" kata "$node_start_time" \
'context deadline exceeded'
'CreateContainerRequest timed out'
}
@test "Test we can pull a large image inside the guest with large createcontainer timeout" {