[CSHARP-2713] Investigate intermittent bug when running a subset of the FLE corpus tests Created: 26/Aug/19 Updated: 26/Aug/19 Resolved: 26/Aug/19 |
|
| Status: | Closed |
| Project: | C# Driver |
| Component/s: | Field Level Encryption |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major - P3 |
| Reporter: | Vincent Kam (Inactive) | Assignee: | Vincent Kam (Inactive) |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Attachments: |
|
| Description |
|
dmitry.lukyanov discovered an intermittent bug that occurs when running a subset of the FLE corpus tests: specifically, this error will occasionally be thrown: `key should have length 96, but has length 0 ` This bug occurs 100% of the time when running the tests without a debugger attached, but the tests will occasionally pass if a debugger is attached, pointing to some sort of race condition. Edit: attached the subset of the tests that we were seeing the problem in |
| Comments |
| Comment by Vincent Kam (Inactive) [ 26/Aug/19 ] |
|
After https://jira.mongodb.org/browse/CDRIVER-3125, we no longer seem to be experiencing this bug. |