Skip to content

R2dbcReactiveOAuth2AuthorizedClientServiceTests should anticipate a lower-precision timestamp #9449

Closed
@jzheaux

Description

@jzheaux

Instant can contain up to nine digits in its decimal part, but most databases only support microsecond precision. Given that, R2dbcReactiveOAuth2AuthorizedClientServiceTests should only assert that Instant values match database values up to the microsecond.

Additional Details

This can be verified on Windows using JDK 11 and running R2dbcReactiveOAuth2AuthorizedClientServiceTests. Occassionally, the Instant obtained from the OS contains enough precision to cause rounding, making the assertions fail.

Metadata

Metadata

Assignees

Labels

in: oauth2An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions