Skip to content

Commit cbcf46f

Browse files
authored
Merge pull request #104 from Geode-solutions/test/integration_add_more_tests
fix(Kill): stop webserver first
2 parents 6f1ce97 + b985044 commit cbcf46f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,3 @@ wslink==1.12.4
6161
yarl>=1
6262
# via aiohttp
6363

64-
opengeodeweb-microservice==1.*,>=1.0.6rc1

src/opengeodeweb_viewer/rpc/utils_protocols.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,8 @@ def __init__(self) -> None:
2020

2121
@exportRpc(utils_prefix + utils_schemas_dict["kill"]["rpc"])
2222
def kill(self) -> None:
23+
print(
24+
f"{self.utils_prefix + self.utils_schemas_dict['kill']['rpc']}", flush=True
25+
)
2326
print("Manual viewer kill, shutting down...", flush=True)
2427
os._exit(0)

0 commit comments

Comments
 (0)