Skip to content

Node: Add CI support for server modules#2472

Merged
acarbonetto merged 17 commits intorelease-1.2from
node/tjz-modulesci
Oct 18, 2024
Merged

Node: Add CI support for server modules#2472
acarbonetto merged 17 commits intorelease-1.2from
node/tjz-modulesci

Conversation

@tjzhang-BQ
Copy link
Copy Markdown
Contributor

@tjzhang-BQ tjzhang-BQ commented Oct 17, 2024

Issue link

This Pull Request is linked to issue (URL): [#2431]

Checklist

Before submitting the PR make sure the following are checked:

  • This Pull Request is related to one issue.
  • Commit message has a detailed description of what changed and why.
  • Tests are added or updated.
  • CHANGELOG.md and documentation files are updated.
  • Destination branch is correct - main or release
  • Commits will be squashed upon merging.

@tjzhang-BQ tjzhang-BQ added the node 🐢 Node.js wrapper label Oct 17, 2024
@tjzhang-BQ tjzhang-BQ marked this pull request as ready for review October 17, 2024 18:44
@tjzhang-BQ tjzhang-BQ requested a review from a team as a code owner October 17, 2024 18:44
@Yury-Fridlyand
Copy link
Copy Markdown

Please add changelog and apply my comments from #2427

Signed-off-by: TJ Zhang <tj.zhang@improving.com>
Signed-off-by: TJ Zhang <tj.zhang@improving.com>
Signed-off-by: TJ Zhang <tj.zhang@improving.com>
Signed-off-by: TJ Zhang <tj.zhang@improving.com>
Signed-off-by: TJ Zhang <tj.zhang@improving.com>
Signed-off-by: TJ Zhang <tj.zhang@improving.com>
Signed-off-by: TJ Zhang <tj.zhang@improving.com>
Signed-off-by: TJ Zhang <tj.zhang@improving.com>
Signed-off-by: TJ Zhang <tj.zhang@improving.com>
Signed-off-by: TJ Zhang <tj.zhang@improving.com>
acarbonetto added a commit that referenced this pull request Oct 17, 2024
Signed-off-by: Andrew Carbonetto <andrew.carbonetto@improving.com>
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
Signed-off-by: Chloe <chloe.yip@improving.com>
port,
})),
protocol,
useTLS: parseCommandLineArgs()["tls"] == "true",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

ok - this will work - not sure why we don't check addresses here too, rather than getting command-line parameters in each test separately.

Will clean this up in a follow-up PR

@acarbonetto acarbonetto merged commit fa12563 into release-1.2 Oct 18, 2024
@acarbonetto acarbonetto deleted the node/tjz-modulesci branch October 18, 2024 15:38
@Yury-Fridlyand Yury-Fridlyand linked an issue Oct 18, 2024 that may be closed by this pull request
2 tasks
avifenesh pushed a commit to avifenesh/valkey-glide that referenced this pull request Oct 21, 2024
* Node: add server modules CI support

---------

Signed-off-by: TJ Zhang <tj.zhang@improving.com>
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
Signed-off-by: Chloe <chloe.yip@improving.com>
Co-authored-by: TJ Zhang <tj.zhang@improving.com>
Co-authored-by: Yury-Fridlyand <yury.fridlyand@improving.com>
Co-authored-by: Chloe <chloe.yip@improving.com>
@Yury-Fridlyand Yury-Fridlyand mentioned this pull request Oct 21, 2024
6 tasks
avifenesh pushed a commit to avifenesh/valkey-glide that referenced this pull request Oct 21, 2024
* Node: add server modules CI support

---------

Signed-off-by: TJ Zhang <tj.zhang@improving.com>
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
Signed-off-by: Chloe <chloe.yip@improving.com>
Co-authored-by: TJ Zhang <tj.zhang@improving.com>
Co-authored-by: Yury-Fridlyand <yury.fridlyand@improving.com>
Co-authored-by: Chloe <chloe.yip@improving.com>
mo-amzn pushed a commit to mo-amzn/valkey-glide that referenced this pull request Oct 22, 2024
* Node: add server modules CI support

---------

Signed-off-by: TJ Zhang <tj.zhang@improving.com>
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
Signed-off-by: Chloe <chloe.yip@improving.com>
Co-authored-by: TJ Zhang <tj.zhang@improving.com>
Co-authored-by: Yury-Fridlyand <yury.fridlyand@improving.com>
Co-authored-by: Chloe <chloe.yip@improving.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

node 🐢 Node.js wrapper

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Node: add module testing CI

4 participants