letsencrypt / ct-woodpecker

A tool to monitor a certificate transparency log for operational problems
Mozilla Public License 2.0
182 stars 19 forks source link

cttestsrv: fix for upstream Trillian `ReadRevision`. #64

Closed cpu closed 6 years ago

cpu commented 6 years ago

The upstream Trillian project changed the tx.ReadRevision() function to accept a context argument and return an error in addition to the tree revision. We must pass the right arg and handle the err now.

cpu commented 6 years ago

This flagged a real data race in the stale STH unit test. Going to address in a separate PR.

cpu commented 6 years ago

Closing this PR. The data race will prevent it from being merged.