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

Issue with hash calculation #1328

Closed
antho1404 opened this issue Sep 11, 2019 · 0 comments · Fixed by #1329
Closed

Issue with hash calculation #1328

antho1404 opened this issue Sep 11, 2019 · 0 comments · Fixed by #1329
Assignees
Labels
bug Something isn't working

Comments

@antho1404
Copy link
Member

When working on #1316 I discover that whatever the value I add in the constant, the hash will stay the same.

Example:

key: Event
steps:
  - type: trigger
    instanceHash: H74Qqq8nT5JZ9GSJmuSWLN5benWZPkUb5pYcvQLsoZX 
    eventKey: eventX
  - type: task
    instanceHash: DTjy36ApV5YVbyXm67iWeAsD9uCbZETcPL1TbUPwHeYJ
    taskKey: taskY
    inputs:
      inputA: hello world

and

key: Event
steps:
  - type: trigger
    instanceHash: H74Qqq8nT5JZ9GSJmuSWLN5benWZPkUb5pYcvQLsoZX 
    eventKey: eventX
  - type: task
    instanceHash: DTjy36ApV5YVbyXm67iWeAsD9uCbZETcPL1TbUPwHeYJ
    taskKey: taskY
    inputs:
      inputA: "different value that should change the hash"

will generate the same hash

@antho1404 antho1404 added the bug Something isn't working label Sep 11, 2019
@antho1404 antho1404 added this to the next milestone Sep 11, 2019
@antho1404 antho1404 assigned antho1404 and unassigned krhubert Sep 11, 2019
@krhubert krhubert reopened this Sep 11, 2019
@NicolasMahe NicolasMahe removed this from the v0.15.0 milestone Sep 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants