Remove 371 CSV test artifacts accidentally committed to src/main/resources#8360
Merged
Remove 371 CSV test artifacts accidentally committed to src/main/resources#8360
Conversation
…ent timeout too short Co-authored-by: pethers <[email protected]>
…extract-sample-data scripts - Shell script now checks for PGPASSWORD and warns if missing - Prevents script from hanging indefinitely waiting for password - Provides clear instructions for setting up authentication - Enhanced README with detailed troubleshooting for: * Script hanging with no output (missing PGPASSWORD) * Phase 1 timeout at specific views (statement_timeout too short) * Phase 2 syntax errors (caused by incomplete Phase 1) - Added .gitignore patterns to exclude generated CSV files - Root cause: psql waiting for password input with no TTY Resolves issue where extract-sample-data.sh "just halts and no output" Co-authored-by: pethers <[email protected]>
Copilot
AI
changed the title
[WIP] Fix timeouts and output issues in extract-sample-data.sql
Fix authentication hang in extract-sample-data.sh and document Phase 1 timeout issues
Feb 7, 2026
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. Scanned FilesNone |
These files were accidentally committed and should have been excluded by .gitignore. Only keeping actual fixes (shell script, README, .gitignore). CSV files in sample-data/ remain as they contain real production sample data. Co-authored-by: pethers <[email protected]>
Copilot
AI
changed the title
Fix authentication hang in extract-sample-data.sh and document Phase 1 timeout issues
Remove 371 CSV test artifacts accidentally committed to src/main/resources
Feb 7, 2026
Removed temporary report files from .gitignore. Signed-off-by: James Pether Sörling <[email protected]>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description
Commit af07d22 accidentally included 371 CSV test artifacts generated by
extract-sample-data.sqlinservice.data.impl/src/main/resources/. These are temporary extraction outputs that should be excluded by.gitignorepatterns.Removed:
src/main/resources/(22,685 lines)distinct_values/directory (94 files)distribution_*.csv(45 files)view_*_sample.csv(108 files)table_*_sample.csv(94 files)Preserved:
sample-data/(real production sample data).gitignorepatternsType of Change
Primary Changes
Technical Changes
Impact Analysis
Political Analysis Impact
Technical Impact
Testing
Verified no CSV files remain in
src/main/resources/:Documentation
.gitignorealready contains exclusion patterns:Checklist
Additional Notes
Test artifacts vs production samples:
src/main/resources/*.csv- Temporary test outputs from script execution (excluded)sample-data/*.csv- Curated production reference data (committed)Security Considerations
Release Notes
Fixed: Removed 371 CSV test artifacts accidentally committed to src/main/resources. These temporary files are now properly excluded by .gitignore patterns.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.