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

[TOPIC] Hub topic list has duplicated topic name #912

Open
a-tylenda opened this issue Jul 21, 2023 · 0 comments
Open

[TOPIC] Hub topic list has duplicated topic name #912

a-tylenda opened this issue Jul 21, 2023 · 0 comments
Labels
read Read by sequences

Comments

@a-tylenda
Copy link
Contributor

Describe the bug
si topic ls returns list:

[
  {
    contentType: 'application/x-ndjson',
    localProvider: '',
    topic: 'names',
    topicName: 'names'
  }
]

where topic and topicName is the same.

localProvider value is also missing. Should be instance ID?

Steps to Reproduce

  1. Deploy any sequence that is a topic provider, like endless-names-output.tar.gz
  2. list topic si topic ls

Reproduction repo/branch

  1. git clone <repo> // optional
  2. git checkout -b test/somebranch user:branch // so we can check out the problem
  3. run npm test:someculprit --that-s=buggin me

Expected behavior
A topic object from the list should have either topic or topicName, but not both.

Version (please complete the following information):

  • STH version: 0.35.0
  • SI version: 0.35.0
  • node version: v18.15.0
  • os: Ubuntu 20.4

Additional information like logs, screenshots etc.

@a-tylenda a-tylenda changed the title Hub topic list has duplicated topic name [TOPIC] Hub topic list has duplicated topic name Jul 21, 2023
@scramjet-bot scramjet-bot added the read Read by sequences label Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
read Read by sequences
Projects
None yet
Development

No branches or pull requests

2 participants