mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-10 23:12:54 +00:00
Fix test_normal_work endpoint restart
This commit is contained in:
@@ -33,7 +33,7 @@ def check_tenant(
|
||||
endpoint.stop()
|
||||
log.info("compute stopped")
|
||||
|
||||
endpoint.start()
|
||||
endpoint.start(grpc=True)
|
||||
res_2 = endpoint.safe_psql("SELECT sum(key) FROM t")
|
||||
assert res_2[0] == (5000050000,)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user