Travis Cobbs
Travis Cobbs
Here is a PR to double Gradle's maximum heap size to 8GB: https://dev.azure.com/bentleycs/iModelTechnologies/_git/bsicommon-imt/pullrequest/367245
@pmconne Has it failed since my last PR above?
Some observations. @jffmarker indicated that antivirus on the minions has in the past been seen to cause problems when reading files immediately after creation. I don't really see how that...
Maybe "AlreadyLocked" would be better than "ConflictingLock"?
> > @aruniverse @pmconne do you know why would following test would fail on Mac only. Its not just PR its failing on others as well. @chuckkir and I are...
I submitted a [PR](https://github.com/iTwin/imodel-native/pull/918) to temporarily disable the failing tests when running on a Mac. The Mac portion of its build pipeline has succeeded, and it is set to auto-complete....
The other PR is merged, so merging from master should hopefully fix this one.
I guess I'm OK with this, but I'm not entirely sure why it's even needed. Couldn't you just update the readme to instruct people to use `FeatureTracking.onFeature.addListener` directly? I'm pretty...
> > there's a pattern that all these errors pop up **after** a certa-run test suite is finished > > That is by design. I [implemented this error](https://github.com/iTwin/itwinjs-core/blob/06313ff2dc8671959008c377d92437e3bbe2f57a/tools/build/src/mocha-reporter/index.ts#L91) because our...
I pushed a [commit](https://github.com/iTwin/itwinjs-core/pull/8020/commits/491b477790d4755fc7cb9d8d8ea9cdaffabebcb7) with my changes that delay the handle leak detection code so that it does not execute until the tests have actually completed. I decreased the timeout...