Alex Jeffreys

Results 10 comments of Alex Jeffreys

I can confirm that this has now been fixed with Google Cloud CLI version 413.0.0 https://issuetracker.google.com/issues/259295558 Google Issue Tracker

Yes, it does make a copy of the working directory project structure, and I suppose it could well be missing something. It usually copies over everything related to the project...

@SabotageAndi - thank you for taking a look at this, much appreciated. I'm not entirely sure how NCrunch works its magic here. Taking a look into each of the workspace/build...

> Great! My guess is that the original fix got dropped in the release process somehow. Probably old news, but this appears to have slipped from the 3.17 release too....

@OsirisTerje - 3.16.* is good, 3.15.5 is not. This [MR](https://github.com/nunit/nunit-console/pull/1214/files#diff-8c24b6b8ab740bca926f7c480d1feb8346c0b72d11f512e04a9587060d69de52R82) seems to comment out a line of code related to "InternalTrace.Initialize" It still seems to be commented out on [Main...

I can't pull a 3.15.3 release but I can confirm 3.15.4 and 3.15.5 creates InternalTrace.[num].log and nunit-agent_[num].log files, 3.16 doesn't. 3.17 does.

OK, so the InternalTrace.Initialize line was [removed in that PR](https://github.com/nunit/nunit-console/commit/80f67d0494f3d83eb0d664b10b2a3823ad7baaaf#diff-8c24b6b8ab740bca926f7c480d1feb8346c0b72d11f512e04a9587060d69de52L64), but it's [back in 3.17](https://github.com/nunit/nunit-console/blob/version317/src/NUnitEngine/nunit-agent/Program.cs#L66). And seems to be [commented out in Main](https://github.com/nunit/nunit-console/blob/main/src/NUnitEngine/agents/Program.cs#L84). _IF_ that's the root cause. It might...

This invalidates things like the instructions found here - https://cloud.google.com/artifact-registry/docs/docker/authentication#standalone-helper

These new beta versions and the "latest" tagged docker images on Dockerhub are showing as version 3.0.0 but there is no associated release or changelog for this. I'd say this...

Great news, well done and thank you!