Skip to content
New issue

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

[PTRun] add support for UUIDv7 generation #35757

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

simplify comments and maybe satisfy spell check

ba92216
Select commit
Loading
Failed to load commit list.
Draft

[PTRun] add support for UUIDv7 generation #35757

simplify comments and maybe satisfy spell check
ba92216
Select commit
Loading
Failed to load commit list.
Azure Pipelines / PowerToys CI failed Nov 4, 2024 in 51m 43s

Build #PowerToys CI_2411.04015 had test failures

Details

Tests

  • Failed: 4 (0.16%)
  • Passed: 2,541 (99.80%)
  • Other: 1 (0.04%)
  • Total: 2,546

Annotations

Check failure on line 0 in RUNVSTESTTASK

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerToys CI

RUNVSTESTTASK#L0

RUNVSTESTTASK(0,0): Error Message: 

Check failure on line 0 in RUNVSTESTTASK

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerToys CI

RUNVSTESTTASK#L0

RUNVSTESTTASK(0,0): Error Message: 

Check failure on line 0 in RUNVSTESTTASK

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerToys CI

RUNVSTESTTASK#L0

RUNVSTESTTASK(0,0): Error Message: 

Check failure on line 0 in RUNVSTESTTASK

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerToys CI

RUNVSTESTTASK#L0

RUNVSTESTTASK(0,0): Error Message: 

Check failure on line 1 in Community.PowerToys.Run.Plugin.ValueGenerator.UnitTests.InputParserTests.ParserTest

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerToys CI

Community.PowerToys.Run.Plugin.ValueGenerator.UnitTests.InputParserTests.ParserTest

Assert.Fail failed. Parser should have thrown an exception
Raw output
   at Community.PowerToys.Run.Plugin.ValueGenerator.UnitTests.InputParserTests.ParserTest(String input, Type expectedRequestType, Boolean expectException) in D:\a\_work\1\s\src\modules\launcher\Plugins\Community.PowerToys.Run.Plugin.ValueGenerator.UnitTests\InputParserTests.cs:line 73
   at InvokeStub_InputParserTests.ParserTest(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line 1 in Community.PowerToys.Run.Plugin.ValueGenerator.UnitTests.GUIDGeneratorTests.GUIDv7GeneratorTimeOrderedAsync

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerToys CI

Community.PowerToys.Run.Plugin.ValueGenerator.UnitTests.GUIDGeneratorTests.GUIDv7GeneratorTimeOrderedAsync

Assert.AreEqual failed. Expected:<28672>. Actual:<-4096>. 
Raw output
   at Community.PowerToys.Run.Plugin.ValueGenerator.UnitTests.GUIDGeneratorTests.GUIDv7GeneratorTimeOrderedAsync() in D:\a\_work\1\s\src\modules\launcher\Plugins\Community.PowerToys.Run.Plugin.ValueGenerator.UnitTests\GUIDGeneratorTests.cs:line 84

Check failure on line 1 in Community.PowerToys.Run.Plugin.ValueGenerator.UnitTests.InputParserTests.ParserTest

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerToys CI

Community.PowerToys.Run.Plugin.ValueGenerator.UnitTests.InputParserTests.ParserTest

Assert.Fail failed. Parser should have thrown an exception
Raw output
   at Community.PowerToys.Run.Plugin.ValueGenerator.UnitTests.InputParserTests.ParserTest(String input, Type expectedRequestType, Boolean expectException) in D:\a\_work\1\s\src\modules\launcher\Plugins\Community.PowerToys.Run.Plugin.ValueGenerator.UnitTests\InputParserTests.cs:line 73
   at InvokeStub_InputParserTests.ParserTest(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line 1 in Community.PowerToys.Run.Plugin.ValueGenerator.UnitTests.GUIDGeneratorTests.GUIDv7Generator

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerToys CI

Community.PowerToys.Run.Plugin.ValueGenerator.UnitTests.GUIDGeneratorTests.GUIDv7Generator

Assert.AreEqual failed. Expected:<28672>. Actual:<12288>. 
Raw output
   at Community.PowerToys.Run.Plugin.ValueGenerator.UnitTests.GUIDGeneratorTests.GUIDv7Generator() in D:\a\_work\1\s\src\modules\launcher\Plugins\Community.PowerToys.Run.Plugin.ValueGenerator.UnitTests\GUIDGeneratorTests.cs:line 68
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)