-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add unit tests for furnish_ci_email_body()
Summary: Test existing behavior as well as newly added functionality. Differential Revision: D58206848 fbshipit-source-id: c9768c9c3400cb541be35dcf02c4835779e60b62
- Loading branch information
1 parent
6a1cf53
commit a408a61
Showing
4 changed files
with
116 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Dear patch submitter, | ||
|
||
CI has tested the following submission: | ||
Status: CONFLICT | ||
Name: [bpf-next] Conflicting patchset | ||
Patchwork: https://patchwork.com/conflict | ||
PR: https://github.com/conflict | ||
|
||
Please rebase your submission onto the most recent upstream change and resubmit | ||
the patch to get it tested again. | ||
|
||
|
||
Please note: this email is coming from an unmonitored mailbox. If you have | ||
questions or feedback, please reach out to the Meta Kernel CI team at | ||
[email protected]. |
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,28 @@ | ||
Dear patch submitter, | ||
|
||
CI has tested the following submission: | ||
Status: FAILURE | ||
Name: [bpf] Failing patchset | ||
Patchwork: https://patchwork.com/failure | ||
Matrix: https://github.com/failure | ||
|
||
Failed jobs: | ||
test_progs-x86_64-gcc: https://job1.com | ||
test_progs_no_alu32-x86_64-gcc: https://job2.com | ||
|
||
First test_progs failure (test_progs-x86_64-gcc): | ||
#53 cgrp_local_storage | ||
cgrp2_local_storage:PASS:join_cgroup /cgrp_local_storage 0 nsec | ||
#53/2 cgrp_local_storage/attach_cgroup | ||
test_attach_cgroup:PASS:skel_open 0 nsec | ||
test_attach_cgroup:PASS:prog_attach 0 nsec | ||
test_attach_cgroup:PASS:prog_attach 0 nsec | ||
test_attach_cgroup:PASS:prog_attach 0 nsec | ||
test_attach_cgroup:PASS:start_server 0 nsec | ||
test_attach_cgroup:PASS:connect_to_fd 0 nsec | ||
test_attach_cgroup:FAIL:map_lookup(socket_cookies) unexpected error: -2 (errno 2) | ||
|
||
|
||
Please note: this email is coming from an unmonitored mailbox. If you have | ||
questions or feedback, please reach out to the Meta Kernel CI team at | ||
[email protected]. |
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,14 @@ | ||
Dear patch submitter, | ||
|
||
CI has tested the following submission: | ||
Status: SUCCESS | ||
Name: [bpf] Successfull patchset | ||
Patchwork: https://patchwork.com/success | ||
Matrix: https://github.com/success | ||
|
||
No further action is necessary on your part. | ||
|
||
|
||
Please note: this email is coming from an unmonitored mailbox. If you have | ||
questions or feedback, please reach out to the Meta Kernel CI team at | ||
[email protected]. |
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