Skip to content

Commit

Permalink
[Java] Align record offset in DriverEventLoggerTest.logLookup.
Browse files Browse the repository at this point in the history
  • Loading branch information
JPWatson committed Jul 19, 2023
1 parent ed27402 commit b92f272
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ void logResolve(final boolean isReResolution) throws UnknownHostException
@ValueSource(booleans = { false, true })
void logLookup(final boolean isReLookup)
{
final int recordOffset = 30;
final int recordOffset = align(30, ALIGNMENT);
logBuffer.putLong(CAPACITY + TAIL_POSITION_OFFSET, recordOffset);

final String resolverName = generateStringWithSuffix("my-resolver", "*", 1000);
Expand Down

0 comments on commit b92f272

Please sign in to comment.