Skip to content
New issue

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

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

Already on GitHub? # to your account

TEST HARNESS CHANGES AND gitignore #184

Merged
merged 2 commits into from
Jan 29, 2025

Conversation

robe2
Copy link
Contributor

@robe2 robe2 commented Jan 25, 2025

  • Change to test against httpbin.org, if local httpbin not available
  • Add tests for new GUC feature
  • ignore .dll files

 - Change to test against httpbin.org, if local httpbin not available
 - Add tests for new GUC feature
 - ignore .dll files
FROM http_get(current_setting('http.server_host') || '/anything?foo=bar');
status | args | url | method
--------+------+-------------------------------------+--------
200 | bar | http://httpbin.org/anything?foo=bar | GET
Copy link
Owner

Choose a reason for hiding this comment

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

Uh no? The result isn't variable even though the request is.

@robe2 robe2 force-pushed the master-gucs-tests branch from a5a6f04 to 251ad8c Compare January 25, 2025 01:40
@pramsey pramsey merged commit 6813a2c into pramsey:master-gucs Jan 29, 2025
6 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants