Skip to content
Daniel Stenberg edited this page Dec 6, 2019 · 17 revisions

Ideas for talks and sessions for curl up 2020. Ideally with names next to them!

Performance tests (discussion)

It would be very useful to get regular performance tests going to catch regressions or any general degradation.

How can we do this? What should we test? How? What other projects do this that we can draw experiences and/or tools and ideas from?

(Daniel)

Test logs and analyzes (discussion)

If we would gather all logs from all tests from merged code, we could start analyzing which tests that fail and how often and thereby detect flaky tests using statistics.

We could also then start actually running (but ignoring the results of) flaky tests, so also detect if previously detected and marked flaky tests become more stable or otherwise change "pattern".

(Daniel)

Clone this wiki locally