Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up iTests for CI #163

Merged
merged 2 commits into from
May 31, 2024
Merged

Clean up iTests for CI #163

merged 2 commits into from
May 31, 2024

Conversation

DellaBitta
Copy link
Collaborator

@DellaBitta DellaBitta commented May 31, 2024

Change iTests so that they're ready for CI again.

  • Remove tests that detected status failures on harmful content. These questions now have textual responses. I attempted to find another means to detect the response is a rejected one (a code or status in the response) but there doesn't seem to be a metric that flags it as a harmful question.
  • Change the wording of one of the questions "How many people live there?" as sometimes it wouldn't pass the service's safety checks. This question is now "How many people live in that city?".

This is a change to our tests only, so no Changeset is required.

The test would ask about a city in Oregon and follow up with "How many people live there?" A question, when taken out of context,  is one that could trigger safety concerns.
These tests once returned an error code but now respond with text that describes why the service has refused to answer the tests.
@DellaBitta DellaBitta requested a review from hsubox76 May 31, 2024 18:35
Copy link
Collaborator

@hsubox76 hsubox76 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! LG!

@DellaBitta DellaBitta marked this pull request as ready for review May 31, 2024 19:04
@DellaBitta DellaBitta merged commit 40daf95 into main May 31, 2024
4 checks passed
@DellaBitta DellaBitta deleted the ddb-remove-harm-itest branch May 31, 2024 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants