mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 17:04:01 -04:00
Fixes https://github.com/elastic/kibana/issues/172500 PR resolves the issue by not re-throwing errors in GeoJsonVectorLayer and MvtVectorLayer syncData methods. Error state is stored in data request and displayed to users. Errors are thrown to stop the flow of execution for syncData. |
||
---|---|---|
.. | ||
common | ||
public | ||
server | ||
config.ts | ||
jest.config.js | ||
kibana.jsonc | ||
README.md | ||
tsconfig.json |
Maps
Visualize geo data from Elasticsearch or 3rd party geo-services.
Testing
Run all tests from the x-pack
root directory
- Unit tests:
yarn test:jest x-pack/plugins/maps --watch
- Functional tests:
- Run
node scripts/functional_tests_server
- Run
node ../scripts/functional_test_runner.js --config ./test/functional/apps/maps/group1/config.ts
- Run
node ../scripts/functional_test_runner.js --config ./test/functional/apps/maps/group2/config.ts
- Run
node ../scripts/functional_test_runner.js --config ./test/functional/apps/maps/group3/config.ts
- Run
node ../scripts/functional_test_runner.js --config ./test/functional/apps/maps/group4/config.ts
- Run