Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions InfoLogger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- [Live mode against synthetic logs (thoroughly test Live mode)](#live-mode-against-synthetic-logs-thoroughly-test-live-mode)
- [Query against a local DB](#query-against-a-local-db)
- [Testing](#testing)
- [Integration tests (now run elsewhere)](#integration-tests-now-run-elsewhere)
- [Integration tests (live elsewhere)](#integration-tests-live-elsewhere)
- [CI](#ci)
- [infologger.yml](#infologgeryml)
- [release.yml](#releaseyml)
Expand Down Expand Up @@ -160,11 +160,11 @@ Requires [Docker Desktop](https://www.docker.com/products/docker-desktop/).
- Add or update the matching test when fixing a bug.
- `npm run eslint` - config in [eslint.config.js](eslint.config.js). Lint failures block CI.

### Integration tests (now run elsewhere)
### Integration tests (live elsewhere)

ILG integration tests live in the **system-configuration** repo and run in its pipeline against a pipeline ILG. They are **not** executed by this repo's CI. To run them locally, clone system-configuration and run `npx mocha ilg-main.js`.

> ⚠️ Files under [test/integration/](test/integration) here are a historical FLP-Suite copy, unmaintained for years. If you change behaviour covered by integration tests, update the system-configuration suite during the next ILG release.
> ⚠️ If you change behaviour covered by integration tests, update the system-configuration suite during the next ILG release.

## CI

Expand Down
3 changes: 1 addition & 2 deletions InfoLogger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"eslint": "./node_modules/.bin/eslint --config eslint.config.js lib/ public/",
"mocha": "mocha --exit $(find test -name 'mocha-*.js')",
"coverage": "npm run eslint && nyc npm run mocha",
"coverage-local": "nyc --reporter=lcov npm run mocha",
"integration-query-test": "mocha --exit --bail ./test/integration/ilg-query-tests.js -R min"
"coverage-local": "nyc --reporter=lcov npm run mocha"
},
"main": "index.js",
"dependencies": {
Expand Down
31 changes: 0 additions & 31 deletions InfoLogger/test/integration/config-provider.js

This file was deleted.

120 changes: 0 additions & 120 deletions InfoLogger/test/integration/ilg-query-tests.js

This file was deleted.