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

Add smoke tests mode #656

Merged
merged 5 commits into from
May 3, 2023
Merged

Add smoke tests mode #656

merged 5 commits into from
May 3, 2023

Conversation

stewartie4
Copy link
Contributor

@stewartie4 stewartie4 commented Apr 27, 2023

Actions PR: 0chain/actions#155

Smoke tests run: https://github.com/0chain/system_test/actions/runs/4838450707/jobs/8623002789
(this run also includes flaky tests so the run is longer than it will be in other repos)

Copy link
Contributor

@Kishan-Dhakan Kishan-Dhakan left a comment

Choose a reason for hiding this comment

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

Partial Review: Looking great! Awesome PR 🎉

@@ -261,32 +218,6 @@ func createDefaultClientBridgeConfig(t *test.SystemTest) ([]string, error) {
)
}

func runCreateBridgeClientTestConfig(
Copy link
Contributor

Choose a reason for hiding this comment

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

Why are these being removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

they were unused functions

@@ -22,6 +24,7 @@ func TestCreateBucket(testSetup *testing.T) {
require.Equal(t, 200, resp.StatusCode())
})

// FIXME - this should be 400 not 500
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@stewartie4 reminder to raise an issue for this


t.Parallel()
// FIXME: we should never return a 500 to the end user
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@stewartie4 reminder to raise an issue for this

@stewartie4 stewartie4 requested a review from dabasov May 1, 2023 09:57
@stewartie4 stewartie4 merged commit 24e4340 into master May 3, 2023
2 of 5 checks passed
@stewartie4 stewartie4 deleted the feature/smoke-tests branch May 3, 2023 12:00
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.

None yet

2 participants