Skip to content

Commit

Permalink
Presentation Proposal: gatien-myechui (#1597)
Browse files Browse the repository at this point in the history
  • Loading branch information
EDChui authored Mar 25, 2022
1 parent 5cde404 commit bb3b785
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit bb3b785

Please sign in to comment.