square / wire

gRPC and protocol buffers for Android, Kotlin, Swift and Java.
https://square.github.io/wire/
Apache License 2.0
4.22k stars 571 forks source link

Add some tests to check packed/unpacked logic #3021

Open lhrios opened 1 week ago

lhrios commented 1 week ago

$> cd wire-tests
$> ../gradlew clean test
BUILD SUCCESSFUL in 19s
100 actionable tasks: 53 executed, 47 up-to-dat

$> cd ../wire-runtime-swift/
$> ../gradlew clean test
BUILD SUCCESSFUL in 29s
73 actionable tasks: 39 executed, 34 up-to-date
oldergod commented 1 week ago

Gotta run spotlessApply. Can you tell us what you were looking for in writing those tests? Did you find a problem or wanted to confirm a specific behavior?

lhrios commented 1 day ago

Gotta run spotlessApply. Can you tell us what you were looking for in writing those tests? Did you find a problem or wanted to confirm a specific behavior?

I was just confirming it can handle packed and unpacked repeated data interchangeably. All good, no errors found 😄