R Under development (unstable) (2025-09-16 r88844 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # This file is part of the standard testthat setup > library(testthat) > library(shinypayload) > > test_check("shinypayload") [2025-09-17 20:11:08] INFO: Debug configuration updated: debug_mode=TRUE, log_level=INFO [2025-09-17 20:11:08] INFO: Debug configuration updated: debug_mode=TRUE, log_level=DEBUG [2025-09-17 20:11:09] INFO: Debug configuration updated: debug_mode=TRUE, log_level=DEBUG [2025-09-17 20:11:09] INFO: Test log 1 [2025-09-17 20:11:09] ERROR: Test log 2 [2025-09-17 20:11:09] INFO: Debug configuration updated: debug_mode=TRUE, log_level=DEBUG [2025-09-17 20:11:09] INFO: Debug configuration updated: debug_mode=TRUE, log_level=INFO [2025-09-17 20:11:09] INFO: Debug configuration updated: debug_mode=TRUE, log_level=DEBUG [2025-09-17 20:11:09] INFO: Debug configuration updated: debug_mode=TRUE, log_level=INFO Generated 500 log entries Generated 1000 log entries Generated 1500 log entries Generated 2000 log entries Generated 2000 log entries in 3.48 seconds Rate: 575.4 logs/second Retrieved logs in 0.05 seconds Testing payload size: 1024 bytes Actual payload size: 497 bytes Parsed in 0.001 seconds Parsed with hooks in 0.001 seconds Testing payload size: 10240 bytes Actual payload size: 1420 bytes Parsed in 0.001 seconds Parsed with hooks in 0.001 seconds Testing payload size: 102400 bytes Actual payload size: 10637 bytes Parsed in 0.001 seconds Parsed with hooks in 0.001 seconds Testing payload size: 1048576 bytes Actual payload size: 105255 bytes Parsed in 0.001 seconds Parsed with hooks in 0.002 seconds Completed 25 iterations Completed 50 iterations Completed 75 iterations Completed 100 iterations Completed 500 operations in 1.16 seconds Rate: 431.9 operations/second [ FAIL 9 | WARN 0 | SKIP 22 | PASS 595 ] ══ Skipped tests (22) ══════════════════════════════════════════════════════════ • On CRAN (21): 'test-integration.R:112:3', 'test-integration.R:139:3', 'test-integration.R:194:3', 'test-integration.R:242:3', 'test-integration.R:288:3', 'test-integration.R:333:3', 'test-integration.R:366:3', 'test-integration.R:474:3', 'test-integration.R:598:3', 'test-integration.R:698:3', 'test-payload_methods.R:2:3', 'test-payload_methods.R:28:3', 'test-payload_methods.R:90:3', 'test-payload_methods.R:156:3', 'test-payload_methods.R:202:3', 'test-payload_ui.R:62:3', 'test-payload_ui.R:81:3', 'test-performance.R:2:3', 'test-performance.R:68:3', 'test-performance.R:130:3', 'test-performance.R:325:3' • empty test (1): 'test-payload_last.R:50:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-data_processing.R:348:5'): content type detection handles various formats ── parsed_missing$test (`actual`) not equal to TRUE (`expected`). `actual` is NULL `expected` is a logical vector (TRUE) ── Failure ('test-integration.R:87:3'): webhook endpoint simulation with full security ── response$status (`actual`) not equal to 200L (`expected`). `actual`: 403 `expected`: 200 ── Failure ('test-integration.R:91:3'): webhook endpoint simulation with full security ── length(webhook_history) (`actual`) not equal to 1 (`expected`). `actual`: 0.0 `expected`: 1.0 ── Error ('test-integration.R:93:3'): webhook endpoint simulation with full security ── Error in `webhook_history[[1]]`: subscript out of bounds ── Failure ('test-payload_history.R:132:3'): payload_history filters by time correctly ── `recent_history` has length 0, not length 2. ── Failure ('test-payload_history.R:142:3'): payload_history filters by time correctly ── `char_history` has length 0, not length 2. ── Error ('test-payload_history.R:301:3'): payload history memory management works under stress ── Error in `eval(code, test_env)`: object 'shinypayload' not found ── Failure ('test-payload_history.R:330:3'): payload history handles concurrent access simulation ── `history` has length 10, not length 20. ── Failure ('test-performance.R:235:3'): logging system handles high volume efficiently ── duration < 3 is not TRUE `actual`: FALSE `expected`: TRUE [ FAIL 9 | WARN 0 | SKIP 22 | PASS 595 ] Error: Test failures Execution halted