Skip to content

Commit 4a11125

Browse files
authored
Drop server port input, upgrade all libraries, port global database installs to docker (#280)
* Drop server port input * Fix for fmt * Updates * Bump all dependencies * Try installing mongosh from apt-get directly * Fix jest configs * Fix jest configs * Pin nanoid * Try breaking out tests * Add yaml validation script * Fix ref * Fix naming * Split out credentialed database tests * More prepare * Fix scripts * Fixes * Increase timeout * Sync credential coverage * Drop odbc build from prepare_linux.sh * Work around -race * Fix for registering filter * Fix for bigquery * Adjust coverage for credential database test * Change order of install/build * Dont worry about os.remove failing? * Fail but not on windows * Fix for build * Fix for fmt * Add different yarn cache and go cache * Fix yaml * Start breaking out databases from global install * Fix for fmt * Port prometheus to docker * Fix prometheus test * Port cratedb and questdb * Port oracle and sqlserver * Port scylla tests * Bump scylla timeout * Port neo4j * Port elasticsearch * Fix for random typo * Fix for scylla * Fix scylla test * Elasticsearch tests passing * Bump all database run times * Rename credential in jest config * Fix for runCmd refactor * Fix for credential database * Add test steps for macos and windows * Port clickhouse and cockroachdb tests * Fixes for cockroach, sqlserver and clickhouse * Skip es tests on windows * win32 not windows * Port mongo * Limit windows tests * Handle running same image better * Add quotes * Port influx tests * Move odbc tests into sqlserver integration test, fix up odbc behavior * All go tools global * Add oracle alternative port test * macos/windows no race * Try a different connection string * Fix odbc for linux and get running locally * Fix for influx test * Debug coverage failing * go*.cov * Finalize
1 parent 80df02b commit 4a11125

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+4536
-3480
lines changed

.github/workflows/ee_pull_requests.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
name: Run ee tests
1+
name: Run EE tests
22

33
on:
44
pull_request:
55
branches: [main]
66

77
jobs:
8-
test:
8+
ee_linux_tests:
9+
name: "[EE] Linux Tests"
910
runs-on: ubuntu-latest
1011
defaults:
1112
run:
@@ -38,7 +39,8 @@ jobs:
3839
- run: ./scripts/require_copyright.sh
3940
- run: yarn test
4041

41-
macos:
42+
ee_macos_tests:
43+
name: "[EE] macOS Tests"
4244
runs-on: macos-latest
4345

4446
steps:
@@ -65,7 +67,8 @@ jobs:
6567
- run: yarn test
6668
working-directory: ee
6769

68-
windows:
70+
ee_windows_tests:
71+
name: "[EE] Windows Tests"
6972
runs-on: windows-latest
7073

7174
steps:

0 commit comments

Comments
 (0)