Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 26, 2025

Lifecycle warnings use time-based suppression by default (once per 8 hours), causing non-deterministic snapshot output. Per https://lifecycle.r-lib.org/reference/verbosity.html, setting lifecycle_verbosity = "warning" ensures consistent behavior.

Changes

  • tests/testthat/setup.R: Set lifecycle_verbosity = "warning" globally for all tests
  • .gitignore: Exclude R build artifacts (*.Rcheck/, *.tar.gz)

The global setting applies to non-dplyr tests. Dplyr test copies that need quiet mode already have local overrides that take precedence.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • cloud.r-project.org
    • Triggering command: /opt/R/4.5.2/lib/R/bin/exec/R /opt/R/4.5.2/lib/R/bin/exec/R --no-echo --no-restore -e install.packages('devtools',~+~repos='REDACTED') (dns block)
  • cran.rstudio.com
    • Triggering command: /opt/R/4.5.2/lib/R/bin/exec/R /opt/R/4.5.2/lib/R/bin/exec/R --no-restore --no-echo --args nextArgduckplyr_1.1.3.9004.tar.gznextArg--no-manualnextArg--no-vignettes (dns block)
  • extensions.duckdb.org
    • Triggering command: /opt/R/4.5.2/lib/R/bin/exec/R /opt/R/4.5.2/lib/R/bin/exec/R --slave --no-save --no-restore -f /tmp/Rtmps2lrIx/callr-scr-2c8b5e172855 (dns block)
    • Triggering command: /opt/R/4.5.2/lib/R/bin/exec/R /opt/R/4.5.2/lib/R/bin/exec/R --slave --no-save --no-restore -f /tmp/Rtmpqb2eS6/working_dir/Rtmp2d53eM/callr-scr-32e13a4712b9 (dns block)
    • Triggering command: /opt/R/4.5.2/lib/R/bin/exec/R /opt/R/4.5.2/lib/R/bin/exec/R --slave --no-save --no-restore -f /tmp/RtmpM1BsXC/callr-scr-375c8bfb823 (dns block)
  • packagemanager.posit.co
    • Triggering command: /opt/R/4.5.2/lib/R/bin/exec/R /opt/R/4.5.2/lib/R/bin/exec/R --no-restore --no-echo --args nextArgduckplyr_1.1.3.9004.tar.gznextArg--no-manualnextArg--no-vignettes (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>lifecycle verbosity</issue_title>
<issue_description>parking this note here https://lifecycle.r-lib.org/reference/verbosity.html (to be added to the test whose snapshot is "random" because of a lifecycle message)</issue_description>

<agent_instructions>Turn on lifecycle verbosity in all tests that are not copies of dplyr tests.</agent_instructions>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Enable lifecycle verbosity in relevant tests Enable lifecycle verbosity in test setup Nov 26, 2025
Copilot AI requested a review from krlmlr November 26, 2025 16:57
Copilot finished work on behalf of krlmlr November 26, 2025 16:57
@krlmlr
Copy link
Member

krlmlr commented Nov 26, 2025

@maelle: I wonder why no output is changed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

lifecycle verbosity

2 participants