Skip to content

Conversation

Lojjs
Copy link
Contributor

@Lojjs Lojjs commented Sep 25, 2025

No description provided.

@Lojjs Lojjs force-pushed the vector-flaky-tests branch from cf3e8ca to 2144361 Compare September 25, 2025 09:43
final var rand = RandomValues.create(new Random(seed));
final var randStorables = stream(ValueType.values())
.filter(t -> t.valueGroup.category().equals(ValueCategory.VECTOR))
.filter(t -> !t.valueGroup.category().equals(ValueCategory.VECTOR))
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't we fix this? Hash should be stable on vectors too?

Copy link
Contributor Author

@Lojjs Lojjs Sep 25, 2025

Choose a reason for hiding this comment

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

Yes, that is probably a better idea. I added the feature flags to this test file too and then the tests seem to pass without this line

@Lojjs Lojjs force-pushed the vector-flaky-tests branch from 9f18b1b to 896f542 Compare September 26, 2025 06:34
Copy link
Contributor

@loveleif loveleif left a comment

Choose a reason for hiding this comment

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

Excellent!

@Lojjs Lojjs merged commit 93239a8 into dev Sep 26, 2025
4 of 5 checks passed
@Lojjs Lojjs deleted the vector-flaky-tests branch September 26, 2025 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants