Skip to content

Commit

Permalink
ci: right linux-server version
Browse files Browse the repository at this point in the history
  • Loading branch information
pahaz committed May 12, 2023
1 parent 7bb97d1 commit 5c11297
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion e2e_tests/run_docker_e2e_db_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,9 @@ def show_threading_state_if_required():
stop(tunnel)
wait_and_check_or_restart_if_required(tunnel)
show_threading_state_if_required()
logging.warning('EOF')

logging.info('RESULT POSTGRES: %r', res[0])
logging.info('RESULT MYSQL: %r', res[1])
logging.info('RESULT MONGO: %r', res[2])

assert res == (PG_EXPECT, MYSQL_EXPECT, MONGO_EXPECT)

0 comments on commit 5c11297

Please sign in to comment.