Skip to content

Commit ffc0c16

Browse files
committed
Reduce enabled keywords
For a basic E2E test, just enabling GC is sufficient. Locally running this test, occasionally the test failed because it didn't have the expected events. It's not clear why, but with a brief tracee timeout of 1s, collecting dotnet-trace's default keywords and enabling all associated events is overkill for a fast E2E test.
1 parent f9531d2 commit ffc0c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
let Microsoft_Windows_DotNETRuntime_flags = new_dotnet_provider_flags();
2-
record_dotnet_provider("Microsoft-Windows-DotNETRuntime", 0x100003801D, 4, Microsoft_Windows_DotNETRuntime_flags);
2+
record_dotnet_provider("Microsoft-Windows-DotNETRuntime", 0x1, 4, Microsoft_Windows_DotNETRuntime_flags);

0 commit comments

Comments
 (0)