reuse built frontend in ci, merge compose files (#6674)

* reuse built frontend in ci, merge compose files

* pr comments

* added make create_db alias to create_database

* fixed lint

---------

Co-authored-by: Andrii Chubatiuk <wachy@Andriis-MBP-2.lan>
This commit is contained in:
Andrii Chubatiuk
2024-04-10 12:53:14 +03:00
committed by GitHub
parent 24dec192ee
commit 3f19534301
19 changed files with 339 additions and 308 deletions

View File

@@ -1,6 +1,7 @@
"""
Some test cases around the Glue catalog.
"""
from unittest import TestCase
import botocore

View File

@@ -1,6 +1,7 @@
"""
Some test cases for JSON api runner
"""
from unittest import TestCase
from urllib.parse import urlencode, urljoin

View File

@@ -1,6 +1,7 @@
"""
Some test cases for Trino.
"""
from unittest import TestCase
from unittest.mock import patch