Skip to content

tests: Fix issues from recent staging signingconfig change#1484

Merged
woodruffw merged 1 commit into
sigstore:mainfrom
jku:staging-signing-test-fix
Jul 29, 2025
Merged

tests: Fix issues from recent staging signingconfig change#1484
woodruffw merged 1 commit into
sigstore:mainfrom
jku:staging-signing-test-fix

Conversation

@jku

@jku jku commented Jul 29, 2025

Copy link
Copy Markdown
Member

The modified tests fail for staging since staging now has a rekorv2 instance in signingconfig leading the client to use RekorV2Client (and RekorV2Client does not have log lookup functionality that the tests try to use).

  • Stop running test_sign_rekor_entry_consistent() with staging: We could do the log lookup in the test but I'm not sure it's worth the trouble
  • Avoid doing the log lookup in test_identity_proof_claim_lookup: It does not seem relevant to the test

I also renamed the second test and rewrote the comment as I did not quite understand what it was going for.

Fixes #1483

The modified tests fail for staging since staging now has a rekorv2
instance in the staging signingconfig (and RekorV2Client does not
have log lookup functionality).

* Stop running test_sign_rekor_entry_consistent() with staging: We
  could do the log lookup in the test but I'm not sure it's worth the
  trouble
* Avoid doing the log lookup in test_identity_proof_claim_lookup: It
  does not seem relevant to the test

I also renamed the second test and rewrote the comment as I did not
quite understand what it was going for.

Fixes sigstore#1483

Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
@woodruffw woodruffw merged commit a65383b into sigstore:main Jul 29, 2025
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

staging signing tests currently fail

2 participants