You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current functional correctness tests are outdated due to changes in the naming of CSV files, making it impossible to continue the original verification process. A new test proposal is needed to ensure the following checks are performed:
Message Storage Validation: Ensure that every message generated by the client is stored in the correct file, corresponding to its chronicle and story name.
Timestamp Range Check: Verify that the timestamp of each message falls within the expected range of [story_chunk_start, storychunk_end(, ensuring proper data segmentation.
Message Sorting by Timestamp: Ensure all messages within a file are correctly sorted by their timestamp.
To achieve this, the client_admin tool will be used for personalized real-time message sending, and the data string format will follow the pattern: chroniclename_storyname.
The text was updated successfully, but these errors were encountered:
EnekoGonzalez3
changed the title
Update Fidelity Test to Reflect New CSV File Naming Convention
Update functional correctness tests to support renamed CSV files
Oct 24, 2024
The current functional correctness tests are outdated due to changes in the naming of CSV files, making it impossible to continue the original verification process. A new test proposal is needed to ensure the following checks are performed:
To achieve this, the
client_admin
tool will be used for personalized real-time message sending, and the data string format will follow the pattern:chroniclename_storyname
.The text was updated successfully, but these errors were encountered: