Commit d2f11b0
committed
fix(transaction): remove explicit transaction commit on drop
For some reason, calling `TransactionSys::do_commit` in the `Drop`
implementation of `Transaction` causes tests in a headless Chrome
browser to hang, even though they pass in a non-headless context.
Ultimately, the default behavior on the JavaScript end is for the
transaction to be committed, so it is safe to exclude this action.1 parent ac7722c commit d2f11b0
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| |||
0 commit comments