ZiyaoWei commented on PR #14648: URL: https://github.com/apache/pulsar/pull/14648#issuecomment-1107341994
I'm trying to set up a dev environment using an AWS EC2 instance (tired of fighting my M1 MBP 🥲), but (as @nicoloboschi mentioned) the tests are failing due to not having NIC speed information: ``` ubuntu@ip-172-31-68-254:~/pulsar$ cat /sys/class/net/eth0/speed cat: /sys/class/net/eth0/speed: Invalid argument ``` I opened #15263 trying to fix the tests but there are way too many of them - I prefer having the tests not depending on external factors, so maybe we should either fix the tests (which isn't too practical since people would add new tests without specifying NIC speed information) or somehow let the tests skip this check? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
