Skip to content

Commit a6d5653

Browse files
test: add fixture for agent script timings
1 parent 8f707cb commit a6d5653

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
INSERT INTO workspace_agent_sscript_timings (job_id, display_name, started_at, ended_at, exit_code)
2+
VALUES
3+
('f41f5fd1-2a4e-4e52-adad-aee36d2da506', 'Startup Script', NOW() - INTERVAL '1 hour 55 minutes', NOW() - INTERVAL '1 hour 50 minutes', 0);

0 commit comments

Comments
 (0)