1kasa commented on code in PR #795: URL: https://github.com/apache/incubator-seata-go/pull/795#discussion_r2019770391
########## pkg/saga/statemachine/store/db/db_test.go: ########## @@ -32,7 +32,7 @@ func prepareDB() { oncePrepareDB.Do(func() { var err error db, err = sql.Open("sqlite3", ":memory:") - query_, err := os.ReadFile("testdata/sql/saga/sqlite_init.sql") + query_, err := os.ReadFile("../../../../../testdata/sql/saga/sqlite_init.sql") Review Comment: Sorry, this is a modification I made to facilitate running local tests. I submitted it by mistake. I will modify it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org