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

[Bug]: integration test failure #224

Closed
3 tasks done
BFalquet opened this issue Mar 6, 2024 · 1 comment · Fixed by #225
Closed
3 tasks done

[Bug]: integration test failure #224

BFalquet opened this issue Mar 6, 2024 · 1 comment · Fixed by #225
Assignees
Labels
bug Something isn't working

Comments

@BFalquet
Copy link
Contributor

BFalquet commented Mar 6, 2024

What happened?

══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-graphs.R:31:3'): draw_nonzero_boxplot works as expected with default options ──
Snapshot of testcase to 'graphs/draw-nonzero-boxplot-with-default-options.svg' has changed

  • Download and unzip run artifact
  • Copy 'tests/testthat/_snaps/graphs/draw-nonzero-boxplot-with-default-options.new.svg' to local test directory
  • Run testthat::snapshot_review('graphs/') to review changes
    Backtrace:
  1. └─vdiffr::expect_doppelganger(...) at test-graphs.R:31:3
  2. ├─base::withCallingHandlers(...)
  3. └─testthat::expect_snapshot_file(...)
    ── Failure ('test-graphs.R:37:3'): draw_nonzero_boxplot works as expected with custom options ──
    Snapshot of testcase to 'graphs/draw-nonzero-boxplot-with-custom-options.svg' has changed
  • Download and unzip run artifact
  • Copy 'tests/testthat/_snaps/graphs/draw-nonzero-boxplot-with-custom-options.new.svg' to local test directory
  • Run testthat::snapshot_review('graphs/') to review changes
    Backtrace:
  1. └─vdiffr::expect_doppelganger(...) at test-graphs.R:37:3
  2. ├─base::withCallingHandlers(...)
  3. └─testthat::expect_snapshot_file(...)
    ── Failure ('test-graphs.R:45:3'): draw_genes_barplot works as expected with default options ──
    Snapshot of testcase to 'graphs/draw-genes-barplot-with-default-options.svg' has changed
  • Download and unzip run artifact
  • Copy 'tests/testthat/_snaps/graphs/draw-genes-barplot-with-default-options.new.svg' to local test directory
  • Run testthat::snapshot_review('graphs/') to review changes
    Backtrace:
  1. └─vdiffr::expect_doppelganger(...) at test-graphs.R:45:3
  2. ├─base::withCallingHandlers(...)
  3. └─testthat::expect_snapshot_file(...)
    ── Failure ('test-graphs.R:51:3'): draw_genes_barplot works as expected with custom options ──
    Snapshot of testcase to 'graphs/draw-genes-barplot-with-custom-options.svg' has changed
  • Download and unzip run artifact
  • Copy 'tests/testthat/_snaps/graphs/draw-genes-barplot-with-custom-options.new.svg' to local test directory
  • Run testthat::snapshot_review('graphs/') to review changes
    Backtrace:
  1. └─vdiffr::expect_doppelganger(...) at test-graphs.R:51:3
  2. ├─base::withCallingHandlers(...)
  3. └─testthat::expect_snapshot_file(...)

[ FAIL 4 | WARN 0 | SKIP 6 | PASS 839 ]

sessionInfo()

No response

Relevant log output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct.

Contribution Guidelines

  • I agree to follow this project's Contribution Guidelines.

Security Policy

  • I agree to follow this project's Security Policy.
@BFalquet BFalquet added the bug Something isn't working label Mar 6, 2024
@BFalquet BFalquet self-assigned this Mar 6, 2024
@BFalquet
Copy link
Contributor Author

BFalquet commented Mar 6, 2024

test-graphs pass without error locally and on server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants