Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 45cf308

Browse filesBrowse files
[3.15] gh-152434: Avoid Gecko export in async-aware test (GH-152496) (#152498)
1 parent 26caf56 commit 45cf308
Copy full SHA for 45cf308

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎Lib/test/test_profiling/test_sampling_profiler/test_collectors.py‎

Copy file name to clipboardExpand all lines: Lib/test/test_profiling/test_sampling_profiler/test_collectors.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ def test_gecko_collector_async_aware(self):
711711
[MockAwaitedInfo(thread_id=100, awaited_by=[parent, child])],
712712
timestamps_us=[1000, 2000],
713713
)
714-
profile_data = export_gecko_profile(self, collector)
714+
profile_data = collector._build_profile()
715715

716716
self.assertEqual(len(profile_data["threads"]), 1)
717717
thread_data = profile_data["threads"][0]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.