-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CT Log end-to-end consistency test #537
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #537 +/- ##
==========================================
- Coverage 64.02% 57.73% -6.29%
==========================================
Files 4 18 +14
Lines 303 1486 +1183
==========================================
+ Hits 194 858 +664
- Misses 78 544 +466
- Partials 31 84 +53 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
pkg/test/ct_e2e/ct_e2e_test.sh
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You just need to call this in the make file for the test target
Signed-off-by: linus-sun <linussun@google.com>
Signed-off-by: linus-sun <linussun@google.com>
Signed-off-by: linus-sun <linussun@google.com>
Signed-off-by: linus-sun <linussun@google.com>
ff7290c
to
b281a00
Compare
c73b398
to
2497e0a
Compare
ad09381
to
00c1aca
Compare
Signed-off-by: linus-sun <linussun@google.com>
00c1aca
to
447dcd2
Compare
Summary
Per this doc, this PR adds an end-to-end test testing the consistency check and identity search portion of the certificate transparency logs workflow in
cmd/ct_monitor/
.Release Note
NONE
Documentation
N/A