Amanda Tarafa Mas
Amanda Tarafa Mas
We don't get a lot of info, it's just timing out.
All .NET client libraries have taken a [major version bump](https://github.com/googleapis/google-cloud-dotnet/blob/master/docs/root/major-version.md) recently, including Google.Cloud.Bigtable.V2, which includes breaking changes. I'm currently updating most sample projects except for the ones that need significant...
- FirestoreTests.GoogleCloudSamples.FirestoreTests.ListenMultipleTest - FirestoreTests.GoogleCloudSamples.FirestoreTests.ListenDocumentTest Build result [here](https://source.cloud.google.com/results/invocations/2d685bfb-f67c-48aa-9bb2-927b6f120d6f/targets/github%2Fdotnet-docs-samples%2Ffirestore%2Fapi%2FFirestoreTest%2FTestResults/tests;group=GoogleCloudSamples.FirestoreTests;test=GoogleCloudSamples.FirestoreTests.ListenDocumentTest;row=2)
See thread in https://github.com/GoogleCloudPlatform/dotnet-docs-samples/pull/1138#discussion_r484849022
This seems to be a couple of flakes, but still worth to take a look at. CI output [here](https://source.cloud.google.com/results/invocations/ee5145da-a55b-44c5-8e80-9d601e571271/targets/github%2Fdotnet-docs-samples%2Fdatastore%2Fapi%2FTaskListTest%2FTestResults/tests;group=GoogleCloudSamples.DatastoreTest;test=GoogleCloudSamples.DatastoreTest.TestCursorPaging;row=2).
The existing test fixture is getting unmanageable in both the amount of time it takes to initialize, and the amount of unrelated code it's holding. Also, some decisions that were...
See #1170, some work has been done there.
This sample code seems to be somewhat outdated. Code changes are needed to bring it up to date. But that just makes sense if this samples is still relevant which...
Leftover from #988 , there's a lot of work to do, possibly redo some of the applications.
And also have proper normal backup related tests that create a backup each time, etc. This issue is blocked on #1299 .