[SERVER-1051] oplog small test - need to verify slave and master the same Created: 26/Apr/10 Updated: 12/Jul/16 Resolved: 16/Jun/10 |
|
| Status: | Closed |
| Project: | Core Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 1.5.3 |
| Type: | New Feature | Priority: | Blocker - P1 |
| Reporter: | Eliot Horowitz (Inactive) | Assignee: | Richard Kreuter (Inactive) |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Participants: |
| Description |
|
have to make sure slave is up before any ops start on master |
| Comments |
| Comment by Richard Kreuter (Inactive) [ 16/Jun/10 ] |
|
I think this is working as of 6/15/10. |
| Comment by auto [ 15/Jun/10 ] |
|
Author: {'login': 'kreuter', 'name': 'Richard Kreuter', 'email': 'richard@10gen.com'}Message: Tweak the report printed at the end of smoke.py |
| Comment by auto [ 15/Jun/10 ] |
|
Author: {'login': 'kreuter', 'name': 'Richard Kreuter', 'email': 'richard@10gen.com'}Message: Add a note for future improvement of smoke.py |
| Comment by auto [ 15/Jun/10 ] |
|
Author: {'login': 'kreuter', 'name': 'Richard Kreuter', 'email': 'richard@10gen.com'}Message: Sort the paths within a test suite, for increased predictability. |
| Comment by auto [ 14/Jun/10 ] |
|
Author: {'login': 'kreuter', 'name': 'Richard Kreuter', 'email': 'richard@10gen.com'}Message: Honor smoke-db-prefix in small-oplog tests' slave server. |
| Comment by auto [ 11/Jun/10 ] |
|
Author: {'login': 'kreuter', 'name': 'Richard Kreuter', 'email': 'richard@10gen.com'}Message: Make smoke.py more careful about exit status |
| Comment by auto [ 11/Jun/10 ] |
|
Author: {'login': 'kreuter', 'name': 'Richard Kreuter', 'email': 'richard@10gen.com'}Message: Make the smallOplog tests start M/S replication & test dbhashes. |
| Comment by Eliot Horowitz (Inactive) [ 11/Jun/10 ] |
|
We should add a function isMaster() and only run those asserts if on the master |
| Comment by Richard Kreuter (Inactive) [ 11/Jun/10 ] |
|
At least some tests are prone to fail when run against a replicating master. For example, jstests/cursor8.js asserts the number of open cursors, which number can fluctuate dynamically as the slave syncs (so this test sometimes fails when run on a replicating cluster). More info as I find it. |
| Comment by Michael Dirolf [ 24/May/10 ] |
|
okay will get to this this week or next |
| Comment by Eliot Horowitz (Inactive) [ 24/May/10 ] |
|
this REALLY has to happen for 1.5.3 |