We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
System.Runtime.Serialization.Formatters.Tests.BinaryFormatterTests.SerializeHugeObjectGraphs takes more than 20 minutes
System.Runtime.Serialization.Formatters.Tests.BinaryFormatterTests.SerializeHugeObjectGraphs
Running tests in /home/robox/j/workspace/dotnet_coreclr/master/jitstress/arm64_cross_checked_ubuntu16.04_corefx_baseline_tst_prtest/_/fx/bin/tests/System.Runtime.Serialization.Formatters.Tests/netcoreapp-Linux-Release-arm64 timeout --kill-after=30s 20m ./RunTests.sh /home/robox/j/workspace/dotnet_coreclr/master/jitstress/arm64_cross_checked_ubuntu16.04_corefx_baseline_tst_prtest/_/fx/bin/testhost/netcoreapp-Linux-Release-arm64 ./RunTests.sh: line 110: ulimit: core file size: cannot modify limit: Operation not permitted ----- start 11:22:35 =============== To repro directly: ===================================================== pushd . #!/usr/bin/env bash export COMPlus_TieredCompilation=0 chmod +x /home/robox/j/workspace/dotnet_coreclr/master/jitstress/arm64_cross_checked_ubuntu16.04_corefx_baseline_tst_prtest/_/fx/bin/testhost/netcoreapp-Linux-Release-arm64/dotnet /home/robox/j/workspace/dotnet_coreclr/master/jitstress/arm64_cross_checked_ubuntu16.04_corefx_baseline_tst_prtest/_/fx/bin/testhost/netcoreapp-Linux-Release-arm64/dotnet xunit.console.dll System.Runtime.Serialization.Formatters.Tests.dll -xml testResults.xml -notrait category=nonnetcoreapptests -notrait category=nonlinuxtests -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing popd =========================================================================================================== ~/j/workspace/dotnet_coreclr/master/jitstress/arm64_cross_checked_ubuntu16.04_corefx_baseline_tst_prtest/_/fx/bin/tests/System.Runtime.Serialization.Formatters.Tests/netcoreapp-Linux-Release-arm64 ~/j/workspace/dotnet_coreclr/master/jitstress/arm64_cross_checked_ubuntu16.04_corefx_baseline_tst_prtest/_/fx/bin/tests/System.Runtime.Serialization.Formatters.Tests/netcoreapp-Linux-Release-arm64 xUnit.net Console Runner v2.4.1-pre.build.4059 (64-bit .NET Core 4.6.27002.0) Discovering: System.Runtime.Serialization.Formatters.Tests (method display = ClassAndMethod, method display options = None) Discovered: System.Runtime.Serialization.Formatters.Tests (found 67 test cases) Starting: System.Runtime.Serialization.Formatters.Tests (parallel test collections = on, max threads = 46) System.Runtime.Serialization.Formatters.Tests: [Long Running Test] 'System.Runtime.Serialization.Formatters.Tests.BinaryFormatterTests.SerializeHugeObjectGraphs', Elapsed: 00:02:10 System.Runtime.Serialization.Formatters.Tests: [Long Running Test] 'System.Runtime.Serialization.Formatters.Tests.BinaryFormatterTests.SerializeHugeObjectGraphs', Elapsed: 00:04:10 System.Runtime.Serialization.Formatters.Tests: [Long Running Test] 'System.Runtime.Serialization.Formatters.Tests.BinaryFormatterTests.SerializeHugeObjectGraphs', Elapsed: 00:06:10 System.Runtime.Serialization.Formatters.Tests: [Long Running Test] 'System.Runtime.Serialization.Formatters.Tests.BinaryFormatterTests.SerializeHugeObjectGraphs', Elapsed: 00:08:10 System.Runtime.Serialization.Formatters.Tests: [Long Running Test] 'System.Runtime.Serialization.Formatters.Tests.BinaryFormatterTests.SerializeHugeObjectGraphs', Elapsed: 00:10:10 System.Runtime.Serialization.Formatters.Tests: [Long Running Test] 'System.Runtime.Serialization.Formatters.Tests.BinaryFormatterTests.SerializeHugeObjectGraphs', Elapsed: 00:12:10 System.Runtime.Serialization.Formatters.Tests: [Long Running Test] 'System.Runtime.Serialization.Formatters.Tests.BinaryFormatterTests.SerializeHugeObjectGraphs', Elapsed: 00:14:10 System.Runtime.Serialization.Formatters.Tests: [Long Running Test] 'System.Runtime.Serialization.Formatters.Tests.BinaryFormatterTests.SerializeHugeObjectGraphs', Elapsed: 00:16:10 error: One or more tests failed while running tests from ''. Exit code 124.
The text was updated successfully, but these errors were encountered:
Link where the test was excluded dotnet/coreclr#20206
Sorry, something went wrong.
I don't see any failures in corefx runs.
Removing blocking label as this is likely just a slow (Checked) runtime.
Stale
No branches or pull requests
System.Runtime.Serialization.Formatters.Tests.BinaryFormatterTests.SerializeHugeObjectGraphs
takes more than 20 minutesThe text was updated successfully, but these errors were encountered: