Skip to content

Commit

Permalink
[PH2][Test][Promise]
Browse files Browse the repository at this point in the history
  • Loading branch information
tanvi-jagtap committed Feb 4, 2025
1 parent f71e3c6 commit 82f9d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/promise/party_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1185,7 +1185,7 @@ auto OnCompleteNoop() {
constexpr int kMpscNumPayloads = 20;
constexpr int kMpscNumThreads = 8;

TEST_F(PartyTest, Mpsc_ManySenders_ManyParty_Integration_StressTest) {
TEST_F(PartyTest, MpscManySendersManyPartyIntegrationStressTest) {
// This is a Integration and Stress Test.
// It tests if Promise Party works well with MPSC in an multi-threaded
// environment. Using multiple Party objects, with each Party on a different
Expand Down

0 comments on commit 82f9d06

Please sign in to comment.