neo
neo copied to clipboard
node: The behavior of the docker test is unpredictable
The behavior of the docker test appears to be unpredictable, as it has shown inconsistent results after being run on the same code multiple times - sometimes passing and sometimes failing without any discernible pattern, despite being tested over 60 times.
Originally posted by @Liaojinghui in https://github.com/neo-project/neo-node/issues/893#issuecomment-1468173808
Here is the github actions on my repo: https://github.com/Liaojinghui/neo-node/actions
I do not understand this. Sometime I also get random errors when compiling plugins.
For example:
> [48/49] RUN /opt/buildAllList_Plugins_3x.sh:
#0 0.395 GOING TO BUILD PLUGIN ApplicationLogs
#0 0.395
#0 0.396 GETTING PLUGIN NAME AS PARAMETER ApplicationLogs
#0 0.396 GOING TO PUBLISH...
#0 0.396
#0 0.569 MSBuild version 17.4.1+fedecea9d for .NET
#0 0.826 Determining projects to restore...
#0 1.570 Restored /opt/neoLib/src/Neo.Json/Neo.Json.csproj (in 46 ms).
#0 1.606 Restored /opt/neo-modules/neoLib/src/Neo/Neo.csproj (in 94 ms).
#0 1.606 Restored /opt/neo-modules/src/RpcServer/RpcServer.csproj (in 94 ms).
#0 1.606 Restored /opt/neo-modules/src/ApplicationLogs/ApplicationLogs.csproj (in 94 ms).
#0 1.769 /usr/share/dotnet/sdk/7.0.103/NuGet.targets(132,5): error : The file '/opt/neo-modules/neoLib/src/Neo.Json/obj/Neo.Json.csproj.nuget.g.targets' already exists. [/opt/neo-modules/src/ApplicationLogs/ApplicationLogs.csproj]
@Jim8y Still active?