◐ Shell
reader mode source ↗
Skip to content

Fix YugabyteDB CI by adding ysql_yb_enable_listen_notify flag#1345

Open
tlmorgan24 wants to merge 2 commits into
mainfrom
fix/yugabyte-ci
Open

Fix YugabyteDB CI by adding ysql_yb_enable_listen_notify flag#1345
tlmorgan24 wants to merge 2 commits into
mainfrom
fix/yugabyte-ci

Conversation

@tlmorgan24

Copy link
Copy Markdown
Collaborator

Summary

The YugabyteDB CI job was failing because SQLancer generates LISTEN, NOTIFY, and UNLISTEN statements, but YugabyteDB has this feature disabled by default. This caused an AssertionError each time one of these statements was executed, terminating the test run.

The fix enables the ysql_yb_enable_listen_notify runtime flag on both the tserver and master when starting YugabyteDB in CI, allowing these statements to execute as intended.

Changes

  • .github/workflows/main.yml: Pass --tserver_flags and --master_flags to yugabyted start to enable ysql_yb_enable_listen_notify

@tlmorgan24 tlmorgan24 requested a review from mrigger June 19, 2026 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants