mirror of
https://github.com/apple/container.git
synced 2026-09-26 09:35:37 +00:00
Add test that we replace meta args in builder correctly (#255)
Depends on https://github.com/apple/container-builder-shim/pull/24 Related to https://github.com/apple/container/issues/252 --------- Signed-off-by: Kathryn Baldauf <k_baldauf@apple.com>
This commit is contained in:
@@ -110,7 +110,7 @@ import SwiftProtobuf
|
||||
///
|
||||
///
|
||||
/// NOTE: the client should close the send stream once it has finished
|
||||
/// receiving the build output or abadon the current build due to error.
|
||||
/// receiving the build output or abandon the current build due to error.
|
||||
/// Server should keep the stream open until it receives the EOF that client
|
||||
/// has closed the stream, which the server should then close its send stream.
|
||||
///
|
||||
@@ -340,7 +340,7 @@ public struct Com_Apple_Container_Build_V1_BuilderNIOClient: Com_Apple_Container
|
||||
///
|
||||
///
|
||||
/// NOTE: the client should close the send stream once it has finished
|
||||
/// receiving the build output or abadon the current build due to error.
|
||||
/// receiving the build output or abandon the current build due to error.
|
||||
/// Server should keep the stream open until it receives the EOF that client
|
||||
/// has closed the stream, which the server should then close its send stream.
|
||||
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
|
||||
@@ -603,7 +603,7 @@ public enum Com_Apple_Container_Build_V1_BuilderClientMetadata {
|
||||
///
|
||||
///
|
||||
/// NOTE: the client should close the send stream once it has finished
|
||||
/// receiving the build output or abadon the current build due to error.
|
||||
/// receiving the build output or abandon the current build due to error.
|
||||
/// Server should keep the stream open until it receives the EOF that client
|
||||
/// has closed the stream, which the server should then close its send stream.
|
||||
///
|
||||
@@ -750,7 +750,7 @@ extension Com_Apple_Container_Build_V1_BuilderProvider {
|
||||
///
|
||||
///
|
||||
/// NOTE: the client should close the send stream once it has finished
|
||||
/// receiving the build output or abadon the current build due to error.
|
||||
/// receiving the build output or abandon the current build due to error.
|
||||
/// Server should keep the stream open until it receives the EOF that client
|
||||
/// has closed the stream, which the server should then close its send stream.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user