Commit Graph

12560 Commits

Author SHA1 Message Date
denihs
175cd8dff0 - fix test: '[scribbling, extended scribbling], MONGO | STRING' 2023-02-13 14:27:02 -04:00
denihs
50aff2c6f7 - fix test: 'fuzz test, MONGO | STRING' 2023-02-13 14:20:21 -04:00
denihs
ba4608b7b1 - fix test: 'C: mongo-livedata - database error reporting STRING, MONGO' 2023-02-13 14:11:35 -04:00
denihs
db7d1ac652 - fix test: 'basics, MONGO | STRING' 2023-02-13 13:50:31 -04:00
denihs
c5b07354d9 - fix test: 'S: mongo-livedata - database error reporting STRING, MONGO' 2023-02-13 13:26:59 -04:00
denihs
6b851caff9 - fix tests 'mongo-livedata - fence onBeforeFire error' 2023-02-13 10:55:41 -04:00
denihs
4bcfa66b42 - fix tests 'mongo-livedata - doc fetcher' 2023-02-13 10:41:01 -04:00
denihs
ca546680aa - fix tests 'oplog - v2/v1 conversion' 2023-02-13 10:29:47 -04:00
denihs
51fc9a28e6 - comment oplog - _onFailover test 2023-02-13 09:41:04 -04:00
denihs
bb4cc931dd - fix tests 'mongo-livedata - oplog - entry skipping' 2023-02-13 09:34:41 -04:00
denihs
89009edb24 - fix tests 'mongo-livedata - oplog - cursorSupported' 2023-02-13 09:22:18 -04:00
denihs
2a8baa2c7b - fix tests observeChanges unordered 2023-02-13 09:18:34 -04:00
denihs
d0d72b6a94 - fix tests observeChanges single id 2023-02-13 09:02:49 -04:00
denihs
9ff8bd3dd6 - fix tests observeChanges: callback isolation, tailable, bad query, EnvironmentVariable 2023-02-09 19:50:16 -04:00
denihs
62df47fdeb - fix "observeChanges - tailable" 2023-02-09 13:38:20 -04:00
denihs
cf4c649726 - fix "observeChanges - callback isolation" 2023-02-09 11:28:17 -04:00
denihs
73ed0517f8 - restoring all the tests files from the mongo package to be the same as in devel 2023-02-09 09:30:02 -04:00
denihs
a7abdefdc1 - using _AsynchronousQueue instead of _SynchronousQueue 2023-02-09 09:23:11 -04:00
denihs
8dd9a83836 - uncommenting tests 2023-02-08 17:02:48 -04:00
denihs
2190c4b4e4 - uncommenting tests 2023-02-08 16:59:13 -04:00
denihs
781abf54b5 Merge branch 'release-3.0-tests-ddp-client' into release-3.0-tests-dpp-client-mongo
# Conflicts:
#	packages/ddp-server/writefence.js
#	packages/minimongo/minimongo_tests_client.js
#	packages/mongo/observe_multiplex.js
#	packages/mongo/polling_observe_driver.js
#	tools/isobuild/linker.js
2023-02-08 14:39:56 -04:00
denihs
d9e20a0f04 - ddp-server tests adjusts 2023-02-08 14:33:43 -04:00
denihs
f7355082b6 - fix livedata - publish multiple cursors 2023-02-08 13:56:44 -04:00
denihs
0067ab29ba - fix livedata - method call on server blocks in a fiber way 2023-02-08 12:33:43 -04:00
denihs
7c1b331d6b - fix livedata stub - compound methods 2023-02-08 12:19:21 -04:00
denihs
82e3456e5b - fix livedata stub - methods
- revert callAsync code
2023-02-08 09:22:04 -04:00
denihs
59a30a0fa9 fixing ddp-client tests 2023-02-07 15:30:04 -04:00
denihs
402d81068e removing queue from onMessage 2023-02-07 15:26:58 -04:00
denihs
df9e4ae6f3 fix minimongo - $near operator tests 2023-02-07 10:45:30 -04:00
denihs
0c326b6b0c fix minimongo - 'minimongo - pause' 2023-02-07 10:40:29 -04:00
denihs
21dc2fb3b6 fix minimongo - observe ordered true/false 2023-02-07 10:36:27 -04:00
denihs
40eb022310 fix minimongo - observe ordered 2023-02-07 10:34:00 -04:00
denihs
643ae2bd07 fix 'minimongo - modify' 2023-02-07 10:28:04 -04:00
denihs
692d3eb5f5 fix 'minimongo - observe ordered with projection 2023-02-07 10:20:08 -04:00
denihs
cd957ac8e9 fix 'minimongo - basics' 2023-02-07 10:09:37 -04:00
denihs
cabfe8f522 adding todo fibers 2023-02-06 14:57:08 -04:00
denihs
f650be7b89 - using _AsynchronousQueue in the server
- continue for looping instead of breaking it
2023-02-06 14:56:37 -04:00
denihs
ed4b7404dc Merge branch 'release-3.0-mongo-tests' into TEST_DDP_CLIENT_MONGO
# Conflicts:
#	packages/allow-deny/allow-deny.js
#	packages/autoupdate/autoupdate_client.js
#	packages/autoupdate/autoupdate_cordova.js
#	packages/ddp-client/common/livedata_connection.js
#	packages/ddp-server/livedata_server.js
#	packages/minimongo/local_collection.js
#	packages/mongo/collection.js
#	packages/mongo/mongo_driver.js
#	packages/mongo/observe_multiplex.js
2023-02-03 12:32:59 -04:00
denihs
b32ea404f1 use self._taskQueue.queueTask instead of self._taskQueue.runTask 2023-02-03 12:27:29 -04:00
denihs
3e5977ce2b Sync mongo methods for the client again 2023-02-02 16:48:29 -04:00
denihs
937800007c - fix API so call() and apply() doesn't have to be async. More can be found on this thread https://meteor-community.slack.com/archives/C01SWPPE81F/p1675116084541359 2023-02-01 16:20:54 -04:00
Edimar Cardoso
1014305ee5 Minimongo tests
- Fix minimongo tests;
- Create asyncrounous tests from syncronous.
2023-02-01 09:46:27 -03:00
Edimar Cardoso
59d48d2e12 Refectory mongo packages
- Fix allow-deny tests
2023-01-31 23:01:30 -03:00
Edimar Cardoso
57afe0a7bf Minimongo tests
- Fix minimongo tests;
- Create asyncrounous tests from syncronous.
2023-01-31 20:57:37 -03:00
Edimar Cardoso
d1b30cdd7b Refectory mongo packages
- Using isomorphy async methods with the suffix Async;
- Changing tests to use async methods on client and server
- Fix tests
2023-01-31 17:13:55 -03:00
denihs
65d44b501d - fix livedata - basic method invocation
options.throwThroughFuture was used to fix a bug with errors and fibers (issue #1482). As we don't use Fibers anymore, this won't be needed
2023-01-30 11:24:35 -04:00
denihs
7deb4af148 - fix livedata connection - two wait methods 2023-01-30 10:52:42 -04:00
denihs
d9e8c56a3e - fix livedata stub - buffering and methods interaction 2023-01-30 10:28:13 -04:00
denihs
e14bd35ace - fix livedata stub - stubs before connected 2023-01-30 10:21:21 -04:00
denihs
503f2b41f9 - _saveOriginals() is now async
- markAllReady() in the tests is now async
- removing unnecessary comments
2023-01-30 10:16:46 -04:00