Ian Denhardt
Ian Denhardt
Tests can fail when Actions runner ships an older Chrome than the ChromeDriver installed by Selenium
Is there an actionable task associated with this issue? Should we close it?
I'd rather not fix it this way; strict null checking is the sort of thing that has the potential to catch a lot of real bugs.
How much memory does the machine have? On smaller boxes we've had problems with things being OOM killed on startup. I'd hoped #3637 would hae fixed that, but maybe not....
Can you post the full build log? What happens if you run `./find-meteor-dev-bundle.sh`? Annoyingly, the build will not stop if that step fails; I made an attempt to #3385, but...
@tgupper, did you install meteor per https://docs.sandstorm.io/en/latest/install/#prerequisites ?
@tgupper can you post the *full* build log? sometimes things further back in the log can provide some insight.
Drat, I don't see anything obvious. It should be pulling node.h out of the meteor dev bundle. What does `./find-meteor-dev-bundle.sh` print? Does it point to a directory that contains a...
Have you tried running the build as a non-root user? Quoting tgupper (2022-09-29 04:30:28) > When I execute ./find-meteor-dev-bundle.sh, this is what I get: > user:~/sandstorm# ./find-meteor-dev-bundle.sh > Finding meteor-tool...
Discussed on IRC, but: it seems like there are two separate issues: 1. Sandstorm does not keep apps open just because the UI is open; actual traffic to the grain...
wrt. keeping the grain alive, I think we should just change the behavior so that keeping the grain open is enough; I think that was the original intent anyway. I'll...