)]}'
{"/COMMIT_MSG":[{"author":{"_account_id":13861,"name":"yatin","email":"ykarel@redhat.com","username":"yatinkarel"},"change_message_id":"fe6b639c9f96768b3f97c08ba1579b92e20c4cba","unresolved":true,"context_lines":[{"line_number":11,"context_line":"And oom-killer is killing test runner which causes job failure with very"},{"line_number":12,"context_line":"\"strange\" message about test \"inprogress\" in the logs."},{"line_number":13,"context_line":""},{"line_number":14,"context_line":"To try to optimize that, this patch proposed to use only 4 test workers"},{"line_number":15,"context_line":"and disable some not needed services, like rabbitmq in the job\u0027s"},{"line_number":16,"context_line":"definition. Let\u0027s hope that this will help a bit at least."},{"line_number":17,"context_line":""}],"source_content_type":"text/x-gerrit-commit-message","patch_set":2,"id":"ca82a74f_b2a70976","line":14,"range":{"start_line":14,"start_character":57,"end_line":14,"end_character":71},"updated":"2022-03-28 10:51:02.000000000","message":"where this is updated? I think this should help, but need to consider how much total runtime of job increases with this.\n\nAlso seems the specific issue not seen in fips-functional job as that using 4 gb swap[1].\nBut for ubuntu cases yes better will be to get it working with less or no swap usage at all as that should be much faster.\n\nAlso [2] should also have helped considering memory consumption of postgres and mysql processess.\n\n[1] https://review.opendev.org/c/openstack/neutron/+/814009/1/zuul.d/base.yaml#104\n[2] https://review.opendev.org/c/openstack/neutron/+/834746","commit_id":"d4aacabdd921e4719ef4272eec2a3c01c24ec557"}],"/PATCHSET_LEVEL":[{"author":{"_account_id":11975,"name":"Slawek Kaplonski","email":"skaplons@redhat.com","username":"slaweq"},"change_message_id":"ac58e1fb7d421b236f8ef32be75ef5a2b81176f5","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"2535439a_4fdc6800","updated":"2022-03-25 14:02:09.000000000","message":"recheck - checking functional tests","commit_id":"d4aacabdd921e4719ef4272eec2a3c01c24ec557"},{"author":{"_account_id":13861,"name":"yatin","email":"ykarel@redhat.com","username":"yatinkarel"},"change_message_id":"08245b3f91f0764e30ec211d9c496d2d22b260a7","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":5,"id":"f39a1592_c998a4ca","updated":"2022-04-11 06:01:14.000000000","message":"Yes as said before, updating swap can help but better would be if it can be fixed without that as it can hide some regressions, also high swap usage have negative impact on CI resources. Atleast would be good to start with tracking memory/cpu consumption with https://review.opendev.org/c/openstack/neutron/+/836120 in these jobs.","commit_id":"fceee979d024d902f8e054f05b7259a3f2b49962"}],"zuul.d/base.yaml":[{"author":{"_account_id":16688,"name":"Rodolfo Alonso","email":"ralonsoh@redhat.com","username":"rodolfo-alonso-hernandez"},"change_message_id":"8d351c6a40fa97102f3575d5fd56443970848283","unresolved":true,"context_lines":[{"line_number":43,"context_line":"        base: false"},{"line_number":44,"context_line":"        etcd3: false"},{"line_number":45,"context_line":"        memory_tracker: true"},{"line_number":46,"context_line":"        mysql: false"},{"line_number":47,"context_line":"        rabbit: false"},{"line_number":48,"context_line":"      devstack_localrc:"},{"line_number":49,"context_line":"        INSTALL_TESTONLY_PACKAGES: true"}],"source_content_type":"text/x-yaml","patch_set":1,"id":"2eebf7fc_352fb52c","line":46,"range":{"start_line":46,"start_character":8,"end_line":46,"end_character":13},"updated":"2022-03-25 08:53:54.000000000","message":"I\u0027m confused with this. We execute DB backend tests.","commit_id":"ff41fd2063086a2847d2644faa176d7235938aaa"},{"author":{"_account_id":11975,"name":"Slawek Kaplonski","email":"skaplons@redhat.com","username":"slaweq"},"change_message_id":"db4c872eb6e006366e9a1484d1b81895935ecd94","unresolved":true,"context_lines":[{"line_number":43,"context_line":"        base: false"},{"line_number":44,"context_line":"        etcd3: false"},{"line_number":45,"context_line":"        memory_tracker: true"},{"line_number":46,"context_line":"        mysql: false"},{"line_number":47,"context_line":"        rabbit: false"},{"line_number":48,"context_line":"      devstack_localrc:"},{"line_number":49,"context_line":"        INSTALL_TESTONLY_PACKAGES: true"}],"source_content_type":"text/x-yaml","patch_set":1,"id":"d15c530a_09c22d47","line":46,"range":{"start_line":46,"start_character":8,"end_line":46,"end_character":13},"in_reply_to":"2eebf7fc_352fb52c","updated":"2022-03-25 09:26:49.000000000","message":"Yeah, but I know that mysql is installed and started by tools/configure_for_func_testing.sh script. So I wanted to try to disable it here. Lets see how it will work :)","commit_id":"ff41fd2063086a2847d2644faa176d7235938aaa"},{"author":{"_account_id":13861,"name":"yatin","email":"ykarel@redhat.com","username":"yatinkarel"},"change_message_id":"fe6b639c9f96768b3f97c08ba1579b92e20c4cba","unresolved":true,"context_lines":[{"line_number":43,"context_line":"        base: false"},{"line_number":44,"context_line":"        etcd3: false"},{"line_number":45,"context_line":"        memory_tracker: true"},{"line_number":46,"context_line":"        mysql: false"},{"line_number":47,"context_line":"        rabbit: false"},{"line_number":48,"context_line":"      devstack_localrc:"},{"line_number":49,"context_line":"        INSTALL_TESTONLY_PACKAGES: true"}],"source_content_type":"text/x-yaml","patch_set":1,"id":"7d727108_d174c5f0","line":46,"range":{"start_line":46,"start_character":8,"end_line":46,"end_character":13},"in_reply_to":"7b401de6_a97f445c","updated":"2022-03-28 10:51:02.000000000","message":"looks like this also true for rabbitmq as i see that also setup in tools/configure_for_func_testing.sh","commit_id":"ff41fd2063086a2847d2644faa176d7235938aaa"},{"author":{"_account_id":13861,"name":"yatin","email":"ykarel@redhat.com","username":"yatinkarel"},"change_message_id":"ed07fbb2d001a660542f6e13a5d7e061b9f78d5d","unresolved":true,"context_lines":[{"line_number":43,"context_line":"        base: false"},{"line_number":44,"context_line":"        etcd3: false"},{"line_number":45,"context_line":"        memory_tracker: true"},{"line_number":46,"context_line":"        mysql: false"},{"line_number":47,"context_line":"        rabbit: false"},{"line_number":48,"context_line":"      devstack_localrc:"},{"line_number":49,"context_line":"        INSTALL_TESTONLY_PACKAGES: true"}],"source_content_type":"text/x-yaml","patch_set":1,"id":"2562fcd6_272fcb50","line":46,"range":{"start_line":46,"start_character":8,"end_line":46,"end_character":13},"in_reply_to":"7d727108_d174c5f0","updated":"2022-04-01 10:19:39.000000000","message":"Seems disabling mysql and rabbit below have no effect.","commit_id":"ff41fd2063086a2847d2644faa176d7235938aaa"},{"author":{"_account_id":16688,"name":"Rodolfo Alonso","email":"ralonsoh@redhat.com","username":"rodolfo-alonso-hernandez"},"change_message_id":"e7b6835d73c7a59d06a57fe3ca4cfc81ba250eaa","unresolved":true,"context_lines":[{"line_number":43,"context_line":"        base: false"},{"line_number":44,"context_line":"        etcd3: false"},{"line_number":45,"context_line":"        memory_tracker: true"},{"line_number":46,"context_line":"        mysql: false"},{"line_number":47,"context_line":"        rabbit: false"},{"line_number":48,"context_line":"      devstack_localrc:"},{"line_number":49,"context_line":"        INSTALL_TESTONLY_PACKAGES: true"}],"source_content_type":"text/x-yaml","patch_set":1,"id":"7b401de6_a97f445c","line":46,"range":{"start_line":46,"start_character":8,"end_line":46,"end_character":13},"in_reply_to":"d15c530a_09c22d47","updated":"2022-03-25 13:55:38.000000000","message":"You are right on this. We manually install and configure both DB engines.","commit_id":"ff41fd2063086a2847d2644faa176d7235938aaa"},{"author":{"_account_id":13861,"name":"yatin","email":"ykarel@redhat.com","username":"yatinkarel"},"change_message_id":"ed07fbb2d001a660542f6e13a5d7e061b9f78d5d","unresolved":true,"context_lines":[{"line_number":42,"context_line":"        # Ignore any default set by devstack. Emit a \"disable_all_services\"."},{"line_number":43,"context_line":"        base: false"},{"line_number":44,"context_line":"        etcd3: false"},{"line_number":45,"context_line":"        memory_tracker: true"},{"line_number":46,"context_line":"        mysql: false"},{"line_number":47,"context_line":"        rabbit: false"},{"line_number":48,"context_line":"      devstack_localrc:"}],"source_content_type":"text/x-yaml","patch_set":3,"id":"bf839bac_95efa9a6","line":45,"range":{"start_line":45,"start_character":8,"end_line":45,"end_character":28},"updated":"2022-04-01 10:19:39.000000000","message":"adding it here is not enabling it, i attempted https://review.opendev.org/c/openstack/neutron/+/836120 to get it installed. will remove WIP from the that patch and rebase this over that to get lower concurrency tested with it and then based on results can decide how to move.","commit_id":"8e8b2499121cc552dd6b3bd33c4d4fecf37b1a79"}]}
