Commit Graph

785 Commits

Author SHA1 Message Date
matt dannenberg
3223f84a8e SERVER-20532 add a replica_sets_legacy evergreen task 2015-10-01 08:00:10 -04:00
Spencer T Brody
1cd101f5bd SERVER-20676 Temporarily disable multi_mongos2.js test 2015-10-01 12:52:46 -04:00
Mathias Stearn
760a7c4776 SERVER-18400 remove unused passthrough tests
They are no longer executed and are unmaintained.
2015-09-30 13:54:00 -04:00
David Storch
df2a33f997 SERVER-20067 SERVER-19572 set readMode in shell based on wire version
"compatibility" readMode now causes the shell to detect whether or not
to use find/getMore commands based on wire version. "commands" mode
forces use of the find/getMore commands, and "legacy" mode forces uses
of legacy OP_QUERY/OP_GET_MORE reads.

Also configures tests to force use of "commands" or "legacy" mode as
appropriate.
2015-09-30 13:25:15 -04:00
Spencer T Brody
2df922eae0 SERVER-20694 Temporarily disable csrs_upgrade.js test 2015-09-29 19:32:43 -04:00
Robert Guo
675cb2f6f9 SERVER-20289 Add jstest suite to implicitly shard collections 2015-09-29 10:03:44 -04:00
Jason Rassi
780565d818 SERVER-20646 Temporarily disable stale_clustered.js 2015-09-28 17:26:27 -04:00
Spencer T Brody
6d2fa05f1e SERVER-20592 Retry split chunk if it fails due to stale chunk boundaries 2015-09-28 13:26:59 -04:00
Geert Bosch
c56596e2d3 Revert "SERVER-20617 Temporarily disable wt_nojournal_toggle.js"
This reverts commit aae60d0d30.
2015-09-25 10:57:53 -04:00
Benety Goh
6e2366ff2a SERVER-20579 Re-enable nine rollback tests in replicasets/
This reverts commit e831e7a6ab and 063d9b2dcc.
2015-09-24 22:23:36 -04:00
Jason Rassi
aae60d0d30 SERVER-20617 Temporarily disable wt_nojournal_toggle.js 2015-09-24 16:05:09 -04:00
Spencer T Brody
543f81a81d SERVER-20592 Disable csrs_upgrade.js test due to bug with moveChunk 2015-09-24 13:36:59 -04:00
Kaloian Manassiev
6d62d7f7bc SERVER-20578 ReplSetTest.overflow should wait for replication
Also reduce the ShardingTest oplog size in order to make tests run faster.

In addition, this reverts commit eee325e630.
2015-09-24 09:10:18 -04:00
Martin Bligh
6163b162eb BF-1173: disable flaky test csrs_upgrade_during_migrate.js 2015-09-23 18:05:41 -04:00
Jason Rassi
e831e7a6ab SERVER-20579 Temporarily disable three rollback tests in replicasets/ 2015-09-23 16:01:26 -04:00
Jason Rassi
063d9b2dcc SERVER-20579 Temporarily disable six rollback tests in replicasets/ 2015-09-23 12:44:58 -04:00
Jason Rassi
eee325e630 SERVER-20578 Temporarily disable stale_clustered.js 2015-09-23 12:44:58 -04:00
Charlie Swanson
6d6347195a SERVER-20563 Only append strings to string builders in resmoke.py 2015-09-22 16:54:06 -04:00
Max Hirschhorn
53f0b88ef9 SERVER-20475 Add --preallocJournal option to resmoke.py.
Defaults to off.
2015-09-21 09:06:22 -04:00
Yunhe (John) Wang
79baef75f0 SERVER-20334 Added readConcern forwarding to mongos find 2015-09-18 15:57:07 -04:00
dalyd
3c57ce8739 SERVER-20464: Add units of measurement to log output of perf regression analysis 2015-09-18 14:31:37 -04:00
Yunhe (John) Wang
ff139401e2 SERVER-20437 Reorganized sharding_jscore_passthrough blacklist 2015-09-17 16:48:37 -04:00
dalyd
c1b0712f62 SERVER-19901: Mongo-perf analysis script -- Compare to tagged baseline 2015-09-16 15:16:17 -04:00
Mike Grundy
a3a968e867 SERVER-20199 Create readConcern majority passthrough suite 2015-09-16 12:35:06 -04:00
Yunhe (John) Wang
fa12f702ea SERVER-11735 Changed dbcase tests to detect write error instead of explicit error code 2015-09-16 11:31:55 -04:00
Yunhe (John) Wang
33e1ddbb9f SERVER-8653 Unblacklisted update_setOnInsert.js 2015-09-16 11:31:55 -04:00
Yunhe (John) Wang
9d3f497c34 SERVER-1445 shellkillops.js now works 2015-09-16 11:31:55 -04:00
Charlie Swanson
d99dbc6b0f SERVER-18273 Copy TestData to avoid aliasing issues 2015-09-14 10:04:22 -04:00
dalyd
6fa5547c84 SERVER-20035: Update perf_regresison_check.py script to output report.json summarizing results 2015-09-11 17:27:34 -04:00
Yunhe (John) Wang
b3ca1d640e SERVER-20335 Mongos now forwards batchSize of none instead of 0
Closes #1018

Signed-off-by: David Storch <david.storch@10gen.com>
2015-09-10 17:33:17 -04:00
Charlie Swanson
d5d4e19eeb SERVER-18273 Increase size of port range, use TestData to specify port range 2015-09-09 13:14:48 -04:00
dalyd
b5e486fcaf SERVER-20316: Relax thread level comparisons on mongo-perf check script 2015-09-08 19:47:15 -04:00
Benety Goh
9bb1572fe0 SERVER-20253 clang_format.py should accept --clang-format before command 2015-09-03 09:58:31 -04:00
Charlie Swanson
ff6326e5ab SERVER-18273 Compute ranges of ports for each job in resmoke.py 2015-09-03 09:15:11 -04:00
Andreas Nilsson
3b12b2678f SERVER-19845 Disable config_servers_test.js for ESE passthrough 2015-08-26 13:11:44 -04:00
dalyd
cb91350bf0 SERVER-19902: Mongo-perf analysis script -- Use noise data for regression comparison instead of fixed percentage
Signed-off-by: Ramon Fernandez <ramon.fernandez@mongodb.com>
2015-08-24 12:20:55 -04:00
Max Hirschhorn
9140a197d9 SERVER-20020 Clear MongoRunner.dataDir before running each jstest. 2015-08-24 09:07:34 -04:00
David Storch
94271c1102 SERVER-19572 enable --readMode commands for auth suites 2015-08-21 12:05:47 -04:00
David Storch
4ec9a0cc88 Revert "Revert "SERVER-17544 configure sharding_jscore_passthrough, slow1, and slow2 to use --readMode commands""
This reverts commit 7aa755990d.
2015-08-21 12:05:47 -04:00
David Storch
7aa755990d Revert "SERVER-17544 configure sharding_jscore_passthrough, slow1, and slow2 to use --readMode commands"
This reverts commit b7de313ed7.
2015-08-20 10:03:30 -04:00
David Storch
b7de313ed7 SERVER-17544 configure sharding_jscore_passthrough, slow1, and slow2 to use --readMode commands 2015-08-20 09:56:36 -04:00
Ernie Hershey
3f8acecab7 SERVER-18516 Use OS codename in Debian/Ubuntu repo 'Suite' field 2015-08-19 10:58:04 -04:00
matt dannenberg
27a72ae332 SERVER-19984 remove read_majority_mmap.js from small_oplog_rs 2015-08-17 10:46:43 -04:00
dalyd
f830ac3042 SERVER-19899: Mongo-perf analysis script -- Check for per thread level regressions 2015-08-14 15:22:34 -04:00
Randolph Tan
86eddcdacd SERVER-19886 Make tests run config servers with 3 member replica sets 2015-08-14 11:21:41 -04:00
dalyd
c04aaefd09 SERVER-19820: return failure correctly 2015-08-13 11:42:23 -04:00
dalyd
19711b1d91 SERVER-19820: Update perf.yml to use mongo-perf check script 2015-08-13 07:56:11 -04:00
dalyd
eb585b35f6 Revert "SERVER-19820: Update perf.yml to use mongo-perf check script"
This reverts commit df6597a509.
2015-08-12 20:36:15 -04:00
Ernie Hershey
ed856e8865 SERVER-19893, SERVER-14036, SERVER-8770 - Packaging improvements
* Signing RPM's
* Signing .DEB's with organization key instead of Richard's key
* Generating packages on individual platforms in compile tasks
* Trimming redundant Enterprise packaging python code
* Miscellaenous cleanup, mostly to support the above goals
2015-08-12 19:24:21 -04:00
dalyd
df6597a509 SERVER-19820: Update perf.yml to use mongo-perf check script 2015-08-12 15:08:09 -04:00