mage-os / mageos-magento2

Work in progress.
Open Software License 3.0
208 stars 41 forks source link

Integration tests/ fix failed tests #61

Closed vpodorozh closed 8 months ago

vpodorozh commented 9 months ago

Description (*)

Pull Request must contain fixes and changes to failed/error integration tests and/or functionality they cover.

Related Pull Requests

Current state:

tests total: 13311 failing: 37 ( https://github.com/vpodorozh/mageos-magento2/actions/runs/7476706132 ) tests in unclear status: ~0

Integration Tests Execution results on various Magento versions:

https://docs.google.com/spreadsheets/d/1bGJZ1PBY6HS4hyhJyWVX0SnEOcbESnew40Myo2Bkmn4/edit?usp=sharing

Issues to be Solved/Fixed:

Contribution

  1. Pick up point that is not solved yet and you wanna work on
  2. Solve it and create PR into vpodorozh:integration-tests/fix-tests (this PR branch)
  3. Ping me in Mage-OS Discord and I'll review your PR asap. my discord vladyslavpodorozhnyi
ihor-sviziev commented 8 months ago

just checked TestModuleOverrideConfig failure https://github.com/vpodorozh/mageos-magento2/actions/runs/7476706132/job/20347768985#step:6:60

It looks like it was added in eceb5d9c, and it depends on some overrides.xml file, that isn't triggered when running tests from specific folder. Do anyone know what is the overrides.xml file designed for and how to integrate it properly?

Might be related https://github.com/extdn/github-actions-m2/issues/56, @damienwebdev maybe you know something about it?

ihor-sviziev commented 8 months ago

Hi @vpodorozh, Could you pls try re-running tests on the latest version? I noticed that some failures aren't reproducing on the 2.4-develop branch, e.g. I suggest reverting some of my changes https://github.com/vpodorozh/mageos-magento2/pull/9.

vpodorozh commented 8 months ago

Hi @vpodorozh, Could you pls try re-running tests on the latest version? I noticed that some failures aren't reproducing on the 2.4-develop branch, e.g. I suggest reverting some of my changes vpodorozh#9.

Actually only one thing was fixed in latest 2.4-develop - related to spaces in page generation.
Just merged your revert.

And Magento have added a one more new bug - https://github.com/vpodorozh/mageos-magento2/actions/runs/7596143665/job/20689518571#step:6:34

For detailed test results on various Magento versions (Mage-OS, Magento + latest updated) - lookup here: https://docs.google.com/spreadsheets/d/1bGJZ1PBY6HS4hyhJyWVX0SnEOcbESnew40Myo2Bkmn4/edit?usp=sharing

vpodorozh commented 8 months ago

Could you please change those two small things I commented on?

UPDATE: both comments resolved

Great @Vinai . I;ve also double-checked the fix from zend-db - works fine.
So we can merge this PR.