Commit 3e9b30d
authored
fix(support): Add track_caller to know the actual failure (#16069)
### What does this PR try to resolve?
We've been seeing failures on Windows with our cache locking tests. This
adds `#[track_caller]` for those calls to make it clearer what is
failing.
### How to test and review this PR?
I went ahead and added the attribute pre-emptively to other assertions I
saw.1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1603 | 1603 | | |
1604 | 1604 | | |
1605 | 1605 | | |
| 1606 | + | |
1606 | 1607 | | |
1607 | 1608 | | |
1608 | 1609 | | |
| |||
1631 | 1632 | | |
1632 | 1633 | | |
1633 | 1634 | | |
| 1635 | + | |
1634 | 1636 | | |
1635 | 1637 | | |
1636 | 1638 | | |
1637 | 1639 | | |
1638 | 1640 | | |
1639 | 1641 | | |
1640 | 1642 | | |
| 1643 | + | |
1641 | 1644 | | |
1642 | 1645 | | |
1643 | 1646 | | |
| |||
1714 | 1717 | | |
1715 | 1718 | | |
1716 | 1719 | | |
| 1720 | + | |
1717 | 1721 | | |
1718 | 1722 | | |
1719 | 1723 | | |
| |||
0 commit comments