mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-19 16:49:35 +00:00
Merge pull request #58223 from crassirostris/fix-sd-logging-basic-tests
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Adjust the Stackdriver Logging length test Fixes failures in https://k8s-testgrid.appspot.com/google-gke#gke-ubuntustable1-k8sdev-default ```release-note NONE ```
This commit is contained in:
commit
bc0e706a0a
@ -108,7 +108,7 @@ var _ = instrumentation.SIGDescribe("Cluster level logging implemented by Stackd
|
|||||||
})
|
})
|
||||||
|
|
||||||
ginkgo.By("Checking that too long lines are trimmed", func() {
|
ginkgo.By("Checking that too long lines are trimmed", func() {
|
||||||
maxLength := 100000
|
maxLength := 100 * 1024
|
||||||
cmd := []string{
|
cmd := []string{
|
||||||
"/bin/sh",
|
"/bin/sh",
|
||||||
"-c",
|
"-c",
|
||||||
|
Loading…
Reference in New Issue
Block a user