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

Update rr-server-php, connectrpc/kotlin, connectrpc/swift, grpc/java plugins #869

Merged
merged 3 commits into from
Oct 22, 2023

Conversation

app-token-plugins[bot]
Copy link
Contributor

New plugin versions found. Please review.

plugins/connectrpc/kotlin/v0.3.0/buf.plugin.yaml Outdated Show resolved Hide resolved
plugins/grpc/java/v1.59.0/buf.plugin.yaml Outdated Show resolved Hide resolved
plugins/connectrpc/swift-mocks/v0.9.0/buf.plugin.yaml Outdated Show resolved Hide resolved
plugins/connectrpc/swift/v0.9.0/buf.plugin.yaml Outdated Show resolved Hide resolved
@pkwarren pkwarren changed the title Found new plugin versions Update rr-server-php, connectrpc/kotlin, connectrpc/swift, grpc/java plugins Oct 22, 2023
@pkwarren pkwarren merged commit 9fb893b into main Oct 22, 2023
4 checks passed
@pkwarren pkwarren deleted the fetch-versions branch October 22, 2023 19:05
@@ -15,17 +15,17 @@ func TestGatherSourceFilenames(t *testing.T) {
// Walk entire directory with a depth of 1
filenames, err := gatherSourceFilenames("testdata/success")
require.NoError(t, err)
assert.Equal(t, 2, len(filenames))
Copy link
Member

Choose a reason for hiding this comment

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

That's peculiar, why asserting equal on len doesn't work?

Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member

@mfridman mfridman Oct 23, 2023

Choose a reason for hiding this comment

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

I don't quite get why cannot use assert.Equal to compare 2 values, but if it made CI pass so be it 🤷

ps. no issues with this PR, mainly trying to understand as I write this assertion often. Imo it reads a bit cleaner with len.

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