-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fuzzing] Fix fuzzer found bugs in client promise call (grpc#34724)
- Loading branch information
Showing
3 changed files
with
73 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41 changes: 41 additions & 0 deletions
41
test/core/end2end/fuzzers/client_fuzzer_corpus/5694930614812672
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
api_actions { | ||
create_call { | ||
propagation_mask: 51456 | ||
method { | ||
value: "\023" | ||
} | ||
timeout: 1560281087 | ||
} | ||
} | ||
api_actions { | ||
queue_batch { | ||
operations { | ||
receive_status_on_client { | ||
} | ||
} | ||
operations { | ||
send_message { | ||
} | ||
} | ||
} | ||
} | ||
api_actions { | ||
queue_batch { | ||
operations { | ||
} | ||
operations { | ||
flags: 172184661 | ||
} | ||
} | ||
} | ||
api_actions { | ||
queue_batch { | ||
operations { | ||
receive_status_on_client { | ||
} | ||
} | ||
} | ||
} | ||
config_vars { | ||
experiments: 18374694180430544895 | ||
} |
27 changes: 27 additions & 0 deletions
27
test/core/end2end/fuzzers/client_fuzzer_corpus/6195677899063296
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
api_actions { | ||
create_call { | ||
method { | ||
value: "=" | ||
} | ||
timeout: -2045050880 | ||
} | ||
} | ||
api_actions { | ||
queue_batch { | ||
operations { | ||
send_close_from_client { | ||
} | ||
} | ||
} | ||
} | ||
api_actions { | ||
queue_batch { | ||
operations { | ||
send_close_from_client { | ||
} | ||
} | ||
} | ||
} | ||
config_vars { | ||
experiments: 72057594037927935 | ||
} |