Skip to content

Conversation

@viktoriya-kutsarova
Copy link
Contributor

@viktoriya-kutsarova viktoriya-kutsarova commented Oct 24, 2025

This change fixes the pipeline and transaction tests for the HGETDEL, HGETEX and HSETEX.


  • You have read the Spring Data contribution guidelines.
  • You use the code formatters provided here and have them applied to your changes. Don’t submit any formatting related changes.
  • You submit test cases (unit or integration tests) that back your changes.
  • You added yourself as author in the headers of the classes you touched. Amend the date range in the Apache license header if needed. For new types, add the license header (copy from another file and set the current year only).

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Oct 24, 2025
assertThat(connection.hGet("hash-hsetex", "field-1")).isEqualTo("value-1");
assertThat(connection.hGet("hash-hsetex", "field-2")).isEqualTo("value-2");
actual.add(connection.hSetEx("hash-hsetex", fieldMap, RedisHashCommands.HashFieldSetOption.upsert(),
Expiration.seconds(2)));
Copy link
Member

Choose a reason for hiding this comment

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

Can you use higher timeout values? CI sometimes needs a longer time and two seconds are a bit tight. Something like 30 seconds should be sufficient.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Of course.

@mp911de mp911de added the type: task A general task label Oct 24, 2025
@mp911de mp911de self-assigned this Oct 24, 2025
@mp911de mp911de removed the status: waiting-for-triage An issue we've not yet triaged label Oct 24, 2025
@mp911de mp911de added this to the 4.0 GA (2025.1.0) milestone Oct 24, 2025
@mp911de mp911de closed this in d441423 Oct 24, 2025
mp911de added a commit that referenced this pull request Oct 24, 2025
Fix assertions, simplify tests, reduce test method visibility.

See #3246
mp911de pushed a commit that referenced this pull request Oct 24, 2025
…tion tests.

Signed-off-by: viktoriya.kutsarova <[email protected]>
Closes #3246
mp911de added a commit that referenced this pull request Oct 24, 2025
Fix assertions, simplify tests, reduce test method visibility.

See #3246
@mp911de
Copy link
Member

mp911de commented Oct 24, 2025

Thank you for your contribution. That's merged and polished now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: task A general task

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants