[PCBC-158] assertion in removeOnePersist.phpt at Sync.inc:222 Created: 05/Dec/12 Updated: 11/Dec/12 Resolved: 05/Dec/12 |
|
| Status: | Resolved |
| Project: | Couchbase PHP client library |
| Component/s: | library |
| Affects Version/s: | 1.1.0 |
| Fix Version/s: | 1.1.0 |
| Security Level: | Public |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Matt Ingenthron | Assignee: | Trond Norbye |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
libcouchbase 2.0.0
Mac OS X 10.8 |
||
| Attachments: |
|
| Description |
|
Had reasons to run the tests to package things up. I ran into this failed assertion.
001+ Assertion failed.. dumping backtrace.. 001- PHP_COUCHBASE_OK 002+ #0 CBTestFramework->dieCommon(Expected TRUE) called at [/Users/ingenthr/src/php-ext-couchbase/tests/cbtestframework/CBTestFramework.inc:113] 003+ #1 CBTestFramework->assertTrue(, The document was mutated) called at [/Users/ingenthr/src/php-ext-couchbase/tests/Sync.inc:222] 004+ #2 Sync->testRemoveOnePersist() 005+ #3 ReflectionMethod->invoke(Sync Object ([] => cbtestframework_error_handler,[handle] => Resource id #10,[oo] => Couchbase Object ([] => Resource id #11))) called at [/Users/ingenthr/src/php-ext-couchbase/tests/cbtestframework/CBTestFramework.inc:195] 006+ #4 CBTestFramework->runSingleTest(testRemoveOnePersist) called at [/Users/ingenthr/src/php-ext-couchbase/tests/cbtestframework/cbtest-phpt-loader.inc:19] 007+ #5 couchbase_phpt_runtest(Sync, testRemoveOnePersist) called at [/Users/ingenthr/src/php-ext-couchbase/tests/phpt/Sync/removeOnePersist.php:3] 008+ [CBTestFramework] Expected TRUE |
| Comments |
| Comment by Matt Ingenthron [ 05/Dec/12 ] |
| Setting this to a blocker until we know the nature of it. |
| Comment by Trond Norbye [ 05/Dec/12 ] |
|
This is the same issue as |