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

[jaeger-v2] add badger e2e integration test #5355

Merged
merged 76 commits into from
Apr 26, 2024

Commits on Apr 12, 2024

  1. add badger integration test

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    f067287 View commit details
    Browse the repository at this point in the history
  2. fix lint

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    d64d43d View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Configuration menu
    Copy the full SHA
    aaa202e View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. use SpanWriter and SpanReader from e2eInitialize() functionf

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    9f42757 View commit details
    Browse the repository at this point in the history
  2. Update cmd/jaeger/internal/integration/badger_test.go

    Co-authored-by: Yuri Shkuro <[email protected]>
    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh and yurishkuro authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    ac8dfad View commit details
    Browse the repository at this point in the history
  3. Update cmd/jaeger/internal/integration/badger_test.go

    Co-authored-by: Yuri Shkuro <[email protected]>
    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh and yurishkuro authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    8555ebd View commit details
    Browse the repository at this point in the history
  4. fix

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    c6f841e View commit details
    Browse the repository at this point in the history
  5. use badger ephemeral

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    b4bd719 View commit details
    Browse the repository at this point in the history
  6. fix

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    0a771df View commit details
    Browse the repository at this point in the history
  7. fix lint

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    04d6b55 View commit details
    Browse the repository at this point in the history
  8. assigned static vars when creating struct

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    343a648 View commit details
    Browse the repository at this point in the history
  9. fix

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    3795f70 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    40519c3 View commit details
    Browse the repository at this point in the history
  11. rm refresh

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    968f010 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    7783932 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. use normal badger storage

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    28af7df View commit details
    Browse the repository at this point in the history
  2. revert some changes

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    cc48bde View commit details
    Browse the repository at this point in the history
  3. add badger cleaner extension

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    a15d977 View commit details
    Browse the repository at this point in the history
  4. use badger cleaner extension in the test

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    dc4fefc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72e2787 View commit details
    Browse the repository at this point in the history
  6. fix

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    39b38ae View commit details
    Browse the repository at this point in the history
  7. fix

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    914cddf View commit details
    Browse the repository at this point in the history
  8. fix

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    5a293f2 View commit details
    Browse the repository at this point in the history
  9. fix lint

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    118f998 View commit details
    Browse the repository at this point in the history
  10. rm unwanted changes

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    b993e31 View commit details
    Browse the repository at this point in the history
  11. Update cmd/jaeger/internal/integration/badgercleaner/factory.go

    Co-authored-by: Yuri Shkuro <[email protected]>
    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh and yurishkuro authored Apr 20, 2024
    Configuration menu
    Copy the full SHA
    e7373d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. increase span store ttl to 30d

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    06ea8aa View commit details
    Browse the repository at this point in the history
  2. add check for status code

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    2acbefa View commit details
    Browse the repository at this point in the history
  3. fix

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    5232516 View commit details
    Browse the repository at this point in the history
  4. add cleaner port in the config

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    f14fd56 View commit details
    Browse the repository at this point in the history
  5. use temp file for the config

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    30f43e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a03b781 View commit details
    Browse the repository at this point in the history
  7. refactor the extenstion to make it more generic and address open comm…

    …ents
    
    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    fa83996 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Update cmd/jaeger/badger_config.yaml

    Co-authored-by: Yuri Shkuro <[email protected]>
    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh and yurishkuro authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    15ddf59 View commit details
    Browse the repository at this point in the history
  2. make port and url public consts

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    ca6b23d View commit details
    Browse the repository at this point in the history
  3. add factory test

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    6d6d870 View commit details
    Browse the repository at this point in the history
  4. add goleak check and fix lint

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    031bf15 View commit details
    Browse the repository at this point in the history
  5. fix

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    a5a4e56 View commit details
    Browse the repository at this point in the history
  6. create storage.Purger interface

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    ee84793 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f35a6a4 View commit details
    Browse the repository at this point in the history
  8. Update cmd/jaeger/internal/integration/storagecleaner/extension.go

    Co-authored-by: Yuri Shkuro <[email protected]>
    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh and yurishkuro authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    4ef7ad8 View commit details
    Browse the repository at this point in the history
  9. Update storage/factory.go

    Co-authored-by: Yuri Shkuro <[email protected]>
    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh and yurishkuro authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    07c642c View commit details
    Browse the repository at this point in the history
  10. Update cmd/jaeger/internal/integration/badger_test.go

    Co-authored-by: Yuri Shkuro <[email protected]>
    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh and yurishkuro authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    b2dd656 View commit details
    Browse the repository at this point in the history
  11. fix lint

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    c0ba470 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Update cmd/jaeger/internal/integration/storagecleaner/README.md

    Co-authored-by: Yuri Shkuro <[email protected]>
    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh and yurishkuro authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    794b5b6 View commit details
    Browse the repository at this point in the history
  2. Update cmd/jaeger/internal/integration/storagecleaner/README.md

    Co-authored-by: Yuri Shkuro <[email protected]>
    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh and yurishkuro authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    0df8a88 View commit details
    Browse the repository at this point in the history
  3. Update cmd/jaeger/internal/integration/storagecleaner/README.md

    Co-authored-by: Yuri Shkuro <[email protected]>
    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh and yurishkuro authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    667a691 View commit details
    Browse the repository at this point in the history
  4. Update cmd/jaeger/internal/integration/storagecleaner/README.md

    Co-authored-by: Yuri Shkuro <[email protected]>
    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh and yurishkuro authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    3afb713 View commit details
    Browse the repository at this point in the history
  5. enrich config using golang

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    87c3f03 View commit details
    Browse the repository at this point in the history
  6. fix

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    57525ac View commit details
    Browse the repository at this point in the history
  7. rm py script

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    fcee96a View commit details
    Browse the repository at this point in the history
  8. fix

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    df0a423 View commit details
    Browse the repository at this point in the history
  9. fix

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    f218e63 View commit details
    Browse the repository at this point in the history
  10. fix lint

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    697346e View commit details
    Browse the repository at this point in the history
  11. add config test

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    62dbdb0 View commit details
    Browse the repository at this point in the history
  12. Update cmd/jaeger/internal/integration/integration.go

    Co-authored-by: Yuri Shkuro <[email protected]>
    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh and yurishkuro authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    32c116f View commit details
    Browse the repository at this point in the history
  13. Update cmd/jaeger/internal/integration/integration.go

    Co-authored-by: Yuri Shkuro <[email protected]>
    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh and yurishkuro authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    9a008d7 View commit details
    Browse the repository at this point in the history
  14. Update cmd/jaeger/internal/integration/integration.go

    Co-authored-by: Yuri Shkuro <[email protected]>
    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh and yurishkuro authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    659c9c7 View commit details
    Browse the repository at this point in the history
  15. fix

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    a053b30 View commit details
    Browse the repository at this point in the history
  16. use yaml.v3

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    3783de8 View commit details
    Browse the repository at this point in the history
  17. fix

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    2c72071 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9e27a43 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. add extension.go tests

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    2a3750e View commit details
    Browse the repository at this point in the history
  2. fix

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    af58359 View commit details
    Browse the repository at this point in the history
  3. run makefmt

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    bd3d4d7 View commit details
    Browse the repository at this point in the history
  4. fix lint

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    49406bd View commit details
    Browse the repository at this point in the history
  5. fix open comments

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    64ae824 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. fix

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    5c6935e View commit details
    Browse the repository at this point in the history
  2. fix lint

    Signed-off-by: Harshvir Potpose <[email protected]>
    akagami-harsh committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    e517f06 View commit details
    Browse the repository at this point in the history
  3. clean up test

    Signed-off-by: Yuri Shkuro <[email protected]>
    yurishkuro committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    4906bc0 View commit details
    Browse the repository at this point in the history
  4. make fmt

    Signed-off-by: Yuri Shkuro <[email protected]>
    yurishkuro committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    1db0b33 View commit details
    Browse the repository at this point in the history
  5. cleanup

    Signed-off-by: Yuri Shkuro <[email protected]>
    yurishkuro committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    a55c88b View commit details
    Browse the repository at this point in the history
  6. add tests

    Signed-off-by: Yuri Shkuro <[email protected]>
    yurishkuro committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    cc01687 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d162de6 View commit details
    Browse the repository at this point in the history
  8. fix tests

    Signed-off-by: Yuri Shkuro <[email protected]>
    yurishkuro committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    927b250 View commit details
    Browse the repository at this point in the history
  9. rm funky test

    Signed-off-by: Yuri Shkuro <[email protected]>
    yurishkuro committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    c2fcfe3 View commit details
    Browse the repository at this point in the history