From bb3b785135fb7448adc794ac51b2fb80cf075f9b Mon Sep 17 00:00:00 2001 From: EDChui Date: Fri, 25 Mar 2022 11:11:55 +0100 Subject: [PATCH] Presentation Proposal: gatien-myechui (#1597) --- .../gatien-myechui/README.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 contributions/presentation/week2-testing-and-CI/gatien-myechui/README.md diff --git a/contributions/presentation/week2-testing-and-CI/gatien-myechui/README.md b/contributions/presentation/week2-testing-and-CI/gatien-myechui/README.md new file mode 100644 index 0000000000..28f928e3f4 --- /dev/null +++ b/contributions/presentation/week2-testing-and-CI/gatien-myechui/README.md @@ -0,0 +1,20 @@ +# Automated testing of Java concurrent programs with Thread Weaver + +## Members + +- Gatien Ducornaud (gatien@kth.se) +- Man Yin Edward CHUI (myechui@kth.se) + +## Deadline + +Task 1 (April 5) + +## Category + +Week 2: Testing & Continuous Integration (March 29) + +## Description + +As the number of cores in a computer system increases in recent decades, more computer programs in nowadays utilize concurrency to speed up its execution time. However, in the world of unit testing, there are still not much options or frameworks to test such program reliably and consistently. Most testing on concurrent programs nowadays still rely on stress tests to detect potential bugs. + +Our presentation will focus on some challenges and difficulties on testing concurrent programs and introduce a framework by Google - [Thread Weaver](https://github.com/google/thread-weaver) that can reliably test concurrent code written in Java. \ No newline at end of file