Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions interpreter/customlabels/integrationtests/node_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ func TestIntegration(t *testing.T) {
// so this passes, and also add a test for the latest v24 if latest
// is on v25 by then.
"latest",
"22.18.0",
"20.19.4",
"22.19.0",
"20.19.5",
} {
name := "node-" + nodeVersion
t.Run(name, func(t *testing.T) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ COPY *.js ./
# Expose ports for app and gdbserver
EXPOSE 80

# Start the application with gdbserver
# Start the application
CMD ["node", "index.js"]
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ parentPort.on('message', async ({ filePath, requestId, randomLabels }) => {
}
throw error;
}
const dur = myrand(0, 1000);

const dur = myrand(0, 1);
await cl.withLabels(() => mysleep(dur), "sleepDur", "" + dur);

const md = filePath.endsWith(".md");
Expand Down
3 changes: 3 additions & 0 deletions interpreter/nodev8/node_offsets_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions tools/complete_offsets.csv
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ v20.19.1,280,31,47,271,1152
v20.19.2,280,31,47,271,1152
v20.19.3,280,31,47,271,1152
v20.19.4,280,31,47,271,1152
v20.19.5,280,31,47,271,1152
v21.0.0,288,31,47,271,1032
v21.1.0,288,31,47,271,1032
v21.2.0,288,31,47,271,1032
Expand Down Expand Up @@ -72,6 +73,7 @@ v22.16.0,288,31,47,271,1152
v22.17.0,288,31,47,271,1152
v22.17.1,288,31,47,271,1152
v22.18.0,288,31,47,271,1152
v22.19.0,288,31,47,271,1152
v23.0.0,288,31,47,271,1152
v23.1.0,288,31,47,271,1152
v23.2.0,288,31,47,271,1152
Expand All @@ -96,3 +98,4 @@ v24.4.0,336,31,47,271,1160
v24.4.1,336,31,47,271,1160
v24.5.0,336,31,47,271,1160
v24.6.0,336,31,47,271,1160
v24.7.0,336,31,47,271,1160