Skip to Content
Odoo Menu
  • Prihlásiť sa
  • Vyskúšajte zadarmo
  • Aplikácie
    Financie
    • Účtovníctvo
    • Fakturácia
    • Výdavky
    • Tabuľka (BI)
    • Dokumenty
    • Podpis
    Predaj
    • CRM
    • Predaj
    • POS Shop
    • POS Restaurant
    • Manažment odberu
    • Požičovňa
    Webstránky
    • Tvorca webstránok
    • eShop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Supply Chain
    • Sklad
    • Výroba
    • Správa životného cyklu produktu
    • Nákup
    • Údržba
    • Manažment kvality
    Ľudské zdroje
    • Zamestnanci
    • Nábor zamestnancov
    • Voľné dni
    • Hodnotenia
    • Odporúčania
    • Vozový park
    Marketing
    • Marketing sociálnych sietí
    • Email marketing
    • SMS marketing
    • Eventy
    • Marketingová automatizácia
    • Prieskumy
    Služby
    • Projektové riadenie
    • Pracovné výkazy
    • Práca v teréne
    • Helpdesk
    • Plánovanie
    • Schôdzky
    Produktivita
    • Tímová komunikácia
    • Schvalovania
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Priemyselné odvetvia
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Reštaurácia
    • Fast Food
    • Guest House
    • Beverage distributor
    • Hotel
    Reality
    • Real Estate Agency
    • Architecture Firm
    • Konštrukcia
    • Estate Managament
    • Gardening
    • Property Owner Association
    Poradenstvo
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Výroba
    • Textile
    • Metal
    • Furnitures
    • Jedlo
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware and Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Iní
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Komunita
    Vzdelávanie
    • Tutoriály
    • Dokumentácia
    • Certifikácie
    • Školenie
    • Blog
    • Podcast
    Empower Education
    • Vzdelávací program
    • Scale Up! Business Game
    • Visit Odoo
    Softvér
    • Stiahnuť
    • Porovnanie Community a Enterprise vierzie
    • Releases
    Spolupráca
    • Github
    • Fórum
    • Eventy
    • Preklady
    • Staň sa partnerom
    • Services for Partners
    • Register your Accounting Firm
    Služby
    • Nájdite partnera
    • Nájdite účtovníka
    • Meet an advisor
    • Implementation Services
    • Zákaznícke referencie
    • Podpora
    • Upgrades
    ​Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Získajte demo
  • Cenník
  • Pomoc

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Účtovníctvo
  • Sklady
  • PoS
  • Projektové riadenie
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
Pomoc

Why native test fails?

Odoberať

Get notified when there's activity on this post

This question has been flagged
testtesting
2 Replies
7367 Zobrazenia
Avatar
Antonio M. Vigliotti

Fresh OpenERP V7 installation; create new database called empty. There are just 11 modules.

Started native test with command

./lp/openerp/openerp-server --log-level=test -i base --test-enable -d empty --test-file  /opt/openerp/lp/openerp/openerp/addons/base/test/base_test.yml

Response in log file

2014-06-03 17:08:21,525 29763 ERROR empty openerp.tools.yaml_import: test_categ_0 not found when processing /opt/openerp/lp/openerp/openerp/addons/base/test/base_test.yml.

2014-06-03 17:08:21,526 29763 ERROR empty openerp: Failed to initialize database `empty` and run test file `/opt/openerp/lp/openerp/openerp/addons/base/test/base_test.yml`.

2014-06-03 17:08:11,362 29763 TEST empty openerp.modules.module: `
2014-06-03 17:08:11,362 29763 TEST empty openerp.modules.module: Ran 81 tests in 2.254s
2014-06-03 17:08:11,362 29763 TEST empty openerp.modules.module: FAILED
2014-06-03 17:08:11,362 29763 TEST empty openerp.modules.module:  (failures=2)
2014-06-03 17:08:11,362 29763 ERROR empty openerp.modules.module: module openerp: at least one error occurred in a test

2014-06-03 17:08:11,365 29763 TEST empty openerp.modules.module: module base: executing 7 `fast_suite` and/or `checks` sub-modules
2014-06-03 17:08:11,366 29763 TEST empty openerp.modules.module: test_00_res_partner_name_create (openerp.addons.base.tests.test_base.test_base)
2014-06-03 17:08:11,433 29763 TEST empty openerp.modules.module: test_10_res_partner_find_or_create (openerp.addons.base.tests.test_base.test_base)
2014-06-03 17:08:11,483 29763 TEST empty openerp.modules.module: test_15_res_partner_name_search (openerp.addons.base.tests.test_base.test_base)
2014-06-03 17:08:11,550 29763 TEST empty openerp.modules.module: test_20_res_partner_address_sync (openerp.addons.base.tests.test_base.test_base)
2014-06-03 17:08:11,617 29763 TEST empty openerp.modules.module: test_30_res_partner_first_contact_sync (openerp.addons.base.tests.test_base.test_base)
2014-06-03 17:08:11,617 29763 TEST empty openerp.modules.module: ` Test initial creation of company/contact pair where contact address gets copied to
2014-06-03 17:08:11,665 29763 TEST empty openerp.modules.module: test_40_res_partner_address_getc (openerp.addons.base.tests.test_base.test_base)
2014-06-03 17:08:11,665 29763 TEST empty openerp.modules.module: ` Test address_get address resolution mechanism: it should first go down through descendants,
2014-06-03 17:08:11,924 29763 TEST empty openerp.modules.module: test_50_res_partner_commercial_sync (openerp.addons.base.tests.test_base.test_base)
2014-06-03 17:08:12,116 29763 TEST empty openerp.modules.module: test_60_read_group (openerp.addons.base.tests.test_base.test_base)
2014-06-03 17:08:12,374 29763 TEST empty openerp.modules.module: test_101_res_partner_recursion (openerp.addons.base.tests.test_base.test_partner_recursion)

 

Why?

 

 

0
Avatar
Zrušiť
Avatar
eLBati
Best Answer

I suspected you are using a totally empty database.

You need a demo database.

Also see the FAQ

1
Avatar
Zrušiť
Avatar
Antonio M. Vigliotti
Autor Best Answer

Thanks for your answer!

Database empty was created with demo data (parameter without_demo = False in config and with checkbox "Load Demostration data checked when Create New Database).

Opening psql console, i can see demo data, i.e. partner Asustek in res_partner table.

Tests fails about "test_fields_browse_restriction" of test_acl.py and "test_evil_malicious_code" of test_mail.py.

Both of them are OpenERP core test. 

Evil_malicious code is a test about cross site scripting. See here 

https://www.owasp.org/index.php/XSS_Filter_Evasion_Cheat_Sheet#Tests

This means a weak code inside core

Native test still fails.

 

Antonio Maria Vigliotti

0
Avatar
Zrušiť
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Registrácia
Related Posts Replies Zobrazenia Aktivita
Override test
test testing
Avatar
0
nov 19
5008
Test execution
test testing
Avatar
Avatar
Avatar
2
mar 15
5142
Very simple POS Tests go to backoffice Solved
test testing frontend
Avatar
1
mar 23
3166
How to test override create
test testing Odoo13.0
Avatar
0
jún 21
3654
oerpscenario
test testing v8.0
Avatar
0
sep 16
4041
Komunita
  • Tutoriály
  • Dokumentácia
  • Fórum
Open Source
  • Stiahnuť
  • Github
  • Runbot
  • Preklady
Služby
  • Odoo.sh hosting
  • Podpora
  • Vyššia verzia
  • Custom Developments
  • Vzdelávanie
  • Nájdite účtovníka
  • Nájdite partnera
  • Staň sa partnerom
O nás
  • Naša spoločnosť
  • Majetok značky
  • Kontaktujte nás
  • Pracovné ponuky
  • Eventy
  • Podcast
  • Blog
  • Zákazníci
  • Právne dokumenty • Súkromie
  • Bezpečnosť
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo je sada podnikových aplikácií s otvoreným zdrojovým kódom, ktoré pokrývajú všetky potreby vašej spoločnosti: CRM, e-shop, účtovníctvo, skladové hospodárstvo, miesto predaja, projektový manažment atď.

Odoo prináša vysokú pridanú hodnotu v jednoduchom použití a súčasne plne integrovanými biznis aplikáciami.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now