You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Write a Log Package] segment_test.go Received unexpected error: open C:/Users/{user}/AppData/Local/Temp/segment-test2541372956/16.store: The system cannot find the path specified.
#33
Open
wtran29 opened this issue
Jan 17, 2024
· 0 comments
I looked into this directory and found the segment-test2541372956 file that is located in the temp folder. However, I do not understand why the directory is joined with the base offset 16.store to the path on page 38:
was the intention to store 16.store file in a folder called segment-test?
=== RUN TestSegment
segment_test.go:26:
Error Trace: C:/Projects/proglog/internal/log/segment_test.go:26
Error: Received unexpected error:
open C:/Users/willi/AppData/Local/Temp/segment-test3951777488/16.store: The system
cannot find the path specified.
Test: TestSegment
--- FAIL: TestSegment (0.00s)
The text was updated successfully, but these errors were encountered:
I looked into this directory and found the segment-test2541372956 file that is located in the temp folder. However, I do not understand why the directory is joined with the base offset 16.store to the path on page 38:
was the intention to store 16.store file in a folder called segment-test?
when trying to run the test, I am getting:
The text was updated successfully, but these errors were encountered: