Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests/e2e_shadow_indexing_test: wait until segments has one entry #15579

Merged

Conversation

andijcr
Copy link
Contributor

@andijcr andijcr commented Dec 13, 2023

the test has no time to actually run:

it waits for "segments" in manifest
but this is the first manifest retrieved

'cloud_log_size_bytes': 0,
'insync_offset': 0,
'last_offset': 0,
'namespace': 'kafka',
'partition': 0,
'replaced': {},
'revision': 9,
'segments': {},
'topic': 'panda-topic',
'version': 3}

and has an empty segment list.

check that segments contains at least an entry

Fixes #15151

Backports Required

  • none - not a bug fix
  • none - this is a backport
  • none - issue does not exist in previous branches
  • none - papercut/not impactful enough to backport
  • v23.2.x
  • v23.1.x
  • v22.3.x

Release Notes

  • none

@andijcr andijcr requested a review from andrwng December 13, 2023 21:55
@andijcr
Copy link
Contributor Author

andijcr commented Dec 14, 2023

/dt

@andijcr
Copy link
Contributor Author

andijcr commented Dec 14, 2023

issue is #15445

@piyushredpanda piyushredpanda merged commit e1b9b4b into redpanda-data:dev Dec 14, 2023
16 of 19 checks passed
@vbotbuildovich
Copy link
Collaborator

/backport v23.2.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants