Dom Delnano
Dom Delnano
Summary: Automate amqp code generation and add test to catch drift This is a work in progress change to implement what was described [here](https://github.com/pixie-io/pixie/pull/1820#issuecomment-1905273586). Relevant Issues: https://github.com/pixie-io/pixie/pull/1820#issuecomment-1905273586 Type of change:...
When deploying debug builds, I'm seeing the perf profiler's integrity checking firing often ([source](https://github.com/pixie-io/pixie/blob/9a4ad3c2362656c01938b6e2108d5626f09ede2b/src/stirling/source_connectors/perf_profiler/perf_profile_connector.cc#L366-L370)). This was a mechanism to ensure that we detect if the buffers allocated for the profiler...
We recently revamped how Pixie detects a binary's Go version (#1605). This aligned it with how the `go version` command implements its functionality as well as addressed other bugs in...
We've received a report that an application running filebeat v7.17.5 experiences segfaults on calls to `crypto/tls.(*Conn).Write` after deploying Pixie. These crashes disappear if Pixie is redeployed with Go tls tracing...
We recently discovered that some tests that were skipped during CI builds because of how certain test labels conflicted with each other. Once the tags used for bazel test filtering...
### What version of rules_go are you using? v0.38.1 ### What version of gazelle are you using? v0.29.0 ### What version of Bazel are you using? 6.2.0 ### Does this...
I'm using `gotestsum` to test a terraform provider that frequently has a very flaky acceptance test build (context in https://github.com/terra-farm/terraform-provider-xenorchestra/issues/188). The flakiness is due to tests becoming hung and eventually...
The `xenorchestra_vm` resource has supported `blocked_operations`, however, our test suite has only been exercising the logic to update a VM to add and remove operations (source). When a VM is...
Opening this up to run jenkins against #306 since our pipeline job cannot run against branches from outside contributors.
#232 describes a previous bug where unknown values provided to a `xenorchestra_vm.network[0].mac_address` argument would cause a provider crash. The reproduction was accomplished by using the popular ivoronin/macaddress terraform provider. It's...