Skip to content

Commit 909d193

Browse files
committed
v2.9.4
1 parent 8dea88b commit 909d193

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 2.9.4
2+
3+
### Fixes
4+
- fix hang with ginkgo -p (#1192) [15d4bdc] - this addresses a _long_ standing issue related to Ginkgo hanging when a child process spawned by the test does not exit.
5+
6+
- fix: fail fast may cause Serial spec or cleanup Node interrupted (#1178) [8dea88b] - prior to this there was a small gap in which specs on other processes might start even if one process has tried to abort the suite.
7+
8+
9+
### Maintenance
10+
- Document run order when multiple setup nodes are at the same nesting level [903be81]
11+
112
## 2.9.3
213

314
### Features

types/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package types
22

3-
const VERSION = "2.9.3"
3+
const VERSION = "2.9.4"

0 commit comments

Comments
 (0)