-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CentOS8 Mediawiki issues #59
Comments
Hello, The statement Regarding "OutOfBoundsException", it's likely due to Siege hung and got killed so it didn't get to generate results. We're working on replacing Siege with wrk, but it's going to take a while for this improvement to release, so currently we could only rerun this benchmark. |
For 1. I think i saw in the log: But.. It would be great if no_jit can be provided as options to benchmark_cli instead of using it via run.sh directly. |
The hanging issue should be fixed in 2ad3809, please feel free to try. |
It seems the run expects both mysql and mariadb to be installed together. But on centos8 installing one after the other throws a conflict and only lets you install one of them.
In packages/mediawiki/run.sh, I commented out call to this function:
_check_local_db_running as it expects both mariadb and mysql to be running.
if [[ "$mariadb_status" != "active" ]] && [[ "$mysql_status" != "active" ]]
This if statement doesn't match with the error message, as it seems it only expects one of them to be running. Maybe if needs to be || instead of &&?
After running mediawiki, it seems that php is unable to colelct stats. Any packages missing or setup needed for this?
** 2024-08-26 18:09:35 UTC
** Collecting results
Fatal error: Uncaught exception 'OutOfBoundsException' with message 'Integer key 1 is out of bounds' in /DCPerf/oss-performance/base/SiegeStats.php:30
Stack trace:
#0 /DCPerf/oss-performance/base/PerfRunner.php(272): Siege->collectStats()
#1 /DCPerf/oss-performance/base/PerfRunner.php(79): PerfRunner::RunWithOptionsAndEngines()
#2 /DCPerf/oss-performance/base/PerfRunner.php(21): PerfRunner::RunWithOptions()
#3 /DCPerf/oss-performance/perf.php(14): PerfRunner::RunWithArgv()
#4 /DCPerf/oss-performance/perf.php(18): perf_main()
#5 {main}
The text was updated successfully, but these errors were encountered: