Alessandro Verzicco

Results 10 comments of Alessandro Verzicco

hey, I don't think there are humans checking issues here (I've opened issues months ago and seen no activity) Apparently the code here is automatically generated from: https://github.com/GoogleCloudPlatform/magic-modules so you...

hi @dswarbrick, I've quickly checkout the code, all test are successful: ``` $ git clone [email protected]:prometheus/blackbox_exporter.git Cloning into 'blackbox_exporter'... remote: Enumerating objects: 5159, done. remote: Counting objects: 100% (10/10), done....

Based on the output you posted the result is not inconsistent, the test failed in both cases. I've re-run the test with the -race flag (which is used when running)...

for what i see in the log you linked, it seems something is wrong with the grpc build-deps (the `TestGRPCConnection` and `TestMultipleGRPCservices` gets skipped), maybe the `TestGRPCTLSConnection` doesn't get skipped...

Sorry, more than one year has passed since I wrote that code and I don't remember why I've used `IPProtocolFallback:false` in the test maybe there was a good reason or...

I'm also experiencing the same issue. The process using 100% CPU is `rptaddrs`: ``` /usr/local/atlas/bb-13.3/bin/rptaddrs -A 9104 -c /var/atlas-probe/data/new/v6addr.vol -O /var/atlas-probe/data/new/v6addr.txt ``` The probe is running in a VM with...

sure, platform: `Linux 213327-f4 5.10.0-22-amd64 #1 SMP Debian 5.10.178-3 (2023-04-22) x86_64 GNU/Linux` `debian 11.7` I think I figured out what is causing it, the `v6addr.vol` file is about 26 MB...

> Not sure that you’d be wanting a BGP router to mirror its routes into the Atlas backend, we have RIS for that kind of feeds :) My goal is...

For now as workaround I've created a network namespace and configured the systemd service unit to use that namespace, this seem to be good enough to expose only a single...

sure, basically: - add a network namespace - add a veth interface peered to an interface in the network namespace - add IPs and default route to the interfaces created...