Baha Aiman

Results 70 comments of Baha Aiman

Error from build log: ``` === RUN TestIntegration_AdminCopyBackup integration_test.go:3114: CreateCluster: rpc error: code = FailedPrecondition desc = Cannot create multiple clusters in the same zone. retry.go:44: FAILED after 3 attempts:...

Error from logs: ``` === RUN TestIntegration_AdminCopyBackup integration_test.go:3145: CreateInstance: CreateInstance: rpc error: code = Internal desc = Internal error encountered. --- FAIL: TestIntegration_AdminCopyBackup (32.15s) ```

Fixed in https://github.com/googleapis/google-cloud-go/pull/10487

Failure log: ``` === RUN TestIntegration_AdminBackup integration_test.go:3311: Creating backup: rpc error: code = FailedPrecondition desc = The source table projects/dulcet-port-762/instances/gc-bt-it-instance/tables/it-table-1706228124 is being modified. --- FAIL: TestIntegration_AdminBackup (99.61s) ```

Error: ``` === RUN TestIntegration_FullReadStats integration_test.go:3530: Running test against production integration_test.go:3569: Error creating column family: rpc error: code = FailedPrecondition desc = Could not modify schema of projects/dulcet-port-762/instances/gc-bt-it-instance/tables/cbt-test-1707036071564201376-11, due to...

This is by design. Transactions are not rollbacked on context cancelled error.

Reducing the priority s there is a workaround available. Will look into the issue soon

The conformance test failures can be ignored. They were added in failed state.

More info on AllowNonDefaultServiceAccount: https://pkg.go.dev/google.golang.org/api/option/internaloption#AllowNonDefaultServiceAccount LGTM

Failure log: ``` === RUN TestIntegration_Granularity integration_test.go:2763: Creating column family: rpc error: code = FailedPrecondition desc = Cannot modify table projects/dulcet-port-762/instances/gc-bt-it-instance/tables/mytable-1705089782 while it is being created or modified. This includes...