File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -157,19 +157,18 @@ jobs:
157
157
$ManifestPath = ".\src\manifest\MsQuicEtw.man"
158
158
wevtutil.exe um $ManifestPath
159
159
wevtutil.exe im $ManifestPath /rf:$($MsQuicDll) /mf:$($MsQuicDll)
160
- - name : Stop lttng-sessiond
161
- if : matrix.vec.plat == 'linux'
162
- run : sudo systemctl stop lttng-sessiond
160
+ # - name: Stop lttng-sessiond
161
+ # if: matrix.vec.plat == 'linux'
162
+ # run: sudo systemctl stop lttng-sessiond
163
163
- name : Test
164
164
if : matrix.vec.os == 'WinServerPrerelease'
165
165
shell : pwsh
166
166
timeout-minutes : 120
167
167
run : scripts/test.ps1 -Config ${{ matrix.vec.config }} -Arch ${{ matrix.vec.arch }} -Tls ${{ matrix.vec.tls }} -GHA -LogProfile Full.Light -GenerateXmlResults ${{ matrix.vec.xdp }} ${{ matrix.vec.qtip }}
168
168
- name : Test
169
169
if : matrix.vec.os != 'WinServerPrerelease'
170
- shell : pwsh
171
170
timeout-minutes : 120
172
- run : scripts/test.ps1 -Config ${{ matrix.vec.config }} -Arch ${{ matrix.vec.arch }} -Tls ${{ matrix.vec.tls }} -OsRunner ${{ matrix.vec.os }} -GHA -LogProfile Full.Light -GenerateXmlResults ${{ matrix.vec.xdp }} ${{ matrix.vec.qtip }} -Filter "*UdpBind*"
171
+ run : sudo pwsh ./ scripts/test.ps1 -Config ${{ matrix.vec.config }} -Arch ${{ matrix.vec.arch }} -Tls ${{ matrix.vec.tls }} -OsRunner ${{ matrix.vec.os }} -GHA -LogProfile Full.Light -GenerateXmlResults ${{ matrix.vec.xdp }} ${{ matrix.vec.qtip }} -Filter "*UdpBind*"
173
172
- name : Upload on Failure
174
173
uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
175
174
if : failure()
Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ function Log-Start {
237
237
lttng - q create msquiclive -- live
238
238
} else {
239
239
New-Item - Path $TempLTTngDir - ItemType Directory - Force | Out-Null
240
- lttng- sessiond - v > ${TempLTTngDir} / lttng.log 2>&1 &
240
+ lttng- sessiond -- verbose -- verbose - consumer > ${TempLTTngDir} / lttng.log 2>&1 &
241
241
sleep 2
242
242
$Command = " lttng create $InstanceName -o=$TempLTTngDir "
243
243
Invoke-Expression $Command | Write-Debug
You can’t perform that action at this time.
0 commit comments