bugsnag / bugsnag-laravel

BugSnag notifier for the Laravel PHP framework. Monitor and report Laravel errors.
https://docs.bugsnag.com/platforms/php/laravel/
MIT License
876 stars 129 forks source link

Revert memory limit decrease in overnight tests #456

Closed imjoehaines closed 3 years ago

imjoehaines commented 3 years ago

Goal

Reverts the memory limit increase from https://github.com/bugsnag/bugsnag-laravel/pull/455 in the laravel-latest fixture

For some reason in the laravel-latest fixture, a 2 MiB increase isn't OK — it fails because it's already using more memory than this (which is confusing in itself!)

There's no real need for all of the fixtures to have the same memory limit in these tests, so we can safely revert it in this fixture specifically and the exact memory limit really isn't important (so long as it runs OOM)

See https://github.com/bugsnag/bugsnag-laravel/runs/3567592319 for a successful run after this change

Targeting master as scheduled tests only run from there