Skip to content

Conversation

adelinowona
Copy link
Contributor

tested in this patch

@adelinowona adelinowona requested a review from a team as a code owner September 17, 2025 22:58
@adelinowona adelinowona added the chore Label to hide PR from generated Release Notes label Sep 17, 2025
echo "HTTP Status: $http_status"
assume-ec2-role:
assume-aws-test-secrets-role:
Copy link
Contributor Author

Choose a reason for hiding this comment

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

changed to a more descriptive name

- "AWS_SESSION_TOKEN"
script: |
${PREPARE_SHELL}
. ${DRIVERS_TOOLS}/.evergreen/secrets_handling/setup-secrets.sh drivers/atlas-qa
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I migrated test configuration from Evergreen project variables to AWS Secrets Manager

result[2].Title.Should().Be("National Mechanics");
result[3].Title.Should().Be("Genevieve");
result[4].Title.Should().Be("Speedway Junky");
result[3].Title.Should().Be("Speedway Junky");
Copy link
Contributor Author

Choose a reason for hiding this comment

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

some data changed in the sample data used for tests in the new cluster so I had to update this.

{
[BsonElement("plot_embedding")]
public double[] Embedding { get; set; }
public BinaryVectorFloat32 Embedding { get; set; }
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The plot_embedding field is stored as binary data in the database, but our code was trying to deserialize it directly to an array of doubles, which fails. I can't remember why this worked previously but my guess is that the sample data in the old cluster stored plot_embedding as a double array rather than binary.

@adelinowona adelinowona removed the request for review from a team September 17, 2025 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Label to hide PR from generated Release Notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant