Skip to content

Commit

Permalink
Fix 'test_client_metadata_debug' attempt 2
Browse files Browse the repository at this point in the history
Summary: Idk how I missed this, this file didn't get saved properly for the last diff or something

Reviewed By: iguridi

Differential Revision: D68506460

fbshipit-source-id: 277d278b679fa5b024b2c5d1b447ee0d36280959
  • Loading branch information
Will-MingLun-Li authored and facebook-github-bot committed Jan 22, 2025
1 parent 2d9f954 commit 94b49ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/core/invocation_record/test_invocation_record.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,9 @@ async def test_client_metadata_clean(buck: Buck, tmp_path: Path) -> None:
@buck_test(skip_for_os=["windows"])
async def test_client_metadata_debug(buck: Buck, tmp_path: Path) -> None:
record = tmp_path / "record.json"
# buck.debug() doesn't start the daemon, so we need to start it with a build
await buck.build()

# Start the daemon
await buck.debug(
"allocator-stats",
"--client-metadata=foo=bar",
Expand Down

0 comments on commit 94b49ce

Please sign in to comment.