Skip to content

Commit c44b03b

Browse files
committed
stash changes
1 parent f33eaa1 commit c44b03b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

src/fs_tree_manager/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ require (
1818
github.com/spf13/pflag v1.0.9 // indirect
1919
golang.org/x/net v0.41.0 // indirect
2020
golang.org/x/sys v0.33.0 // indirect
21-
golang.org/x/text v0.26.0 // indirect
21+
golang.org/x/text v0.30.0 // indirect
2222
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
2323
)

src/fs_tree_manager/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ golang.org/x/sys v0.33.0 h1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw=
4242
golang.org/x/sys v0.33.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
4343
golang.org/x/text v0.26.0 h1:P42AVeLghgTYr4+xUnTRKDMqpar+PtX7KWuNQL21L8M=
4444
golang.org/x/text v0.26.0/go.mod h1:QK15LZJUUQVJxhz7wXgxSy/CJaTFjd0G+YLonydOVQA=
45+
golang.org/x/text v0.30.0 h1:yznKA/E9zq54KzlzBEAWn1NXSQ8DIp/NYMy88xJjl4k=
46+
golang.org/x/text v0.30.0/go.mod h1:yDdHFIX9t+tORqspjENWgzaCVXgk0yYnYuSZ8UzzBVM=
4547
gonum.org/v1/gonum v0.16.0 h1:5+ul4Swaf3ESvrOnidPp4GZbzf0mxVQpDCYUQE7OJfk=
4648
gonum.org/v1/gonum v0.16.0/go.mod h1:fef3am4MQ93R2HHpKnLk4/Tbh/s0+wqD5nfa6Pnwy4E=
4749
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 h1:pFyd6EwwL2TqFf8emdthzeX+gZE1ElRq3iM8pui4KBY=

tests/ci/playwright-test.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,12 +198,17 @@ def run():
198198
# =========================================================================
199199
init_fs_tree_manager_config()
200200

201+
cxc_toolkit.exec.run_command(
202+
"go mod tidy",
203+
work_dir=f"{PUTER_ROOT}/src/fs_tree_manager",
204+
)
205+
201206
cxc_toolkit.exec.run_background(
202207
"go run server.go",
203208
work_dir=f"{PUTER_ROOT}/src/fs_tree_manager",
204209
log_path="/tmp/fs-tree-manager.log",
205210
)
206-
time.sleep(20)
211+
time.sleep(5)
207212

208213
# =========================================================================
209214
# run the test

0 commit comments

Comments
 (0)