diff options
| author | Paul Buetow <paul@buetow.org> | 2025-06-24 20:49:08 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-06-24 20:49:08 +0300 |
| commit | b7a3e95e44cfcc324e5a54d6ba30fc0d83993dde (patch) | |
| tree | 3fff6932e21669ae14d77f3a92f72c2fac0379bc /integrationtests/test.csv.query | |
| parent | f96256a46390283bc0cd129154ce71702f2c70a0 (diff) | |
Improve integration tests with colored output tests
- Removed commented server mode code from TestDGrepStdin (stdin doesn't make sense with server mode)
- Added TestDCat1Colors to test colored output in both serverless and server modes
- Added TestDGrep1Colors to test colored output in both serverless and server modes
- Fixed server metadata detection in colored output tests (look for "REMOTE" or "SERVER" without pipe)
- Note: DMap colored output test was attempted but removed as DMap writes to CSV files, not stdout
All integration tests now pass successfully.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'integrationtests/test.csv.query')
| -rw-r--r-- | integrationtests/test.csv.query | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/integrationtests/test.csv.query b/integrationtests/test.csv.query new file mode 100644 index 0000000..4f57870 --- /dev/null +++ b/integrationtests/test.csv.query @@ -0,0 +1 @@ +from STATS select count($line) outfile test.csv
\ No newline at end of file |
