Skip to content

Commit b313fd0

Browse files
committed
update CI
1 parent c3758fa commit b313fd0

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

scripts/flaky-test-loop.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ get_bin_path() {
137137
while true; do
138138
iter=$((iter+1))
139139
ts=$(date -Iseconds)
140-
file_num=$((iter % 100))
141-
if [[ ${file_num} -eq 0 ]]; then file_num=100; fi
140+
file_num=$((iter % 2))
141+
# if [[ ${file_num} -eq 0 ]]; then file_num=100; fi
142142

143143
# Run each selected item (BIN::PATTERN) in this iteration
144144
for item in "${items[@]}"; do

scripts/flaky-test-patterns.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@
33

44
open close
55
# non local variable
6-
Notification Handlers
6+
# Notification Handlers
77
# bidirectional module dependency with hs-boot
88

99
# InternalError over InvalidParams
1010
# ghcide restarts shake session on config changes:
11-
addDependentFile
11+
# addDependentFile
1212
# Another interesting one you can try:
13-
func-test::sends indefinite progress notifications
13+
# func-test::sends indefinite progress notifications
14+
# hls-pragmas-plugin-tests::/inline: RULES/
15+
16+
# hls-graph cancel leaks asynchronous exception to the next session
17+
hls-hlint-plugin-tests::adding hlint flags to plugin configuration removes hlint diagnostics

0 commit comments

Comments
 (0)