Skip to content

[RNDSTROPPY-74]: Shared pool for Postgres driver#44

Merged
Cianidos merged 4 commits intomainfrom
RNDSTROPPY-74
Feb 18, 2026
Merged

[RNDSTROPPY-74]: Shared pool for Postgres driver#44
Cianidos merged 4 commits intomainfrom
RNDSTROPPY-74

Conversation

@Cianidos
Copy link
Contributor

Description of Changes

  • Option between shared pool and connection per VU.
  • Fixed connection-per-VU bug which pollutes system with one-time connections.
  • Fixed helpers.ts issue with determining types.
  • __SQL_FILE moved to __ENV.SQL_FILE.
  • No more k6.d.ts file.
  • Added option to pass CLI arguments to k6.

stroppy run file.ts -- <k6 opts>... --tag K=V

Motivation and Context

Why is this change required?

How Has This Been Tested?

Describe tests or steps to verify.

Type of Changes

  • Bug fix
  • New feature
  • Documentation improvement
  • Refactoring
  • Other

Checklist

  • I have read the CONTRIBUTING.md
  • I have checked build and tests
  • I have updated documentation if needed

+ fix spamming connections

Closes RNDSTROPPY-74
__SQL_FILE => __ENV.SQL_FILE
fix 'no milliseconds on "undefined"'
fix config extractor

Closes RNDSTROPPY-74
@Cianidos Cianidos self-assigned this Feb 17, 2026
@Cianidos Cianidos added the enhancement New feature or request label Feb 17, 2026
@Cianidos Cianidos merged commit 2538c47 into main Feb 18, 2026
2 checks passed
@yaroher yaroher added the bug Something isn't working label Feb 18, 2026
@yaroher yaroher self-requested a review February 18, 2026 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants