-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add e2e test for stream attach and ignore expected errors
context.Cancelled and io.EOF are treated as expected error because they are the only way to cancel stream
- Loading branch information
1 parent
d462238
commit d1202f2
Showing
6 changed files
with
352 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
apiVersion: v1 | ||
kind: Pod | ||
metadata: | ||
name: testpod1 | ||
spec: | ||
containers: | ||
- image: ghcr.io/macvmio/macos-sonoma:14.5-agent-v1.7 | ||
imagePullPolicy: Never | ||
command: ["sh", "-c", "cat"] | ||
name: curie3 | ||
stdin: true | ||
tty: true | ||
envFrom: | ||
- secretRef: | ||
name: fugaci-ssh-secret | ||
nodeSelector: | ||
kubernetes.io/os: darwin | ||
tolerations: | ||
- key: "fugaci.macvm.io" | ||
operator: "Equal" | ||
value: "true" | ||
effect: "NoSchedule" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.