-
Notifications
You must be signed in to change notification settings - Fork 426
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Presentation Proposal: gatien-myechui (#1597)
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
contributions/presentation/week2-testing-and-CI/gatien-myechui/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |