File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -141,11 +141,11 @@ func TestMain(m *testing.M) {
141141 cfg .FlagOptimizations [0 ].Configs [4 ].Compatible = map [string ]bool {"flat" : true , "hns" : false , "zonal" : false }
142142 cfg .FlagOptimizations [0 ].Configs [4 ].RunOnGKE = true
143143 cfg .FlagOptimizations [0 ].Configs [5 ].Run = "TestZonalBucketOptimizations_LogVerification"
144- cfg .FlagOptimizations [0 ].Configs [5 ].Flags = []string {"--log-severity=info " }
144+ cfg .FlagOptimizations [0 ].Configs [5 ].Flags = []string {"--log-severity=trace " }
145145 cfg .FlagOptimizations [0 ].Configs [5 ].Compatible = map [string ]bool {"flat" : false , "hns" : false , "zonal" : true }
146146 cfg .FlagOptimizations [0 ].Configs [5 ].RunOnGKE = true
147147 cfg .FlagOptimizations [0 ].Configs [6 ].Run = "TestZonalBucketOptimizations_KernelParamVerification"
148- cfg .FlagOptimizations [0 ].Configs [6 ].Flags = []string {"--log-severity=info " }
148+ cfg .FlagOptimizations [0 ].Configs [6 ].Flags = []string {"--log-severity=trace " }
149149 cfg .FlagOptimizations [0 ].Configs [6 ].Compatible = map [string ]bool {"flat" : false , "hns" : false , "zonal" : true }
150150 cfg .FlagOptimizations [0 ].Configs [6 ].RunOnGKE = true
151151 }
Original file line number Diff line number Diff line change @@ -697,15 +697,15 @@ flag_optimizations:
697697 run_on_gke : true
698698 - run : TestZonalBucketOptimizations_LogVerification
699699 flags :
700- - " --enable-kernel-reader=true "
700+ - " --log-severity=trace "
701701 compatible :
702702 flat : false
703703 hns : false
704704 zonal : true
705705 run_on_gke : true
706706 - run : TestZonalBucketOptimizations_KernelParamVerification
707707 flags :
708- - " --enable-kernel-reader=true "
708+ - " --log-severity=trace "
709709 compatible :
710710 flat : false
711711 hns : false
You can’t perform that action at this time.
0 commit comments