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

Create unit test workflow on PR, ignore some unit tests, fix naming #71

Merged
merged 6 commits into from
Jan 31, 2024

Conversation

lisguo
Copy link
Contributor

@lisguo lisguo commented Jan 30, 2024

Description of changes:

  • Create workflow to run unit tests on PR
  • Ignore unit tests that are currently expected to fail
  • Fix some unit tests due to naming changes

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@@ -1,6 +1,8 @@
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0

//go:build ignore_test
Copy link
Contributor

Choose a reason for hiding this comment

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

What is the plan to fixing these ? Are we going to wait till its fixed in upstream ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I will follow up to fix these. I just want something in place to ensure that we are not breaking already successful tests moving forward.

# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: MIT

name: PR Build
Copy link
Contributor

Choose a reason for hiding this comment

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

thank you for adding this !

@lisguo lisguo merged commit 4e56002 into main Jan 31, 2024
2 checks passed
@mitali-salvi mitali-salvi deleted the unit-test-workflow branch June 25, 2024 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants