Skip to content

Strip whitespace when checking query results in TAP tests #8048

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

svenklemm
Copy link
Member

@svenklemm svenklemm commented May 3, 2025

Disable-check: force-changelog-file

Copy link

github-actions bot commented May 3, 2025

@mkindahl, @fabriziomello: please review this pull request.

Powered by pull-review

@svenklemm svenklemm force-pushed the sven/tap_whitespace branch 6 times, most recently from 29595f5 to 8e0dc4a Compare May 3, 2025 12:45
@svenklemm
Copy link
Member Author

Fix for whitespace related TAP failures, e.g. https://github.com/timescale/timescaledb/actions/runs/14805376804/job/41572671580

@svenklemm svenklemm added the ci label May 3, 2025
@svenklemm svenklemm requested a review from a team May 3, 2025 13:44
@svenklemm svenklemm force-pushed the sven/tap_whitespace branch from 8e0dc4a to 4b3750c Compare May 3, 2025 17:05
@@ -97,10 +93,8 @@

# Begin txns in both sessions
$result = $s1->query_safe("BEGIN");
isnt($result, '', "session 1: begin");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why removing those isnt?? isn't it part of the necessary checks for this tap test?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants