Page MenuHomePhabricator

Exhaustively test bullseye upgrade in fundraising-dev
Closed, ResolvedPublic

Description

  • run through all the different processors
  • all the filter scenarios you can think of

Event Timeline

Cstone renamed this task from Exhaustively test in fundraising-dev to Exhaustively test bullseye upgrade in fundraising-dev.Sep 13 2022, 8:19 PM
Cstone created this task.

GeoIP stuff should be similar between the OS versions as we have started using the Composer-installed GeoIP2 libraries rather than the os-installed php-geoip extension. And unfortunately to make it work locally we will need to add a download step to the fundraising-dev setup.sh to get the GeoIP database from Maxmind.

TestBuster ResultBullseye ResultNotes
Adyen Donation - CCPassPass
Adyen Donation - iDEALPassPass
Adyen Donation - Apple PayPassPassTimeout errors logged T318808
Adyen Donation - Google PayPassPass
AmazonPay DonationPassPassScripts errors showing up for both. Logged in T318732
Ingenico Donation - CCPassPass
dLocal Donation - CCPass (with bugs)Pass (with bugs)Insecure Form Bug found T318742 / Safari internal errors bug found T318744
dLocal Donation - Bank TransferPassPass
Paypal LegacyPassPass
Braintree - PaypalPassPass

It looks like we don't have to compare GeoIP behaviour after all across buster and bullseye as we're not using anything that depends on the OS for it.