Commit Graph

33899 Commits

Author SHA1 Message Date
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
Edimar Cardoso
4745972503 Merge branch 'release-3.0-tools-and-mongo' into release-3.0-mongo-tests 2023-01-30 10:53:26 -03:00
zodern
f60663ca12 Fix handling implied packages in linker 2023-01-27 17:07:03 -06:00
denihs
6b5b1278fe - fix test multiple stubs same doc 2023-01-26 16:02:59 -04:00
denihs
d277841958 - fix test livedata stub - reconnect method which only got result 2023-01-26 14:50:01 -04:00
denihs
f8334b8a42 - fix test livedata stub - methods calling methods 2023-01-26 14:38:25 -04:00
denihs
fa6d0c1d71 - fix test livedata stub - methods 2023-01-26 14:13:45 -04:00
Edimar Cardoso
c08f5c643c Merge branch 'release-3.0-tools-and-mongo' into release-3.0-mongo-tests 2023-01-26 10:06:47 -03:00
Edimar Cardoso
175c212290 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-26 10:05:44 -03:00
Edimar Cardoso
565d2755aa 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-25 16:52:07 -03:00
denihs
d590d20e19 - fix receive data and buffering data 2023-01-24 15:52:02 -04:00
denihs
368e059e0b Merge branch 'release-3.0-mongo-tests-with-tla' into release-3.0-tests-ddp-client 2023-01-24 13:36:46 -04:00
denihs
a593ad95ef - removing unnecessary fiber import 2023-01-24 11:52:24 -04:00
denihs
1e76987840 fixing load-js-image and linker 2023-01-23 17:10:43 -04:00
denihs
482acb00f6 Merge branch 'release-3.0' into release-3.0-tools-and-mongo
# Conflicts:
#	packages/promise/promise-tests.js
2023-01-23 15:41:56 -04:00
denihs
aa9147ab88 await core-runtime package to run 2023-01-23 10:40:40 -04:00
denihs
afbe556c14 - catching error on boot.js 2023-01-20 13:57:20 -04:00
denihs
860e796812 - fixing reconnect tests 2023-01-20 10:54:14 -04:00