1
0
mirror of synced 2026-01-07 09:05:45 -05:00
Commit Graph

24 Commits

Author SHA1 Message Date
Augustin
3feda06a14 ci_integration_test.sh: cut GITHUB_STEP_SUMMARY (#18895) 2022-11-03 14:54:32 +01:00
Denis Davydov
20bd923c63 fix source-acceptance-test build (#13485) 2022-06-10 10:11:49 +03:00
Brian Leonard
4d3e0418a4 Java integration test update (#13113)
* Get more java error messages

* Bolder result

* Debug file contents

* Just give an output message
2022-05-23 15:36:53 -07:00
Brian Leonard
e82e6fc0a2 Show integration test results on the Action Summary (#13072)
* Show summary on action results for failed test

* Write title and steps to log

* Log test

* Remove debugging

* Support python and java output

* Extra line break
2022-05-23 11:23:18 -07:00
Augustin
582baf3b68 gradle: create a separate sub build for all connectors (#11833) 2022-04-08 10:35:37 -07:00
LiRen Tu
679ce18042 🎉 Destination databricks: move driver downloading to gradle (#9995)
* Download jdbc driver in dockerfile

* Download jdbc driver in dockerfile

* Remove driver downloading from ci

* Update document

* Update public doc

* Download jdbc driver in gradle

* Clean up gradle file

* Clean up dockerfile

* Fix typo
2022-02-02 02:16:53 -08:00
Maksym Pavlenok
91eff1dffd 🐛 Source S3: Loading of files' metadata (#8252) 2022-02-02 00:49:18 +02:00
LiRen Tu
dfb7b8cd3f 🐞 Destination databricks: update jdbc driver to patch log4j (#7622)
* Download spark jdbc driver in build cmd

* Download jdbc driver in ci integration test

* Update comments

* Set up cloud sdk

* Add comments

* Download jdbc driver from databricks directly

* Update readme

* Use unzip command

* Install unzip for databricks

* Add databricks build status

* Close database

* Log more error information

* Close database when checking connection

* Update spec
2022-01-06 20:22:56 -08:00
oleh.zorenko
fdef48c760 Add info about skipped failed tests in /test command message (#8654)
* 7947 Add info about skipped/failed tests to github test message

* 7947 Update docs

* 7947 Add failed test to source stripe

* 7947 Move logic connected to skipped_failed_info info function

* 7947 Remove failed test from source stripe

* 7947 Remove test changes from source-stripe
2021-12-10 17:06:40 +02:00
Christophe Duong
c4620559d7 🎉 Refactor Normalization docker images and upgrade to use dbt 0.21.0 (#6959)
* Split normalization docker images for some connectors with specifics dependencies

* Regenerate (#7003)
2021-10-14 20:29:16 +02:00
Dmytro
ae63696d2b Asana source: Add oauth init flow parameters support (#6832) 2021-10-07 10:15:38 +03:00
Dmytro
7a6da86baa add coverage report (#6045)
Co-authored-by: Dmytro Rezchykov <dmitry.rezchykov@zazmic.com>
2021-09-15 10:50:07 +03:00
vovavovavovavova
aa9786df4e 🎉 Google Ads improvement: Support user-specified queries (#5302)
*Add google ads custom queries stream

*Display link to gradle scan on PR comment if test build failed
2021-09-10 09:17:16 +03:00
Christophe Duong
9038b5e98f Fix normalization integration tests in CI (#4910) 2021-07-27 10:48:36 +02:00
Sherif Nada
77b72dcf5b Revert "Revert "Merge branch 'master' of github.com:airbytehq/airbyte""
This reverts commit de66bf010d.
2021-03-23 15:12:01 -07:00
Sherif Nada
de66bf010d Revert "Merge branch 'master' of github.com:airbytehq/airbyte"
This reverts commit a3a27f2fa2, reversing
changes made to 5917feee28.
2021-03-23 15:09:44 -07:00
Christophe Duong
4bebeed60b Harmonize /test and /publish commands on github + Fix MySQL tests in CI (#2531)
* Harmonize /test and /publish commands on github

* Make normalization build on clean system without PyICU

see https://getdbt.slack.com/archives/C50NEBJGG/p1615803416053800?thread_ts=1615511262.026400&cid=C50NEBJGG

* Follow example from https://github.com/testcontainers/testcontainers-java/pull/2689 to modify MySQL container as root

* Add docs on new syntax for /test
2021-03-23 10:47:29 +01:00
Jared Rhizor
e2970933a6 remove old build status dashboard (#1713) 2021-01-19 10:40:44 -08:00
Jared Rhizor
1bd19d1bae put all integration test tasks under integrationTest (#1231)
* always re-run standardSourceTestPython

* rename and regroup to integrationTest

* add comment
2020-12-07 10:10:26 -08:00
jrhizor
7d83799271 hotfix: add logging and failure handling for build stat reporting 2020-12-04 09:16:21 -08:00
jrhizor
cdafce149f hotfix: use basic auth for stats 2020-12-04 08:55:27 -08:00
jrhizor
45197b498a hotfix: use ref instead of branch 2020-12-04 08:40:32 -08:00
Jared Rhizor
41c7e53062 report state to kvdb for master builds (#1197)
* write to kv bucket

* add secrets to github action
2020-12-04 08:27:58 -08:00
Jared Rhizor
b10d46cc05 add ability to launch all integration/standard tests from slash commands (#1169)
* add shopify singer

* temporarily run exchangerate on push

* depend on base singer docker output, not just base

* add static arg ref

* add integration test runner

* fmt

* add echos to show what is happening in script

* remove integration test and standard test building as part of main workflow

* remove empty integration test launcher script and re-enable checking for image existing

* format

* automatically run everything on master

* test running all on branch

* use list

* add required regex flag

* move inputs up to root of action

* move back to workflow dispath

* handle default value in non-dispatch workflows

* fix typo

* add exit 1 on failure to find connector

* add launcher

* make launcher executable

* add workflow launcher script
2020-12-03 15:05:50 -08:00