-
Master Class - Advanced Manufacturing
9月. 16
-
Master Class - Odoo & AI
9月. 16
-
Master Class - Introduction to Development
9月. 16
-
Master Class - Advanced Dashboards & Spreadsheets
9月. 16
-
Master Class - Scaling Odoo
9月. 16
-
Master Class - Odoo Web Framework
9月. 16
-
Master Class - Advanced Accounting
9月. 16
-
Master Class - Odoo Web Framework
9月. 17
-
Master Class - Odoo & AI
9月. 17
-
Master Class - Advanced Manufacturing
9月. 17
Domingos Ferreira is the Head of Software Engineering at much. Consulting. In his role, he leads the development department, architecting and overseeing the implementation of robust and scalable Odoo solutions.
The practice of regular unit testing plays a key role in giving developers confidence that modules behave as expected under various conditions and scenarios. Considering the necessity for CI/CD pipelines to operate quickly, we can take advantage of Docker containers for task parallelism to significantly reduce test execution time while ensuring isolation between environments.
Due to the complex nature of ERP systems, however, it can become difficult for a single machine to handle test execution for several Odoo instances at the same time. This talk will be focusing on demonstrating how a lightweight and optimized image of Odoo can reduce resource consumption and subsequently speed up the process of unit testing by taking advantage of parallel execution.
In summary, we will:
- Explain the key components that make up the minimal Odoo image.
- Provide a brief demo showcasing the use of Docker and Testcontainers to trigger parallel execution of a few unit tests.
- Compare the efficiency of this approach against the standard method for unit testing in Odoo.
Key Learnings:
- What are the advantages of utilizing Docker for Odoo unit testing, both locally and on CI platforms
- What are the key components that make up a lightweight version of Odoo
- How easy it is to set up Docker and Testcontainers to run Odoo unit tests regardless of the environment
Intended Target Audience:
This talk is primarily targeted at IT professionals and engineers interested in process automation and quality assurance within their ERP systems. It is relevant to:
- IT managers seeking an efficient method to integrate unit testing for Odoo into their automated CI/CD pipelines.
- IT professionals involved in Odoo development that want to explore automation to maximize their productivity.
- Docker enthusiasts who simply enjoy witnessing the magic of containerization.