Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove problematic assertion
  • Loading branch information
vaind committed Feb 6, 2025
commit d865e36922ebc986b00164a17e01183bd24ba2c6
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,8 @@

Assert.Contains("Method/LoadVerbose", eventsReceived);
Assert.Contains("Method/ILToNativeMap", eventsReceived);
Assert.Contains("Method/UnloadVerbose", eventsReceived);

Assert.Contains("MethodToBeLoaded", loadedMethods);

Check failure on line 209 in test/Sentry.Profiling.Tests/SamplingTransactionProfilerTests.cs

View workflow job for this annotation

GitHub Actions / .NET (macos-15)

Sentry.Profiling.Tests.SamplingTransactionProfilerTests.EventPipeSession_ReceivesExpectedCLREvents

Assert.Contains() Failure: Item not found in set Set: ["RemoveRange", "PickPivotAndPartition", "Format", ".ctor", "Initialize", ···] Not found: "MethodToBeLoaded"
}
}

Expand Down
Loading