File tree Expand file tree Collapse file tree 3 files changed +23
-13
lines changed
Expand file tree Collapse file tree 3 files changed +23
-13
lines changed Original file line number Diff line number Diff line change 2121 "test-all-versions" : " nx run-many -t test-all-versions" ,
2222 "test-services:start" : " docker compose -f ./test/docker-compose.yaml up -d --wait" ,
2323 "test-services:stop" : " docker compose -f ./test/docker-compose.yaml down" ,
24- "test:with-services-config " : " NODE_OPTIONS='-r dotenv/config' DOTENV_CONFIG_PATH=./test/test-services.env npm test" ,
24+ "test:with-services-env " : " cross-env NODE_OPTIONS='-r dotenv/config' DOTENV_CONFIG_PATH=./test/test-services.env npm test" ,
2525 "changelog" : " lerna-changelog" ,
2626 "lint" : " nx run-many -t lint && npm run lint:deps && npm run lint:readme && npm run lint:markdown && npm run lint:semconv-deps" ,
2727 "lint:fix" : " nx run-many -t lint:fix && npm run lint:markdown:fix" ,
4646 "devDependencies" : {
4747 "@typescript-eslint/eslint-plugin" : " 5.8.1" ,
4848 "@typescript-eslint/parser" : " 5.8.1" ,
49+ "cross-env" : " ^7.0.3" ,
4950 "eslint" : " 8.7.0" ,
5051 "eslint-config-airbnb-base" : " 15.0.0" ,
5152 "eslint-config-prettier" : " 8.8.0" ,
Original file line number Diff line number Diff line change 11RUN_CASSANDRA_TESTS = 1
2+ CASSANDRA_HOST = localhostç
3+
24RUN_MEMCACHED_TESTS = 1
5+ OPENTELEMETRY_MEMCACHED_HOST = localhost
6+ OPENTELEMETRY_MEMCACHED_PORT = 11211
7+
38RUN_MONGODB_TESTS = 1
4- RUN_MYSQL_TESTS = 1
5- RUN_MSSQL_TESTS = 1
6- RUN_ORACLEDB_TESTS = 1
7- RUN_POSTGRES_TESTS = 1
8- RUN_REDIS_TESTS = 1
9- RUN_RABBIT_TESTS = 1
10- CASSANDRA_HOST = localhost
119MONGODB_DB = opentelemetry-tests
1210MONGODB_HOST = 127.0.0.1
1311MONGODB_PORT = 27017
12+
13+ RUN_MSSQL_TESTS = 1
1414MSSQL_PASSWORD = mssql_passw0rd
15+
16+ RUN_MYSQL_TESTS = 1
1517MYSQL_DATABASE = otel_mysql_database
1618MYSQL_HOST = 127.0.0.1
1719MYSQL_PASSWORD = secret
1820MYSQL_ROOT_PASSWORD = rootpw
1921MYSQL_PORT = 33306
2022MYSQL_USER = otel
21- OPENTELEMETRY_MEMCACHED_HOST = localhost
22- OPENTELEMETRY_MEMCACHED_PORT = 11211
23- OPENTELEMETRY_REDIS_HOST = localhost
24- OPENTELEMETRY_REDIS_PORT = 6379
23+
24+ RUN_ORACLEDB_TESTS = 1
2525ORACLE_HOSTNAME = localhost
2626ORACLE_PORT = 1521
2727ORACLE_CONNECTSTRING = localhost:1521/freepdb1
2828ORACLE_USER = otel
2929ORACLE_PASSWORD = secret
3030ORACLE_SERVICENAME = FREEPDB1
31+
32+ RUN_POSTGRES_TESTS = 1
3133POSTGRES_DB = otel_pg_database
3234POSTGRES_HOST = localhost
3335POSTGRES_PORT = 54320
3436POSTGRES_USER = postgres
35- POSTGRES_PASSWORD = postgres
37+ POSTGRES_PASSWORD = postgres
38+
39+ RUN_REDIS_TESTS = 1
40+ OPENTELEMETRY_REDIS_HOST = localhost
41+ OPENTELEMETRY_REDIS_PORT = 6379
42+
43+ RUN_RABBIT_TESTS = 1
You can’t perform that action at this time.
0 commit comments