Saketh Kalaga

Results 53 comments of Saketh Kalaga
trafficstars

Thank you so much for posting what solved the issue for you! I was facing the following issue on darwin/arm64 while being on `v1.0.1` and on [`master`](https://github.com/pingcap/go-ycsb/tree/190650079055d9e4520af8bb367bbf42a37dffad) at 190650079055d9e4520af8bb367bbf42a37dffad -...

/hold till #777 merges. #777 is a very large PR and it moves a lot of files around, and also renames the file this PR touches. It would be easier...

Thanks to @seshachalam-yv for his work on [localstack](https://github.com/localstack/localstack) in #713 for end-to-end testing which was the inspiration and baseline for this PR.

The output of end-to-end tests for `etcd-druid` that are run using `Azurite` as the object store; with changes made to `etcd-backup-restore` in [699](https://github.com/gardener/etcd-backup-restore/pull/699) included in the `vendor/` directory for `etcd-backup-restore`...

[ci-e2e-kind-azure-output.txt](https://github.com/gardener/etcd-druid/files/14219452/ci-e2e-kind-azure-output.txt) Output that can be viewable online at this [gist](https://gist.github.com/renormalize/f1f2a166e0c7cabea6fc66f3884a5e01) The e2e tests run fine with the changes requested.

The dependency on `etcd-backup-restore` has to be upgraded to at least `v0.29.0` (which would include https://github.com/gardener/etcd-backup-restore/pull/699) which is yet to be released at the time of writing; before merging this...

Changes made to etcd-druid when adding support for the `Azurite` emulator must be reviewed once the Go client library for Azure Blob Storage is upgraded from the now deprecated [azure-storage-blob-go](https://github.com/Azure/azure-storage-blob-go)...

Note: we could probably just run a regex to find all instances of where a new variable is declared inside the loop to deal with the `for` loop variable scoping...