Skip to content

Commit

Permalink
Add test case for [c2dfd8b7ea]
Browse files Browse the repository at this point in the history
  • Loading branch information
apnadkarni committed Jun 6, 2024
1 parent 0fa4301 commit 5cac4c9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/tsv.test
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,15 @@ foreach backend $backends {
file delete -force $db
}

test tsv-bug-c2dfd8b7ea {tsv::lset crash} -constraints crash -setup {
set tid [thread::create]
} -cleanup {
thread::join $tid
} -body {
thread::send $tid {
tsv::linsert mytsv mylist 0 A {X Y}
tsv::lset mytsv mylist end 1 P
}
}

::tcltest::cleanupTests

0 comments on commit 5cac4c9

Please sign in to comment.