Update branch names for E2E tests workflow by HTHou · Pull Request #12 · apache/iotdb-client-nodejs · GitHub
Skip to content

Update branch names for E2E tests workflow#12

Merged
HTHou merged 4 commits into
developfrom
HTHou-patch-1
Jun 26, 2026
Merged

Update branch names for E2E tests workflow#12
HTHou merged 4 commits into
developfrom
HTHou-patch-1

Conversation

@HTHou

@HTHou HTHou commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

This pull request updates the branch filters for the end-to-end (E2E) test workflows to run on the develop branch instead of main. This ensures that E2E tests are triggered for pushes and pull requests targeting the develop branch.

Workflow configuration updates:

HTHou and others added 4 commits June 26, 2026 10:06
thrift@0.23 added a dependency on uuid@13, which is ESM-only
(type: "module"). The default ts-jest setup ignores node_modules
and loads it as CommonJS, causing 'Unexpected token export' and all
e2e suites failing to load. Allow .js transforms and stop ignoring
uuid so it is compiled to CommonJS.
The multi-device redirection test wrote all five devices with a bare
Date.now() timestamp. In a 3-node cluster the fast write loop could
assign the same millisecond to two devices; tree-model SELECT aligns
rows by timestamp, merging the colliding rows so the query returned 4
rows and the >= 5 assertion failed. Offset each timestamp by its loop
index so every device gets a distinct timestamp.
@HTHou HTHou merged commit 0855f1e into develop Jun 26, 2026
2 checks passed
@HTHou HTHou deleted the HTHou-patch-1 branch June 26, 2026 02:53
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