Skip to content
Extraits de code Groupes Projets
  • Thomas Steur's avatar
    9f940107
    refs #8142 Compare images with ImageMagick instead of resemble · 9f940107
    Thomas Steur a rédigé
    It looks like resemble causes the random crashes during UI tests
    on Travis CI. I can reproduce this locally and identified resemble
    as the problem. The tests crashed because of too much memory usage
    We now also avoid loading the images into PhantomJS to compare
    them. By executing ImageMagick we seem to save a lot of memory and
    time. Eg currently on master the tests need more than 50
    minutes whereas with this solution it takes only approx 37 minutes.
    9f940107
    Historique
    refs #8142 Compare images with ImageMagick instead of resemble
    Thomas Steur a rédigé
    It looks like resemble causes the random crashes during UI tests
    on Travis CI. I can reproduce this locally and identified resemble
    as the problem. The tests crashed because of too much memory usage
    We now also avoid loading the images into PhantomJS to compare
    them. By executing ImageMagick we seem to save a lot of memory and
    time. Eg currently on master the tests need more than 50
    minutes whereas with this solution it takes only approx 37 minutes.