Skip to content

Commit

Permalink
move the tests_events folder to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jaegeral committed Sep 20, 2024
1 parent fb8a633 commit 2d97668
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions tests/test_events/validate_time_precision_datetime.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
"message","timestamp","datetime","timestamp_desc","data_type"
"csv total precision in datetime","123456789","2024-07-24T10:57:02.877297Z","Write time","timestamptest1"
2 changes: 2 additions & 0 deletions tests/test_events/validate_time_precision_jsonl.jsonl
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{"message": "total precision in datetime jsonl","timestamp": 123456789,"datetime": "2024-07-24T10:57:02.877297Z","timestamp_desc": "Write time","data_type": "timestamptest1"}
{"message": "precision in timestamp jsonl","timestamp": 1331698658276340,"datetime": "2015-07-24T19:01:01+00:00","timestamp_desc": "Write time","data_type": "timestamptest2"}

0 comments on commit 2d97668

Please sign in to comment.