pylint 3.3.9 astroid 3.3.8 Python 3.14.3 (main, Feb 4 2026, 00:00:00) [GCC 15.2.1 20260123 (Red Hat 15.2.1-7)] Redirect to /tmp/tmp.fN2MtXHDfm and /tmp/tmp.x0Lgb1jxxB Tree base: 9f0c1d4fe9e1 ("selftests: rds: Add ksft timeout") Now at: b7535317a4f2 ("selftests: rds: Fix tcpdump segfault in rds selftests") ====== Checking before the patch ====== ************* Module test tools/testing/selftests/net/rds/test.py:1:0: C0114: Missing module docstring (missing-module-docstring) tools/testing/selftests/net/rds/test.py:20:0: E0401: Unable to import 'lib.py.utils' (import-error) tools/testing/selftests/net/rds/test.py:20:0: C0413: Import "from lib.py.utils import ip" should be placed at the top of the module (wrong-import-position) tools/testing/selftests/net/rds/test.py:176:0: C0103: Constant name "nr_send" doesn't conform to UPPER_CASE naming style (invalid-name) tools/testing/selftests/net/rds/test.py:177:0: C0103: Constant name "nr_recv" doesn't conform to UPPER_CASE naming style (invalid-name) tools/testing/selftests/net/rds/test.py:183:8: C0103: Constant name "send_data" doesn't conform to UPPER_CASE naming style (invalid-name) tools/testing/selftests/net/rds/test.py:194:12: C0103: Constant name "nr_send" doesn't conform to UPPER_CASE naming style (invalid-name) tools/testing/selftests/net/rds/test.py:216:24: C0103: Constant name "nr_recv" doesn't conform to UPPER_CASE naming style (invalid-name) tools/testing/selftests/net/rds/test.py:231:0: C0103: Constant name "nr_success" doesn't conform to UPPER_CASE naming style (invalid-name) tools/testing/selftests/net/rds/test.py:232:0: C0103: Constant name "nr_error" doesn't conform to UPPER_CASE naming style (invalid-name) tools/testing/selftests/net/rds/test.py:241:12: C0103: Constant name "nr_success" doesn't conform to UPPER_CASE naming style (invalid-name) tools/testing/selftests/net/rds/test.py:243:12: C0103: Constant name "nr_error" doesn't conform to UPPER_CASE naming style (invalid-name) ------------------------------------------------------------------ Your code has been rated at 8.96/10 (previous run: 8.96/10, +0.00) ====== Checking the tree with the patch ====== ************* Module test tools/testing/selftests/net/rds/test.py:1:0: C0114: Missing module docstring (missing-module-docstring) tools/testing/selftests/net/rds/test.py:20:0: E0401: Unable to import 'lib.py.utils' (import-error) tools/testing/selftests/net/rds/test.py:20:0: C0413: Import "from lib.py.utils import ip" should be placed at the top of the module (wrong-import-position) tools/testing/selftests/net/rds/test.py:176:0: C0103: Constant name "nr_send" doesn't conform to UPPER_CASE naming style (invalid-name) tools/testing/selftests/net/rds/test.py:177:0: C0103: Constant name "nr_recv" doesn't conform to UPPER_CASE naming style (invalid-name) tools/testing/selftests/net/rds/test.py:183:8: C0103: Constant name "send_data" doesn't conform to UPPER_CASE naming style (invalid-name) tools/testing/selftests/net/rds/test.py:194:12: C0103: Constant name "nr_send" doesn't conform to UPPER_CASE naming style (invalid-name) tools/testing/selftests/net/rds/test.py:216:24: C0103: Constant name "nr_recv" doesn't conform to UPPER_CASE naming style (invalid-name) tools/testing/selftests/net/rds/test.py:231:0: C0103: Constant name "nr_success" doesn't conform to UPPER_CASE naming style (invalid-name) tools/testing/selftests/net/rds/test.py:232:0: C0103: Constant name "nr_error" doesn't conform to UPPER_CASE naming style (invalid-name) tools/testing/selftests/net/rds/test.py:241:12: C0103: Constant name "nr_success" doesn't conform to UPPER_CASE naming style (invalid-name) tools/testing/selftests/net/rds/test.py:243:12: C0103: Constant name "nr_error" doesn't conform to UPPER_CASE naming style (invalid-name) tools/testing/selftests/net/rds/test.py:132:8: R1732: Consider using 'with' for resource-allocating operations (consider-using-with) ------------------------------------------------------------------ Your code has been rated at 8.91/10 (previous run: 8.96/10, -0.05)