-
Notifications
You must be signed in to change notification settings - Fork 70
batches: Remote Mount #5 - src-cli #816
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
eseliger
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's go!!!11
| "github.com/sourcegraph/sourcegraph/lib/batches" | ||
| ) | ||
|
|
||
| func TestService_UploadBatchSpecWorkspaceFiles_Windows_Path(t *testing.T) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the fact that this test has to exist makes me sad 🙃
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lol, I had a dream about windows paths. This is the result
Part of #31792.
Dependent on sourcegraph#40932.
remotecommand uploads files specified in themountsection of astep. The files are upload via the files API.execentry command to accept the flagworkspaceFilesand to mount this directory when running DockerTest plan
Go Unit tests and functional testing. Running mounts locally also confirmed to still work.
Example
Screen.Recording.2022-09-21.at.19.39.11.mov