Skip to content

Instantly share code, notes, and snippets.

@abernix
Created October 11, 2017 09:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abernix/a65b69cfd0685e31431f49d1fae1c351 to your computer and use it in GitHub Desktop.
Save abernix/a65b69cfd0685e31431f49d1fae1c351 to your computer and use it in GitHub Desktop.
cordova-platforms: add cordova platforms ...
... ok (32963 ms)
cordova-plugins: change cordova plugins ...
... ok (47625 ms)
cordova-plugins: remove cordova plugins ...
... ok (25007 ms)
cordova-run: get mobile server argument for meteor run ...
--mobile-server must include a hostname.
... ok (6 ms)
create: create ...
... ok (76797 ms)
custom-minifier: custom minifier - devel vs prod ...
running test with 1 client(s).
testing with phantomjs...
running test with 1 client(s).
testing with phantomjs...
... ok (49956 ms)
dev-bundle-bin-commands: meteor npm run some-script-name - error returns exit
status to shell ...
... ok (11986 ms)
dev-bundle-bin-commands: meteor npm some-script-name - normal exit returns
normal to shell ...
... ok (12871 ms)
dynamic-import: dynamic import(...) in development ...
... fail!
... retrying (2 tries remaining) ...
... fail!
... retrying (1 try remaining) ...
... fail!
=> no-match at ../../../tools/tool-testing/selftest.js:68
=> Pattern: SERVER FAILURES: 0
=> Last 100 lines:
1| 1) gives dynamic modules access to package variables
1| ✓ works with module.prefetch(id)m
1| ✓ can import module.exports = {...}-style modules
1| ✓ should work for package names containing colons
1| I20171010-17:52:53.162(0)?
1| I20171010-17:52:53.166(0)?
1| I20171010-17:52:53.166(0)? 11 passing (221ms)
1| I20171010-17:52:53.167(0)? 1 failing
1| I20171010-17:52:53.167(0)?
1| I20171010-17:52:53.168(0)? 1) dynamic import(...) gives dynamic modules access to package variables:
1| I20171010-17:52:53.168(0)?
1| I20171010-17:52:53.169(0)? AssertionError: { '/node_modules/meteor/helper-package/dynamic/a.js': true,
1| I20171010-17:52:53.170(0)? '/node_modules/meteor/helper-package/dynamic/b.coffee': true } deepEqual { '/node_modules/meteor/helper-package/dynamic/a.js': true,
1| I20171010-17:52:53.170(0)? '/node_modules/meteor/helper-package/dynamic/b.coffee.js': true }
1| I20171010-17:52:53.171(0)? + expected - actual
1| I20171010-17:52:53.172(0)?
1| I20171010-17:52:53.173(0)? {
1| I20171010-17:52:53.174(0)? "/node_modules/meteor/helper-package/dynamic/a.js": true
1| I20171010-17:52:53.174(0)? - "/node_modules/meteor/helper-package/dynamic/b.coffee": true
1| I20171010-17:52:53.175(0)? + "/node_modules/meteor/helper-package/dynamic/b.coffee.js": true
1| I20171010-17:52:53.176(0)? }
1| I20171010-17:52:53.177(0)?
1| I20171010-17:52:53.178(0)? at assertDeepEqual (tests.js:10:10)
1| I20171010-17:52:53.179(0)? at Test._callee$ (tests.js:148:5)
1| I20171010-17:52:53.179(0)? at tryCatch (/tmp/mt-1cx1hfs/home/dynamic-import-test-app-devel/node_modules/regenerator-runtime/runtime.js:65:40)
1| I20171010-17:52:53.179(0)? at GeneratorFunctionPrototype.invoke [as _invoke] (/tmp/mt-1cx1hfs/home/dynamic-import-test-app-devel/node_modules/regenerator-runtime/runtime.js:299:22)
1| I20171010-17:52:53.180(0)? at GeneratorFunctionPrototype.prototype.(anonymous function) [as next] (/tmp/mt-1cx1hfs/home/dynamic-import-test-app-devel/node_modules/regenerator-runtime/runtime.js:117:21)
1| I20171010-17:52:53.180(0)? at tryCatch (/tmp/mt-1cx1hfs/home/dynamic-import-test-app-devel/node_modules/regenerator-runtime/runtime.js:65:40)
1| I20171010-17:52:53.181(0)? at invoke (/tmp/mt-1cx1hfs/home/dynamic-import-test-app-devel/node_modules/regenerator-runtime/runtime.js:155:20)
1| I20171010-17:52:53.182(0)? at /tmp/mt-1cx1hfs/home/dynamic-import-test-app-devel/node_modules/regenerator-runtime/runtime.js:165:13
1| I20171010-17:52:53.182(0)? at /tmp/mt-1cx1hfs/home/dynamic-import-test-app-devel/.meteor/local/isopacks/promise/npm/node_modules/meteor-promise/fiber_pool.js:43:39
1| I20171010-17:52:53.182(0)?
1| I20171010-17:52:53.183(0)?
1| I20171010-17:52:53.184(0)?
1| I20171010-17:52:53.185(0)?
1| I20171010-17:52:53.186(0)? --------------------------------
1| I20171010-17:52:53.186(0)? ----- RUNNING CLIENT TESTS -----
1| I20171010-17:52:53.186(0)? --------------------------------
1| I20171010-17:52:53.187(0)?
1| I20171010-17:52:53.951(0)?
1| I20171010-17:52:53.952(0)?
1| I20171010-17:52:53.967(0)? dynamic import(...)
1| I20171010-17:52:53.973(0)? ✓ cleared the IndexedDB cache
1| I20171010-17:52:54.000(0)? ✓ import same module both statically and dynamically
1| I20171010-17:52:54.011(0)? ✓ import builtin stub dynamically
1| I20171010-17:52:54.020(0)? ✓ static package.json, static package
1| I20171010-17:52:54.028(0)? ✓ static package.json, dynamic package
1| I20171010-17:52:54.034(0)? ✓ dynamic package.json, static package
1| I20171010-17:52:54.096(0)? Warning: Accessing createClass via the main React package is deprecated, and will be removed in React v16.0. Use a plain JavaScript class instead. If you're not yet ready to migrate, create-react-class v15.* is available on npm as a temporary, drop-in replacement. For more info see https://fb.me/react-create-class
1| I20171010-17:52:54.098(0)? Warning: Accessing PropTypes via the main React package is deprecated, and will be removed in React v16.0. Use the latest available v15.* prop-types package from npm instead. For info on usage, compatibility, migration and more, see https://fb.me/prop-types-docs
1| I20171010-17:52:54.100(0)? ✓ dynamic package.json, dynamic package (60ms)
1| I20171010-17:52:54.113(0)? ✓ mutual dynamic imports
1| I20171010-17:52:54.123(0)? ✓ imports from lazy packages
1| I20171010-17:52:54.146(0)? 1) gives dynamic modules access to package variables
1| I20171010-17:52:54.153(0)? ✓ works with module.prefetch(id)
1| I20171010-17:52:54.161(0)? ✓ can import module.exports = {...}-style modules
1| I20171010-17:52:54.163(0)? ✓ should work for package names containing colons
1| I20171010-17:52:54.165(0)?
1| I20171010-17:52:54.166(0)?
1| I20171010-17:52:54.167(0)? 12 passing (217ms)
1| I20171010-17:52:54.167(0)? 1 failing
1| I20171010-17:52:54.170(0)?
1| I20171010-17:52:54.171(0)? 1) dynamic import(...) gives dynamic modules access to package variables:
1| I20171010-17:52:54.172(0)?
1| I20171010-17:52:54.174(0)? { '/node_modules/meteor/helper-package/dynamic/a.js': true,
1| I20171010-17:52:54.175(0)? '/node_modules/meteor/helper-package/dynamic/b.coffee': true } deepEqual { '/node_modules/meteor/helper-package/dynamic/a.js': true,
1| I20171010-17:52:54.175(0)? '/node_modules/meteor/helper-package/dynamic/b.coffee.js': true }
1| I20171010-17:52:54.175(0)? + expected - actual
1| I20171010-17:52:54.176(0)?
1| I20171010-17:52:54.176(0)? {
1| I20171010-17:52:54.190(0)? "/node_modules/meteor/helper-package/dynamic/a.js": true
1| I20171010-17:52:54.191(0)? - "/node_modules/meteor/helper-package/dynamic/b.coffee": true
1| I20171010-17:52:54.192(0)? + "/node_modules/meteor/helper-package/dynamic/b.coffee.js": true
1| I20171010-17:52:54.192(0)? }
1| I20171010-17:52:54.193(0)?
1| I20171010-17:52:54.193(0)? fail@http://localhost:3000/packages/modules.js?hash=46391aa6e674e66a5be60146c3e2461ea0c64e6a:11168:5
1| I20171010-17:52:54.193(0)? deepEqual@http://localhost:3000/packages/modules.js?hash=46391aa6e674e66a5be60146c3e2461ea0c64e6a:11208:9
1| I20171010-17:52:54.194(0)? assertDeepEqual@http://localhost:3000/app/app.js?hash=145218f3490730c87ef7eff1705b354281588c69:82:19
1| I20171010-17:52:54.195(0)? _callee$@http://localhost:3000/app/app.js?hash=145218f3490730c87ef7eff1705b354281588c69:236:32
1| I20171010-17:52:54.196(0)? tryCatch@http://localhost:3000/packages/modules.js?hash=46391aa6e674e66a5be60146c3e2461ea0c64e6a:1410:44
1| I20171010-17:52:54.196(0)? invoke@http://localhost:3000/packages/modules.js?hash=46391aa6e674e66a5be60146c3e2461ea0c64e6a:1644:30
1| I20171010-17:52:54.197(0)? http://localhost:3000/packages/modules.js?hash=46391aa6e674e66a5be60146c3e2461ea0c64e6a:1462:28
1| I20171010-17:52:54.197(0)? tryCatch@http://localhost:3000/packages/modules.js?hash=46391aa6e674e66a5be60146c3e2461ea0c64e6a:1410:44
1| I20171010-17:52:54.198(0)? invoke@http://localhost:3000/packages/modules.js?hash=46391aa6e674e66a5be60146c3e2461ea0c64e6a:1500:28
1| I20171010-17:52:54.198(0)? http://localhost:3000/packages/modules.js?hash=46391aa6e674e66a5be60146c3e2461ea0c64e6a:1510:19
1| I20171010-17:52:54.199(0)? http://localhost:3000/packages/meteor.js?hash=6d285d84547b3dad9717a7c89c664b61b45ea3d8:1117:27
1| I20171010-17:52:54.199(0)? tryCallOne@http://localhost:3000/packages/promise.js?hash=55ad5d1c8ecac660aa3515158fa89d35031870b5:276:14
1| I20171010-17:52:54.200(0)? http://localhost:3000/packages/promise.js?hash=55ad5d1c8ecac660aa3515158fa89d35031870b5:362:25
1| I20171010-17:52:54.200(0)? flush@http://localhost:3000/packages/promise.js?hash=55ad5d1c8ecac660aa3515158fa89d35031870b5:513:33
1| I20171010-17:52:54.200(0)? run@http://localhost:3000/packages/modules.js?hash=46391aa6e674e66a5be60146c3e2461ea0c64e6a:12307:19
1| I20171010-17:52:54.201(0)? drainQueue@http://localhost:3000/packages/modules.js?hash=46391aa6e674e66a5be60146c3e2461ea0c64e6a:12277:45
1| I20171010-17:52:54.201(0)?
1| I20171010-17:52:54.202(0)?
1| I20171010-17:52:54.203(0)?
1| I20171010-17:52:54.673(0)? All client and server tests finished!
1| I20171010-17:52:54.675(0)?
1| I20171010-17:52:54.676(0)? --------------------------------
1| I20171010-17:52:54.677(0)? SERVER FAILURES: 1
1| I20171010-17:52:54.677(0)? CLIENT FAILURES: 1
1| I20171010-17:52:54.678(0)? --------------------------------
dynamic-import: dynamic import(...) in production ...
... fail!
... retrying (2 tries remaining) ...
... fail!
... retrying (1 try remaining) ...
... fail!
=> no-match at ../../../tools/tool-testing/selftest.js:68
=> Pattern: SERVER FAILURES: 0
=> Last 100 lines:
1| ✓ mutual dynamic imports0)?
1| ✓ imports from lazy packages
1| 1) gives dynamic modules access to package variables
1| ✓ works with module.prefetch(id)m
1| ✓ can import module.exports = {...}-style modules
1| ✓ should work for package names containing colons
1| I20171010-17:56:35.392(0)?
1| I20171010-17:56:35.392(0)?
1| I20171010-17:56:35.393(0)? 11 passing (224ms)
1| I20171010-17:56:35.393(0)? 1 failing
1| I20171010-17:56:35.395(0)?
1| I20171010-17:56:35.397(0)? 1) dynamic import(...) gives dynamic modules access to package variables:
1| I20171010-17:56:35.399(0)?
1| I20171010-17:56:35.401(0)? AssertionError: { '/node_modules/meteor/helper-package/dynamic/a.js': true,
1| I20171010-17:56:35.402(0)? '/node_modules/meteor/helper-package/dynamic/b.coffee': true } deepEqual { '/node_modules/meteor/helper-package/dynamic/a.js': true,
1| I20171010-17:56:35.404(0)? '/node_modules/meteor/helper-package/dynamic/b.coffee.js': true }
1| I20171010-17:56:35.405(0)? + expected - actual
1| I20171010-17:56:35.405(0)?
1| I20171010-17:56:35.406(0)? {
1| I20171010-17:56:35.407(0)? "/node_modules/meteor/helper-package/dynamic/a.js": true
1| I20171010-17:56:35.408(0)? - "/node_modules/meteor/helper-package/dynamic/b.coffee": true
1| I20171010-17:56:35.409(0)? + "/node_modules/meteor/helper-package/dynamic/b.coffee.js": true
1| I20171010-17:56:35.409(0)? }
1| I20171010-17:56:35.410(0)?
1| I20171010-17:56:35.411(0)? at assertDeepEqual (tests.js:10:10)
1| I20171010-17:56:35.411(0)? at Test._callee$ (tests.js:148:5)
1| I20171010-17:56:35.424(0)? at tryCatch (/tmp/mt-17fpbxu/home/dynamic-import-test-app-prod/node_modules/regenerator-runtime/runtime.js:65:40)
1| I20171010-17:56:35.424(0)? at GeneratorFunctionPrototype.invoke [as _invoke] (/tmp/mt-17fpbxu/home/dynamic-import-test-app-prod/node_modules/regenerator-runtime/runtime.js:299:22)
1| I20171010-17:56:35.425(0)? at GeneratorFunctionPrototype.prototype.(anonymous function) [as next] (/tmp/mt-17fpbxu/home/dynamic-import-test-app-prod/node_modules/regenerator-runtime/runtime.js:117:21)
1| I20171010-17:56:35.426(0)? at tryCatch (/tmp/mt-17fpbxu/home/dynamic-import-test-app-prod/node_modules/regenerator-runtime/runtime.js:65:40)
1| I20171010-17:56:35.427(0)? at invoke (/tmp/mt-17fpbxu/home/dynamic-import-test-app-prod/node_modules/regenerator-runtime/runtime.js:155:20)
1| I20171010-17:56:35.427(0)? at /tmp/mt-17fpbxu/home/dynamic-import-test-app-prod/node_modules/regenerator-runtime/runtime.js:165:13
1| I20171010-17:56:35.428(0)? at /tmp/mt-17fpbxu/home/dynamic-import-test-app-prod/.meteor/local/isopacks/promise/npm/node_modules/meteor-promise/fiber_pool.js:43:39
1| I20171010-17:56:35.429(0)?
1| I20171010-17:56:35.435(0)?
1| I20171010-17:56:35.436(0)?
1| I20171010-17:56:35.438(0)?
1| I20171010-17:56:35.439(0)? --------------------------------
1| I20171010-17:56:35.439(0)? ----- RUNNING CLIENT TESTS -----
1| I20171010-17:56:35.443(0)? --------------------------------
1| I20171010-17:56:35.444(0)?
1| I20171010-17:56:35.605(0)?
1| I20171010-17:56:35.607(0)?
1| I20171010-17:56:35.612(0)? dynamic import(...)
1| I20171010-17:56:35.631(0)? ✓ cleared the IndexedDB cache
1| I20171010-17:56:35.681(0)? ✓ import same module both statically and dynamically (46ms)
1| I20171010-17:56:35.695(0)? ✓ import builtin stub dynamically
1| I20171010-17:56:35.701(0)? ✓ static package.json, static package
1| I20171010-17:56:35.710(0)? ✓ static package.json, dynamic package
1| I20171010-17:56:35.715(0)? ✓ dynamic package.json, static package
1| I20171010-17:56:35.747(0)? ✓ dynamic package.json, dynamic package
1| I20171010-17:56:35.768(0)? ✓ mutual dynamic imports
1| I20171010-17:56:35.781(0)? ✓ imports from lazy packages
1| I20171010-17:56:35.796(0)? 1) gives dynamic modules access to package variables
1| I20171010-17:56:35.800(0)? ✓ works with module.prefetch(id)
1| I20171010-17:56:35.811(0)? ✓ can import module.exports = {...}-style modules
1| I20171010-17:56:35.813(0)? ✓ should work for package names containing colons
1| I20171010-17:56:35.813(0)?
1| I20171010-17:56:35.814(0)?
1| I20171010-17:56:35.814(0)? 12 passing (210ms)
1| I20171010-17:56:35.815(0)? 1 failing
1| I20171010-17:56:35.815(0)?
1| I20171010-17:56:35.817(0)? 1) dynamic import(...) gives dynamic modules access to package variables:
1| I20171010-17:56:35.818(0)?
1| I20171010-17:56:35.818(0)? { '/node_modules/meteor/helper-package/dynamic/a.js': true,
1| I20171010-17:56:35.819(0)? '/node_modules/meteor/helper-package/dynamic/b.coffee': true } deepEqual { '/node_modules/meteor/helper-package/dynamic/a.js': true,
1| I20171010-17:56:35.819(0)? '/node_modules/meteor/helper-package/dynamic/b.coffee.js': true }
1| I20171010-17:56:35.820(0)? + expected - actual
1| I20171010-17:56:35.820(0)?
1| I20171010-17:56:35.821(0)? {
1| I20171010-17:56:35.821(0)? "/node_modules/meteor/helper-package/dynamic/a.js": true
1| I20171010-17:56:35.822(0)? - "/node_modules/meteor/helper-package/dynamic/b.coffee": true
1| I20171010-17:56:35.822(0)? + "/node_modules/meteor/helper-package/dynamic/b.coffee.js": true
1| I20171010-17:56:35.823(0)? }
1| I20171010-17:56:35.823(0)?
1| I20171010-17:56:35.824(0)? h@http://localhost:3000/575cada5e13d02d149b52547b591fea09bb716d2.js?meteor_js_resource=true:17:229547
1| I20171010-17:56:35.824(0)? e@http://localhost:3000/575cada5e13d02d149b52547b591fea09bb716d2.js?meteor_js_resource=true:17:232358
1| I20171010-17:56:35.825(0)? r@http://localhost:3000/575cada5e13d02d149b52547b591fea09bb716d2.js?meteor_js_resource=true:129:1046
1| I20171010-17:56:35.825(0)? c@http://localhost:3000/575cada5e13d02d149b52547b591fea09bb716d2.js?meteor_js_resource=true:129:5705
1| I20171010-17:56:35.825(0)? r@http://localhost:3000/575cada5e13d02d149b52547b591fea09bb716d2.js?meteor_js_resource=true:17:25791
1| I20171010-17:56:35.826(0)? s@http://localhost:3000/575cada5e13d02d149b52547b591fea09bb716d2.js?meteor_js_resource=true:17:26835
1| I20171010-17:56:35.826(0)? http://localhost:3000/575cada5e13d02d149b52547b591fea09bb716d2.js?meteor_js_resource=true:17:25973
1| I20171010-17:56:35.827(0)? r@http://localhost:3000/575cada5e13d02d149b52547b591fea09bb716d2.js?meteor_js_resource=true:17:25791
1| I20171010-17:56:35.827(0)? t@http://localhost:3000/575cada5e13d02d149b52547b591fea09bb716d2.js?meteor_js_resource=true:17:26023
1| I20171010-17:56:35.827(0)? http://localhost:3000/575cada5e13d02d149b52547b591fea09bb716d2.js?meteor_js_resource=true:17:26172
1| I20171010-17:56:35.828(0)? http://localhost:3000/575cada5e13d02d149b52547b591fea09bb716d2.js?meteor_js_resource=true:1:21753
1| I20171010-17:56:35.829(0)? i@http://localhost:3000/575cada5e13d02d149b52547b591fea09bb716d2.js?meteor_js_resource=true:23:4685
1| I20171010-17:56:35.830(0)? http://localhost:3000/575cada5e13d02d149b52547b591fea09bb716d2.js?meteor_js_resource=true:23:5400
1| I20171010-17:56:35.830(0)? r@http://localhost:3000/575cada5e13d02d149b52547b591fea09bb716d2.js?meteor_js_resource=true:23:8457
1| I20171010-17:56:35.831(0)? run@http://localhost:3000/575cada5e13d02d149b52547b591fea09bb716d2.js?meteor_js_resource=true:17:252493
1| I20171010-17:56:35.831(0)? c@http://localhost:3000/575cada5e13d02d149b52547b591fea09bb716d2.js?meteor_js_resource=true:17:251995
1| I20171010-17:56:35.832(0)?
1| I20171010-17:56:35.833(0)?
1| I20171010-17:56:35.833(0)?
1| I20171010-17:56:36.323(0)? All client and server tests finished!
1| I20171010-17:56:36.324(0)?
1| I20171010-17:56:36.325(0)? --------------------------------
1| I20171010-17:56:36.325(0)? SERVER FAILURES: 1
1| I20171010-17:56:36.326(0)? CLIENT FAILURES: 1
1| I20171010-17:56:36.327(0)? --------------------------------
dynamic-import: dynamic import(...) with cache ...
... fail!
... retrying (2 tries remaining) ...
... fail!
... retrying (1 try remaining) ...
... fail!
=> no-match at ../../../tools/tool-testing/selftest.js:68
=> Pattern: SERVER FAILURES: 0
=> Last 100 lines:
1| ✓ mutual dynamic imports0)?
1| ✓ imports from lazy packages
1| 1) gives dynamic modules access to package variables
1| ✓ works with module.prefetch(id)m
1| ✓ can import module.exports = {...}-style modules
1| ✓ should work for package names containing colons
1| I20171010-18:00:18.947(0)?
1| I20171010-18:00:18.948(0)?
1| I20171010-18:00:18.949(0)? 11 passing (206ms)
1| I20171010-18:00:18.950(0)? 1 failing
1| I20171010-18:00:18.950(0)?
1| I20171010-18:00:18.951(0)? 1) dynamic import(...) gives dynamic modules access to package variables:
1| I20171010-18:00:18.952(0)?
1| I20171010-18:00:18.952(0)? AssertionError: { '/node_modules/meteor/helper-package/dynamic/a.js': true,
1| I20171010-18:00:18.952(0)? '/node_modules/meteor/helper-package/dynamic/b.coffee': true } deepEqual { '/node_modules/meteor/helper-package/dynamic/a.js': true,
1| I20171010-18:00:18.953(0)? '/node_modules/meteor/helper-package/dynamic/b.coffee.js': true }
1| I20171010-18:00:18.953(0)? + expected - actual
1| I20171010-18:00:18.954(0)?
1| I20171010-18:00:18.954(0)? {
1| I20171010-18:00:18.955(0)? "/node_modules/meteor/helper-package/dynamic/a.js": true
1| I20171010-18:00:18.956(0)? - "/node_modules/meteor/helper-package/dynamic/b.coffee": true
1| I20171010-18:00:18.956(0)? + "/node_modules/meteor/helper-package/dynamic/b.coffee.js": true
1| I20171010-18:00:18.957(0)? }
1| I20171010-18:00:18.957(0)?
1| I20171010-18:00:18.957(0)? at assertDeepEqual (tests.js:10:10)
1| I20171010-18:00:18.958(0)? at Test._callee$ (tests.js:148:5)
1| I20171010-18:00:18.958(0)? at tryCatch (/tmp/mt-1e32dgq/home/dynamic-import-test-app-cache/node_modules/regenerator-runtime/runtime.js:65:40)
1| I20171010-18:00:18.959(0)? at GeneratorFunctionPrototype.invoke [as _invoke] (/tmp/mt-1e32dgq/home/dynamic-import-test-app-cache/node_modules/regenerator-runtime/runtime.js:299:22)
1| I20171010-18:00:18.959(0)? at GeneratorFunctionPrototype.prototype.(anonymous function) [as next] (/tmp/mt-1e32dgq/home/dynamic-import-test-app-cache/node_modules/regenerator-runtime/runtime.js:117:21)
1| I20171010-18:00:18.960(0)? at tryCatch (/tmp/mt-1e32dgq/home/dynamic-import-test-app-cache/node_modules/regenerator-runtime/runtime.js:65:40)
1| I20171010-18:00:18.960(0)? at invoke (/tmp/mt-1e32dgq/home/dynamic-import-test-app-cache/node_modules/regenerator-runtime/runtime.js:155:20)
1| I20171010-18:00:18.960(0)? at /tmp/mt-1e32dgq/home/dynamic-import-test-app-cache/node_modules/regenerator-runtime/runtime.js:165:13
1| I20171010-18:00:18.961(0)? at /tmp/mt-1e32dgq/home/dynamic-import-test-app-cache/.meteor/local/isopacks/promise/npm/node_modules/meteor-promise/fiber_pool.js:43:39
1| I20171010-18:00:18.963(0)?
1| I20171010-18:00:18.963(0)?
1| I20171010-18:00:18.963(0)?
1| I20171010-18:00:18.964(0)?
1| I20171010-18:00:18.965(0)? --------------------------------
1| I20171010-18:00:18.965(0)? ----- RUNNING CLIENT TESTS -----
1| I20171010-18:00:18.966(0)? --------------------------------
1| I20171010-18:00:18.966(0)?
1| I20171010-18:00:19.219(0)?
1| I20171010-18:00:19.219(0)?
1| I20171010-18:00:19.225(0)? dynamic import(...)
1| I20171010-18:00:19.244(0)? ✓ cleared the IndexedDB cache
1| I20171010-18:00:19.294(0)? ✓ import same module both statically and dynamically (47ms)
1| I20171010-18:00:19.307(0)? ✓ import builtin stub dynamically
1| I20171010-18:00:19.317(0)? ✓ static package.json, static package
1| I20171010-18:00:19.327(0)? ✓ static package.json, dynamic package
1| I20171010-18:00:19.334(0)? ✓ dynamic package.json, static package
1| I20171010-18:00:19.367(0)? ✓ dynamic package.json, dynamic package
1| I20171010-18:00:19.380(0)? ✓ mutual dynamic imports
1| I20171010-18:00:19.394(0)? ✓ imports from lazy packages
1| I20171010-18:00:19.410(0)? 1) gives dynamic modules access to package variables
1| I20171010-18:00:19.414(0)? ✓ works with module.prefetch(id)
1| I20171010-18:00:19.424(0)? ✓ can import module.exports = {...}-style modules
1| I20171010-18:00:19.426(0)? ✓ should work for package names containing colons
1| I20171010-18:00:19.428(0)?
1| I20171010-18:00:19.428(0)?
1| I20171010-18:00:19.429(0)? 12 passing (210ms)
1| I20171010-18:00:19.429(0)? 1 failing
1| I20171010-18:00:19.430(0)?
1| I20171010-18:00:19.432(0)? 1) dynamic import(...) gives dynamic modules access to package variables:
1| I20171010-18:00:19.432(0)?
1| I20171010-18:00:19.433(0)? { '/node_modules/meteor/helper-package/dynamic/a.js': true,
1| I20171010-18:00:19.433(0)? '/node_modules/meteor/helper-package/dynamic/b.coffee': true } deepEqual { '/node_modules/meteor/helper-package/dynamic/a.js': true,
1| I20171010-18:00:19.434(0)? '/node_modules/meteor/helper-package/dynamic/b.coffee.js': true }
1| I20171010-18:00:19.434(0)? + expected - actual
1| I20171010-18:00:19.434(0)?
1| I20171010-18:00:19.435(0)? {
1| I20171010-18:00:19.435(0)? "/node_modules/meteor/helper-package/dynamic/a.js": true
1| I20171010-18:00:19.436(0)? - "/node_modules/meteor/helper-package/dynamic/b.coffee": true
1| I20171010-18:00:19.436(0)? + "/node_modules/meteor/helper-package/dynamic/b.coffee.js": true
1| I20171010-18:00:19.437(0)? }
1| I20171010-18:00:19.437(0)?
1| I20171010-18:00:19.438(0)? h@http://localhost:3000/f1859052b965bb846389b2e5ca0c11feadd4abb6.js?meteor_js_resource=true:17:229547
1| I20171010-18:00:19.438(0)? e@http://localhost:3000/f1859052b965bb846389b2e5ca0c11feadd4abb6.js?meteor_js_resource=true:17:232358
1| I20171010-18:00:19.439(0)? r@http://localhost:3000/f1859052b965bb846389b2e5ca0c11feadd4abb6.js?meteor_js_resource=true:129:1046
1| I20171010-18:00:19.439(0)? c@http://localhost:3000/f1859052b965bb846389b2e5ca0c11feadd4abb6.js?meteor_js_resource=true:129:5705
1| I20171010-18:00:19.439(0)? r@http://localhost:3000/f1859052b965bb846389b2e5ca0c11feadd4abb6.js?meteor_js_resource=true:17:25791
1| I20171010-18:00:19.440(0)? s@http://localhost:3000/f1859052b965bb846389b2e5ca0c11feadd4abb6.js?meteor_js_resource=true:17:26835
1| I20171010-18:00:19.440(0)? http://localhost:3000/f1859052b965bb846389b2e5ca0c11feadd4abb6.js?meteor_js_resource=true:17:25973
1| I20171010-18:00:19.441(0)? r@http://localhost:3000/f1859052b965bb846389b2e5ca0c11feadd4abb6.js?meteor_js_resource=true:17:25791
1| I20171010-18:00:19.441(0)? t@http://localhost:3000/f1859052b965bb846389b2e5ca0c11feadd4abb6.js?meteor_js_resource=true:17:26023
1| I20171010-18:00:19.442(0)? http://localhost:3000/f1859052b965bb846389b2e5ca0c11feadd4abb6.js?meteor_js_resource=true:17:26172
1| I20171010-18:00:19.442(0)? http://localhost:3000/f1859052b965bb846389b2e5ca0c11feadd4abb6.js?meteor_js_resource=true:1:21753
1| I20171010-18:00:19.443(0)? i@http://localhost:3000/f1859052b965bb846389b2e5ca0c11feadd4abb6.js?meteor_js_resource=true:23:4685
1| I20171010-18:00:19.444(0)? http://localhost:3000/f1859052b965bb846389b2e5ca0c11feadd4abb6.js?meteor_js_resource=true:23:5400
1| I20171010-18:00:19.444(0)? r@http://localhost:3000/f1859052b965bb846389b2e5ca0c11feadd4abb6.js?meteor_js_resource=true:23:8457
1| I20171010-18:00:19.445(0)? run@http://localhost:3000/f1859052b965bb846389b2e5ca0c11feadd4abb6.js?meteor_js_resource=true:17:252493
1| I20171010-18:00:19.446(0)? c@http://localhost:3000/f1859052b965bb846389b2e5ca0c11feadd4abb6.js?meteor_js_resource=true:17:251995
1| I20171010-18:00:19.446(0)?
1| I20171010-18:00:19.447(0)?
1| I20171010-18:00:19.448(0)?
1| I20171010-18:00:19.897(0)? All client and server tests finished!
1| I20171010-18:00:19.898(0)?
1| I20171010-18:00:19.899(0)? --------------------------------
1| I20171010-18:00:19.900(0)? SERVER FAILURES: 1
1| I20171010-18:00:19.900(0)? CLIENT FAILURES: 1
1| I20171010-18:00:19.901(0)? --------------------------------
help: help ...
... ok (23955 ms)
hot-code-push: css hot code push ...
running test with 1 client(s).
testing with phantomjs...
... ok (60474 ms)
hot-code-push: versioning hot code push ...
running test with 1 client(s).
testing with phantomjs...
... ok (42377 ms)
js-analyze: findAssignedGlobals ...
... ok (165 ms)
Skipped 105 tests in other files
Skipped 5 galaxy tests (galaxy-specific test testing galaxy integration)
Skipped 12 slow tests (take quite a long time; use --slow to include)
3 failures:
- dynamic-import: dynamic import(...) in development
- dynamic-import: dynamic import(...) in production
- dynamic-import: dynamic import(...) with cache
Exited with code 1
linter-plugins: linter plugins - linting app with local packages ...
... ok (55539 ms)
linter-plugins: linter plugins - linting app with local packages with `meteor
lint` ...
... ok (39070 ms)
linter-plugins: linter plugins - linting package with `meteor lint` ...
... ok (35612 ms)
linter-plugins: linter plugins - running with --no-lint ...
... ok (42415 ms)
linter-plugins: linter plugins - lint package on `meteor publish` ...
... ok (34229 ms)
login: login ...
... ok (49152 ms)
login: login on deploy ...
... ok (24698 ms)
meteor-ignore: .meteorignore ...
... ok (70033 ms)
meteor-script-link-tests: linking to meteor script works correctly on Windows
...
... ok (725 ms)
meteor-script-link-tests: linking to meteor script works correctly on Windows
not absolute ...
... ok (0 ms)
modules: modules - test app ...
... fail!
... retrying (2 tries remaining) ...
... fail!
... retrying (1 try remaining) ...
... fail!
=> no-match at ../../../tools/tool-testing/selftest.js:68
=> Pattern: SERVER FAILURES: 0
=> Last 100 lines:
1| I20171010-17:55:53.771(0)? 1) app modules are eagerly evaluated if outside imports/:
1| I20171010-17:55:53.773(0)? AssertionError: undefined === 'eager coffee'
1| I20171010-17:55:53.773(0)? at Test.<anonymous> (tests.js:37:12)
1| I20171010-17:55:53.775(0)? at run (packages/practicalmeteor:mocha-core/server.js:34:29)
1| I20171010-17:55:53.776(0)?
1| I20171010-17:55:53.777(0)?
1| I20171010-17:55:53.778(0)?
1| I20171010-17:55:53.779(0)?
1| I20171010-17:55:53.780(0)? --------------------------------
1| I20171010-17:55:53.780(0)? ----- RUNNING CLIENT TESTS -----
1| I20171010-17:55:53.781(0)? --------------------------------
1| I20171010-17:55:53.782(0)?
1| I20171010-17:55:54.455(0)?
1| I20171010-17:55:54.456(0)?
1| I20171010-17:55:54.478(0)? app modules
1| I20171010-17:55:54.479(0)? ✓ can be imported using absolute identifiers
1| I20171010-17:55:54.480(0)? ✓ can have different file extensions
1| I20171010-17:55:54.480(0)? 1) are eagerly evaluated if outside imports/
1| I20171010-17:55:54.679(0)? ✓ are lazily evaluated if inside imports/ (204ms)
1| I20171010-17:55:54.685(0)? ✓ cannot import server modules on client
1| I20171010-17:55:54.686(0)? ✓ cannot import client modules on server
1| I20171010-17:55:54.687(0)? ✓ should not be parsed in strictMode
1| I20171010-17:55:54.708(0)? ✓ should have access to filename and dirname
1| I20171010-17:55:54.708(0)? ✓ can be implemented by directories
1| I20171010-17:55:54.709(0)?
1| I20171010-17:55:54.709(0)? template modules
1| I20171010-17:55:54.710(0)? ✓ should be importable on the client
1| I20171010-17:55:54.711(0)?
1| I20171010-17:55:54.712(0)? css modules
1| I20171010-17:55:54.712(0)? ✓ should be loaded eagerly unless lazy
1| I20171010-17:55:54.713(0)? ✓ should be importable by an app
1| I20171010-17:55:54.719(0)? ✓ should be importable by a package
1| I20171010-17:55:54.720(0)?
1| I20171010-17:55:54.720(0)? native node_modules
1| I20171010-17:55:54.721(0)? ✓ are imported as stubs on the client
1| I20171010-17:55:54.722(0)? ✓ can be overridden on the client
1| I20171010-17:55:54.730(0)? ✓ can be implemented by wrapper npm packages
1| I20171010-17:55:54.791(0)? ✓ can all be imported (60ms)
1| I20171010-17:55:54.795(0)? ✓ should return Module from require("module")
1| I20171010-17:55:54.798(0)?
1| I20171010-17:55:54.800(0)? local node_modules
1| I20171010-17:55:54.804(0)? ✓ should be importable
1| I20171010-17:55:54.807(0)? ✓ can be imported using absolute identifiers
1| I20171010-17:55:54.809(0)? ✓ should be importable by packages
1| I20171010-17:55:54.811(0)? ✓ should expose "version" field of package.json
1| I20171010-17:55:54.812(0)?
1| I20171010-17:55:54.813(0)? Meteor packages
1| I20171010-17:55:54.814(0)? ✓ api.export should create named exports
1| I20171010-17:55:54.814(0)? ✓ should be importable
1| I20171010-17:55:54.815(0)? ✓ can be local
1| I20171010-17:55:54.816(0)? ✓ should expose their files for import
1| I20171010-17:55:54.817(0)? ✓ should only include lazy files if platform uses modules
1| I20171010-17:55:54.817(0)? ✓ can define complex compiler plugins
1| I20171010-17:55:54.818(0)?
1| I20171010-17:55:54.819(0)? ecmascript miscellany
1| I20171010-17:55:54.819(0)? ✓ JSX should work in .js files on both client and server
1| I20171010-17:55:54.830(0)? ✓ async functions should work on the client and server
1| I20171010-17:55:54.834(0)? ✓ rest paramters in inner arrow functions (#6312)
1| I20171010-17:55:54.835(0)? ✓ rest parameters in property arrow functions (#6514)
1| I20171010-17:55:54.837(0)? ✓ .babelrc "env" should be respected
1| I20171010-17:55:54.838(0)?
1| I20171010-17:55:54.839(0)? client/compatibility directories
1| I20171010-17:55:54.840(0)? ✓ should contain bare files
1| I20171010-17:55:54.844(0)?
1| I20171010-17:55:54.845(0)? .es5.js files
1| I20171010-17:55:54.847(0)? ✓ should not be transpiled
1| I20171010-17:55:54.849(0)?
1| I20171010-17:55:54.851(0)? return statements at top level
1| I20171010-17:55:54.854(0)? ✓ should be legal
1| I20171010-17:55:54.855(0)?
1| I20171010-17:55:54.856(0)? circular package.json resolution chains
1| I20171010-17:55:54.857(0)? ✓ should be broken appropriately
1| I20171010-17:55:54.858(0)?
1| I20171010-17:55:54.859(0)?
1| I20171010-17:55:54.860(0)? 36 passing (393ms)
1| I20171010-17:55:54.861(0)? 1 failing
1| I20171010-17:55:54.861(0)?
1| I20171010-17:55:54.862(0)? 1) app modules are eagerly evaluated if outside imports/:
1| I20171010-17:55:54.862(0)? undefined === 'eager coffee'
1| I20171010-17:55:54.863(0)? fail@http://localhost:3000/packages/modules.js?hash=b496592a0d044aeb2785a2cab10eef04a9313ee5:11226:5
1| I20171010-17:55:54.863(0)? strictEqual@http://localhost:3000/packages/modules.js?hash=b496592a0d044aeb2785a2cab10eef04a9313ee5:11410:9
1| I20171010-17:55:54.864(0)? http://localhost:3000/app/app.js?hash=04cebb794f90f8223b206ccf1ead0f0b072a89c5:394:23
1| I20171010-17:55:54.865(0)? callFn@http://localhost:3000/packages/practicalmeteor_mocha-core.js?hash=c2f5c7ceafc598adb66e230a9cf65663fbfa75a9:4344:25
1| I20171010-17:55:54.865(0)? run@http://localhost:3000/packages/practicalmeteor_mocha-core.js?hash=c2f5c7ceafc598adb66e230a9cf65663fbfa75a9:4337:13
1| I20171010-17:55:54.866(0)? runTest@http://localhost:3000/packages/practicalmeteor_mocha-core.js?hash=c2f5c7ceafc598adb66e230a9cf65663fbfa75a9:4807:13
1| I20171010-17:55:54.867(0)? http://localhost:3000/packages/practicalmeteor_mocha-core.js?hash=c2f5c7ceafc598adb66e230a9cf65663fbfa75a9:4918:19
1| I20171010-17:55:54.867(0)? next@http://localhost:3000/packages/practicalmeteor_mocha-core.js?hash=c2f5c7ceafc598adb66e230a9cf65663fbfa75a9:4727:16
1| I20171010-17:55:54.868(0)? http://localhost:3000/packages/practicalmeteor_mocha-core.js?hash=c2f5c7ceafc598adb66e230a9cf65663fbfa75a9:4737:11
1| I20171010-17:55:54.869(0)? next@http://localhost:3000/packages/practicalmeteor_mocha-core.js?hash=c2f5c7ceafc598adb66e230a9cf65663fbfa75a9:4669:16
1| I20171010-17:55:54.870(0)? http://localhost:3000/packages/practicalmeteor_mocha-core.js?hash=c2f5c7ceafc598adb66e230a9cf65663fbfa75a9:4705:9
1| I20171010-17:55:54.870(0)? timeslice@http://localhost:3000/packages/practicalmeteor_mocha-core.js?hash=c2f5c7ceafc598adb66e230a9cf65663fbfa75a9:12673:27
1| I20171010-17:55:54.871(0)?
1| I20171010-17:55:54.871(0)?
1| I20171010-17:55:54.872(0)?
1| I20171010-17:55:55.348(0)? All client and server tests finished!
1| I20171010-17:55:55.348(0)?
1| I20171010-17:55:55.349(0)? --------------------------------
1| I20171010-17:55:55.350(0)? SERVER FAILURES: 1
1| I20171010-17:55:55.350(0)? CLIENT FAILURES: 1
1| I20171010-17:55:55.351(0)? --------------------------------
modules: modules - unimported lazy files ...
... ok (42953 ms)
modules: modules - import chain for packages ...
... ok (41171 ms)
mongo: meteor mongo ...
... ok (47723 ms)
mongo: meteor mongo in unicode dir ...
... ok (46923 ms)
mongo: mongo with multiple --port numbers (#7563) ...
... ok (92515 ms)
npm: npm ...
... ok (43602 ms)
npm: npm - install - messages - error installing package ...
... ok (1286 ms)
npm: npm - install - messages - npm doesn't exist ...
... ok (857 ms)
npm: npm - install - messages - npm version doesn't exist ...
... ok (878 ms)
old: bundler-assets ...
... ok (78348 ms)
old: bundler-options ...
... ok (34865 ms)
organizations: organizations - logged out ...
... ok (8241 ms)
Skipped 108 tests in other files
Skipped 3 excluded tests
Skipped 3 slow tests (take quite a long time; use --slow to include)
1 failure:
- modules: modules - test app
Exited with code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment