-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: broken plugin tests on ci (#333)
* fix: rename tag to plugins * fix: add curr branch on workflow to test ci * fix(clickhouse): try different network config * ifx: revert fixed tags, to hit ci, one by one * chore: add a new temporary workflow for tests * fix: rename workflow * fix(bigtable-test): update tags for docker repo * fix: increase retry time duration * chore: remove plugins test from the curr branch * fix(kafka): change port, remove closing connection * fix(kafka): missing build tags * fix: tests for clickhouse, kafka and bigtable * fix: incorrect port allocation * chore: clean back unnecessary changes * fix: wrong bramch name * fix(bigtable): remove unused imports * fix(bigtable): remove string as error * chore: increase dockertest max wait to 5 mins * fix(couchdb): add single node config in test * fix(kafka): add healthcheck in test * fix(test): kafka and couchdb healthcheck * fix(couchdb): unreliable test * fix(superset): broken test Co-authored-by: Muhammad Abduh <[email protected]>
- Loading branch information
Showing
12 changed files
with
119 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ on: | |
push: | ||
branches: | ||
- main | ||
- fix-plugin-tests | ||
workflow_dispatch: | ||
|
||
jobs: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[couchdb] single_node=true | ||
|
||
[admins] | ||
meteor_test_user = -pbkdf2-5ab0d9d0d782edcd1353a0b058a4ea48618e363a,11726daaa26701e6ae8eccb6748f6abb,10 | ||
|
||
[chttpd_auth] | ||
secret = ba1f0b5979e7e969f603da7710f8d7bf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
//go:build integration | ||
// +build integration | ||
//go:build plugins | ||
// +build plugins | ||
|
||
package elastic_test | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
//go:build plugins | ||
// +build plugins | ||
|
||
package redshift_test | ||
|
||
import ( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
__pycache__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Flask-WTF flag for CSRF | ||
WTF_CSRF_ENABLED = False |
Oops, something went wrong.