Tyler Karaszewski

Results 10 issues of Tyler Karaszewski

This change adds an (optional) name to a `TestFixture`. This allows you to create a `TestFixture` as such: ``` MyTest() : tpunit::TestFixture(BEFORE_CLASS(MyTest::setup), TEST(MyTest::testMyThing), AFTER_CLASS(StripeTest::tearDown)) { NAME(MyTest); } ``` And then...

enhancement

### Details ### Fixed Issues Fixes GH_LINK ### Tests _________ **Internal Testing Reminder:** when changing bedrock, please compile auth against your new changes

### Details ### Fixed Issues Fixes GH_LINK ### Tests _________ **Internal Testing Reminder:** when changing bedrock, please compile auth against your new changes

### Details Currently ([6aa3d6f](https://github.com/Expensify/Bedrock/pull/1597/commits/6aa3d6fdad43163ca398d80086d244035ef23910)) This will reserve journal tables even if we have a different conflict on subsequent attempts after a single conflict on a journal table It seems to...

### Details This shouldn't fix anything but the code should allegedly be "safer" than the HC-tree branch. ### Fixed Issues Fixes? not sure ### Tests Just the existing tests.

### Details ### Fixed Issues Fixes GH_LINK ### Tests _________ **Internal Testing Reminder:** when changing bedrock, please compile auth against your new changes

### Details ### Fixed Issues Fixes GH_LINK ### Tests _________ **Internal Testing Reminder:** when changing bedrock, please compile auth against your new changes

### Details Implements the same context message as found here: https://sqlite.org/src/info/55424c650715b3?ln=2545-2586 ### Fixed Issues Fixes Bedrock portion of: https://github.com/Expensify/Expensify/issues/577395 There will be an auth PR that depends on this one...

### Details Testing ### Fixed Issues Fixes GH_LINK ### Tests _________ **Internal Testing Reminder:** when changing bedrock, please compile auth against your new changes