bicep icon indicating copy to clipboard operation
bicep copied to clipboard

Failing test: Bump JsonPath.Net from 0.7.0 to 1.0.0

Open dependabot[bot] opened this issue 1 year ago • 4 comments

Bumps JsonPath.Net from 0.7.0 to 1.0.0.

Commits
  • 892ec7d align jsonlogic project file with others
  • c966314 Merge pull request #59 from gregsdennis/json-logic
  • fc8a4da complete logic docs
  • f813873 merging work from another computer
  • a723d7d start on docs
  • 5e4c5ba fix path to logic dll
  • 7bca79b update tests do to numberify
  • 41bf11d add build steps; add test logger
  • f2e8844 all tests pass; all may require at least one truthy
  • 66df769 defined remainder of operators
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/13434)

dependabot[bot] avatar Feb 24 '24 00:02 dependabot[bot]

Test this change out locally with the following install scripts (Action run 8423815176)

VSCode
  • Mac/Linux
    bash <(curl -Ls https://aka.ms/bicep/nightly-vsix.sh) --run-id 8423815176
    
  • Windows
    iex "& { $(irm https://aka.ms/bicep/nightly-vsix.ps1) } -RunId 8423815176"
    
Azure CLI
  • Mac/Linux
    bash <(curl -Ls https://aka.ms/bicep/nightly-cli.sh) --run-id 8423815176
    
  • Windows
    iex "& { $(irm https://aka.ms/bicep/nightly-cli.ps1) } -RunId 8423815176"
    

github-actions[bot] avatar Feb 24 '24 00:02 github-actions[bot]

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

dependabot[bot] avatar Feb 26 '24 21:02 dependabot[bot]

Test Results

    66 files   -     33      66 suites   - 33   23m 54s :stopwatch: - 17m 29s 10 719 tests +     5  10 712 :white_check_mark: ±     0  2 :zzz: ±0   5 :x: + 5  25 334 runs   - 12 579  25 316 :white_check_mark:  - 12 591  4 :zzz:  - 2  14 :x: +14 

For more details on these failures, see this check.

Results for commit 0148af50. ± Comparison against base commit 54042b3a.

:recycle: This comment has been updated with latest results.

github-actions[bot] avatar Feb 26 '24 21:02 github-actions[bot]

Failed InvokeAsync_OnSuccess_ReturnsZero (System.IO.Abstractions.TestingHelpers.MockFileSystem,System.IO.Abstractions.TestingHelpers.MockFileSystem) [1 s] Error Message: Expected value to be 0, but found 1 (difference of 1). Stack Trace: at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message) at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.FailWith(Func1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(Func1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(String message, Object[] args) at FluentAssertions.Numeric.NumericAssertions`2.Be(T expected, String because, Object[] becauseArgs) at Bicep.RegistryModuleTool.IntegrationTests.Commands.GenerateCommandTests.InvokeAsync_OnSuccess_ReturnsZero(MockFileSystem fileSystemBeforeGeneration, MockFileSystem _) in /home/runner/work/bicep/bicep/src/Bicep.RegistryModuleTool.IntegrationTests/Commands/GenerateCommandTests.cs:line 28

StephenWeatherford avatar Feb 26 '24 21:02 StephenWeatherford

Forcing rebuild

StephenWeatherford avatar Mar 25 '24 16:03 StephenWeatherford

@dependabot recreate

StephenWeatherford avatar Apr 12 '24 21:04 StephenWeatherford

Looks like JsonPath.Net is up-to-date now, so this is no longer needed.

dependabot[bot] avatar Apr 12 '24 21:04 dependabot[bot]