Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

feat(test): add end to end tests skeleton and some basic tests #539

Merged
merged 44 commits into from
Aug 28, 2023

Conversation

paralta
Copy link
Contributor

@paralta paralta commented Aug 8, 2023

Description

#333

Type of Change

[ ] Bug Fix
[x] New Feature
[ ] Breaking Change
[ ] Refactor
[ ] Documentation
[ ] Other (please describe)

Checklist

  • I have read the contributing guidelines
  • Existing issues have been referenced (where applicable)
  • I have verified this change is not present in other open pull requests
  • Functionality is documented
  • All code style checks pass
  • New code contribution is covered by automated tests
  • All new and existing tests pass

@paralta paralta force-pushed the vm-clarity-e-2-e-tests branch from 50ae4e0 to 70c4fca Compare August 8, 2023 13:36
@paralta paralta mentioned this pull request Aug 9, 2023
7 tasks
@paralta paralta force-pushed the vm-clarity-e-2-e-tests branch from 7b613bb to 5127cca Compare August 9, 2023 10:40
@paralta paralta added invalid This doesn't seem right test enhancement New feature or request and removed invalid This doesn't seem right labels Aug 9, 2023
@paralta paralta force-pushed the vm-clarity-e-2-e-tests branch 4 times, most recently from 1894c78 to d397a9a Compare August 9, 2023 18:04
@paralta paralta marked this pull request as ready for review August 10, 2023 09:47
@paralta paralta requested a review from a team as a code owner August 10, 2023 09:47
end_to_end_test/suite_test.go Outdated Show resolved Hide resolved
end_to_end_test/testenv/logging.go Outdated Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
@paralta paralta force-pushed the vm-clarity-e-2-e-tests branch from 904fbb4 to e74a6c7 Compare August 11, 2023 10:19
ramizpolic
ramizpolic previously approved these changes Aug 11, 2023
Copy link
Member

@ramizpolic ramizpolic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Side note: will e2e run as a pipeline step?

@paralta
Copy link
Contributor Author

paralta commented Aug 11, 2023

@ramizpolic thank you so much for reviewing! The plan is to initially run the tests in the pipeline but to not gate any merging. Once we are happy with the test reliability, we can change this.
The runtime is currently less than 6min which would be acceptable given that our current time to merge is around 35min.

e2e/abort_scan_test.go Outdated Show resolved Hide resolved
e2e/helpers.go Outdated Show resolved Hide resolved
installation/docker/dockercompose.yml Outdated Show resolved Hide resolved
installation/docker/dockercompose.yml Outdated Show resolved Hide resolved
installation/docker/dockercompose.yml Show resolved Hide resolved
@paralta paralta force-pushed the vm-clarity-e-2-e-tests branch 2 times, most recently from 698e4d7 to 6a4c19c Compare August 16, 2023 14:15
@paralta paralta force-pushed the vm-clarity-e-2-e-tests branch from bbba833 to 9f1b3f4 Compare August 17, 2023 09:27
@paralta paralta linked an issue Aug 17, 2023 that may be closed by this pull request
@paralta paralta force-pushed the vm-clarity-e-2-e-tests branch from a5c2be5 to c13dbc1 Compare August 25, 2023 15:42
@paralta paralta force-pushed the vm-clarity-e-2-e-tests branch from c13dbc1 to 3def20f Compare August 25, 2023 16:07
@paralta paralta force-pushed the vm-clarity-e-2-e-tests branch from c5ca772 to 2f47739 Compare August 28, 2023 10:23
@chrisgacsal chrisgacsal self-requested a review August 28, 2023 13:06
Copy link
Contributor

@chrisgacsal chrisgacsal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have tested the E2E locally and it works like charm. Thanks a lot for the effort @paralta! This is huge! :shipit:

@chrisgacsal chrisgacsal added this pull request to the merge queue Aug 28, 2023
Merged via the queue into main with commit 186971f Aug 28, 2023
@chrisgacsal chrisgacsal deleted the vm-clarity-e-2-e-tests branch August 28, 2023 15:49
@chrisgacsal chrisgacsal mentioned this pull request Nov 6, 2023
7 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request test
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

End to end test skeleton + 1 example test case
7 participants