FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

blobInfo.equals(BlobInfo.fromPb(blobInfo.toPb())) return false · Issue #184 · googleapis/google-cloud-java · GitHub

blobInfo.equals(BlobInfo.fromPb(blobInfo.toPb())) return false #184

Description

While testing StorageImpl I noticed that:

BlobInfo blobInfo = BlobInfo.of("b", "n");
assertEquals(blobInfo, BlobInfo.fromPb(blobInfo.toPb()));

Was failing.
Same problem also occurs with BucketInfo.
In BucketInfo the fromPb method also throws NPE under some circumstances:

BucketInfo bucketInfo = BucketInfo.of("b");
BucketInfo.fromPb(bucketInfo.toPb());

Metadata

Metadata

Labels

🚨 criticalP0 critical issue. Requires immediate fixtriage meI really want to be triaged.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


Back | FazBrowse Home | New Git URL