[testing] Add test owner labels for some distributed tests (#163174)

I am trying to give some test files better owner labels than `module: unknown`.  I am not sure them, but they seem pretty reasonable

Pull Request resolved: https://github.com/pytorch/pytorch/pull/163174
Approved by: https://github.com/ezyang
This commit is contained in:
Catherine Lee
2025-09-26 18:19:04 +00:00
committed by PyTorch MergeBot
parent 50c0550f5a
commit 5b764267f4
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# Owner(s): ["module: unknown"]
# Owner(s): ["oncall: distributed"]
import unittest
import torch

View File

@ -1,4 +1,4 @@
# Owner(s): ["module: unknown"]
# Owner(s): ["module: fsdp"]
import functools
import gc
from typing import Union

View File

@ -1,4 +1,4 @@
# Owner(s): ["module: unknown"]
# Owner(s): ["oncall: distributed"]
import gc
import unittest

View File

@ -1,4 +1,4 @@
# Owner(s): ["module: unknown"]
# Owner(s): ["oncall: distributed"]
from copy import copy

View File

@ -1,4 +1,4 @@
# Owner(s): ["module: unknown"]
# Owner(s): ["oncall: distributed"]
import unittest
from dataclasses import dataclass
from typing import Any, Callable, cast, Union

View File

@ -1,4 +1,4 @@
# Owner(s): ["module: unknown"]
# Owner(s): ["oncall: distributed"]
import unittest
import torch

View File

@ -1,4 +1,4 @@
# Owner(s): ["module: unknown"]
# Owner(s): ["oncall: distributed"]
import copy
import unittest