Skip to content
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

Use MetaIssuers to simulate EKS / GKE in e2e test. #225

Merged
merged 1 commit into from Oct 28, 2021

Conversation

mattmoor
Copy link
Member

Signed-off-by: Matt Moore mattomata@gmail.com

Release Note


@mattmoor mattmoor changed the title Use MetaIssuers to simular EKS / GKE in e2e test. Use MetaIssuers to simulate EKS / GKE in e2e test. Oct 28, 2021
@mattmoor mattmoor force-pushed the test-meta-path branch 4 times, most recently from 1ca7f2d to b8d7a81 Compare October 28, 2021 20:50
Add dropped LRU initialization (oops merge conflict).

Signed-off-by: Matt Moore <mattomata@gmail.com>
@mattmoor
Copy link
Member Author

cc @dlorenc @bobcallaway

This is RFAL. Sorry @bobcallaway merged my last PR too fast 🏎️ , I'd wanted to add this there (and this fixes a bug)

Comment on lines +236 to +240
cache, err := lru.New2Q(100 /* size */)
if err != nil {
return err
}
cfg.lru = cache
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the bug. It got lost in a merge conflict 😞

@dlorenc dlorenc merged commit c31f024 into sigstore:main Oct 28, 2021
@mattmoor mattmoor deleted the test-meta-path branch October 28, 2021 21:32
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.

None yet

2 participants