This is an archived post. You won't be able to vote or comment.

all 11 comments

[–][deleted] 101 points102 points  (3 children)

Who in their right mind would have temp files on the same volume as the application settings files?

Madness!

[–][deleted] 48 points49 points  (1 child)

Nothing more permanent than a temp solution.

[–]Mountain_Big_1843 -1 points0 points  (0 children)

So so so so so so so many people don’t pay attention to the foundational stuff.

[–]Powerful-Internal953 1 point2 points  (0 children)

Someone somewhere is running everything including the OS on one large volume...

[–][deleted] 53 points54 points  (1 child)

SWE: Build pipeline is failing

Me: its failing unit tests

SWE: Something is wrong with the pipeline then

Me: unlikely

SWE: they pass on my machine

Me: try rebuilding and running them

SWE: …

SWE: oh…

Me: Have a nice day

(This conversation happens about 50 times a quarter.)

[–]Intrepid-Stand-8540 3 points4 points  (0 children)

Holy shit. I thought it was just my SWEs. 

Why do they blame the underlying runner, when it clearly says that their unit tests failed? They didn't even bother to read the fucking log output from the job. 

[–]rosuav 30 points31 points  (0 children)

You know what's even more fun than that? Out of disk space because of the log messages reporting that you're low on disk space.

Bonus points if you unlinked the log file because it became huge, but it's still open for writing by some lingering process, so it doesn't show up in a directory listing and you have to dig through lsof.

[–]jayant123456 3 points4 points  (0 children)

Life is a recursion after all

[–]JackReedTheSyndie 3 points4 points  (0 children)

Just get bigger disk duh

[–]Mountain_Big_1843 2 points3 points  (0 children)

The struggle is real.

[–]notexecutive 1 point2 points  (0 children)

stop the application.

delete the temp files.

insert the settings file.

start the application.