Skip to content

Commit b811c5e

Browse files
TroyGardenfacebook-github-bot
authored andcommitted
skip consistent hash test in OSS (#3367)
Summary: Pull Request resolved: #3367 # context * the proposal order might vary on different rank in [github action](https://github.com/pytorch/torchrec/actions/runs/17589918113/job/49967902728?fbclid=IwY2xjawMtaPxleHRuA2FlbQIxMQABHqSimhEWaKNU_G5SH_R2nioBbN7otIqoM1RDmlcjIZwB37M0cNWPEiOERRv1_aem_bhDL2MD4niEtgGMZrytbJQ) * skip this test * error log: P1939004930 * order [comparison](https://www.internalfb.com/intern/diffing/?paste_number=1939241286) {F1981848607, width=300} * ref: D76303748 Reviewed By: aporialiao Differential Revision: D82031515 fbshipit-source-id: bfa7a9e6dedb81a1fd0f00f749c67095894146be
1 parent 5f27e46 commit b811c5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

torchrec/distributed/planner/tests/test_types.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,8 +419,8 @@ def _test_hashing_consistency(
419419

420420

421421
class TestConsistentHashingBetweenProcesses(MultiProcessTestBase):
422-
423-
def test_hash_consistency(self) -> None:
422+
# the proposal order might vary in github action so skip this test
423+
def test_hash_consistency_disabled_in_oss_compatibility(self) -> None:
424424
# planner
425425
world_size = 2
426426
return_hash_dict = multiprocessing.Manager().dict()

0 commit comments

Comments
 (0)