Contributors mailing list archives
contributors@odoo-community.org
Browse archives
Travis logs full of "INFO openerp_test odoo.schema: Keep unexpected index"
by "Raphaël Valyi" <rvalyi@akretion.com> - 22/08/2021 18:48:26Hello contributors,
--
some examples among many:
since 2 or 3 days ago max, on several OCA 12.0 builds one can see logs full of "Keep unexpected index" log messages such as:
2021-08-22 13:29:16,607 7203 INFO openerp_template odoo.schema: Keep unexpected index ir_model_data_date_update_index on table ir_model_data10242021-08-22 13:29:16,607 7203 INFO openerp_template odoo.schema: Keep unexpected index ir_model_data_date_init_index on table ir_model_data10252021-08-22 13:29:16,608 7203 INFO openerp_template odoo.schema: Keep unexpected index ir_model_data_create_uid_index on table ir_model_data10262021-08-22 13:29:16,608 7203 INFO openerp_template odoo.schema: Keep unexpected index ir_model_data_create_date_index on table ir_model_data10272021-08-22 13:29:16,608 7203 INFO openerp_template odoo.schema: Keep unexpected index ir_model_data_write_uid_index on table ir_model_data10282021-08-22 13:29:16,608 7203 INFO openerp_template odoo.schema: Keep unexpected index ir_model_data_write_date_index on table ir_model_data
A) OCA/product-attribute (3 days ago): https://app.travis-ci.com/github/OCA/product-attribute/jobs/532742269
The strange logs are there but the build is still successful.
B) OCA/l10n-brazil (a few hours ago): https://app.travis-ci.com/github/OCA/l10n-brazil/jobs/533085576
The problem is that these "unexepected index" messages make the logs so verbose that the test job is killed because we are exhausting the log length quota in repos with lots of tests like OCA/l10n-brazil:
"The job exceeded the maximum log length, and has been terminated."
I can see no recent change in the Odoo 12.0 branch nor OCA/maintainer-quality-tools that could explain such changes. Seems there is no psycopg update either.
Any idea how to fix this? This is blocking lot's of PR in repos such as OCA/l10n-brazil but I'm sure other repos will soon be blocked too.
Best regards.
Raphaël Valyi
Founder and consultant
Follow-Ups
-
Re: Travis logs full of "INFO openerp_test odoo.schema: Keep unexpected index"
by "Raphaël Valyi" <rvalyi@akretion.com> - 23/08/2021 17:37:11 - 0 -
Re: Travis logs full of "INFO openerp_test odoo.schema: Keep unexpected index"
by "Raphaël Valyi" <rvalyi@akretion.com> - 23/08/2021 05:56:33 - 0 -
Re: Travis logs full of "INFO openerp_test odoo.schema: Keep unexpected index"
by "Raphaël Valyi" <rvalyi@akretion.com> - 22/08/2021 22:27:39 - 0 -
Re: Travis logs full of "INFO openerp_test odoo.schema: Keep unexpected index"
byelego Software Solutions GmbH, Olaf Wagner