add pearson correlation coefficient aggregation function extension
Other changes:
improve how top 2 RSS processes are selected
add an easy way to run the test suite locally with Docker
Use Ubuntu Focal (instead of Ubuntu Jammy which is ubuntu-latest now) as the base Docker
image for test job to workaround Firefox not starting in tests:
04 03 2023 21:54:36.910:WARN [launcher]: FirefoxHeadless have not captured in 60000 ms, killing.
04 03 2023 21:54:36.918:INFO [launcher]: Trying to start FirefoxHeadless again (1/2).
04 03 2023 21:55:36.979:WARN [launcher]: FirefoxHeadless have not captured in 60000 ms, killing.
04 03 2023 21:55:36.988:INFO [launcher]: Trying to start FirefoxHeadless again (2/2).
04 03 2023 21:56:37.000:WARN [launcher]: FirefoxHeadless have not captured in 60000 ms, killing.
04 03 2023 21:56:37.006:ERROR [launcher]: FirefoxHeadless failed 2 times (timeout). Giving up.
Upgrades:
result-analysis.pdf
New SQLite functionality:
pearson
correlation coefficient aggregation function extensionOther changes:
Use Ubuntu Focal (instead of Ubuntu Jammy which is
ubuntu-latest
now) as the base Docker image for test job to workaround Firefox not starting in tests: