)]}'
{"test/unit/common/test_utils.py":[{"author":{"_account_id":15343,"name":"Tim Burke","email":"tburke@nvidia.com","username":"tburke"},"change_message_id":"4a6a32ec2cc53125a7cfedcec1ead246d3cfb4fd","unresolved":true,"context_lines":[{"line_number":4589,"context_line":"                \"Systemd notification failed\", exc_info\u003dTrue)"},{"line_number":4590,"context_line":""},{"line_number":4591,"context_line":"        # Test it for real"},{"line_number":4592,"context_line":"        sockname \u003d os.path.join(tempdir, \u0027foobar\u0027)"},{"line_number":4593,"context_line":"        sock \u003d socket.socket(socket.AF_UNIX, socket.SOCK_DGRAM)"},{"line_number":4594,"context_line":"        sock.settimeout(5)"},{"line_number":4595,"context_line":"        sock.bind(sockname)"}],"source_content_type":"text/x-python","patch_set":1,"id":"b0f326e7_4dbac681","line":4592,"updated":"2021-03-15 23:28:24.000000000","message":"Should we switch this based on platform? Do we know whether systemd typically uses an abstract or concrete socket? I\u0027d prefer that the end-to-end test match how real servers are likely to behave...","commit_id":"0cf121990fd56ea1828fb4c6972eb72ee59174f4"},{"author":{"_account_id":7847,"name":"Alistair Coles","email":"alistairncoles@gmail.com","username":"acoles"},"change_message_id":"b8a46c43d10d4373b67d444a06e58041076e69a9","unresolved":true,"context_lines":[{"line_number":4589,"context_line":"                \"Systemd notification failed\", exc_info\u003dTrue)"},{"line_number":4590,"context_line":""},{"line_number":4591,"context_line":"        # Test it for real"},{"line_number":4592,"context_line":"        sockname \u003d os.path.join(tempdir, \u0027foobar\u0027)"},{"line_number":4593,"context_line":"        sock \u003d socket.socket(socket.AF_UNIX, socket.SOCK_DGRAM)"},{"line_number":4594,"context_line":"        sock.settimeout(5)"},{"line_number":4595,"context_line":"        sock.bind(sockname)"}],"source_content_type":"text/x-python","patch_set":1,"id":"b2354056_25651551","line":4592,"in_reply_to":"b0f326e7_4dbac681","updated":"2021-03-16 11:13:03.000000000","message":"fair point.\n\nsystemd docs [1] mention /run/systemd/notify, which I find open on a sample of one centos and one ubuntu machine. But I\u0027ll reinstate a platform specific test for an abstract socket address.\n\nBTW, this is really just about trying to get a clean unit test run in my dev environment for convenience.\n\n[1] https://man7.org/linux/man-pages/man1/init.1.html","commit_id":"0cf121990fd56ea1828fb4c6972eb72ee59174f4"}]}
