Skip to content

Use spring instead of leap for integration tests#277

Merged
heifner merged 3 commits intomainfrom
GH-276-spring
May 2, 2024
Merged

Use spring instead of leap for integration tests#277
heifner merged 3 commits intomainfrom
GH-276-spring

Conversation

@heifner
Copy link
Contributor

@heifner heifner commented May 1, 2024

Change Description

  • Update integration tests to use Spring instead of Leap

API Changes

  • API Changes

Documentation Additions

  • Documentation Additions

Resolves #276

@heifner heifner added the OCI Work exclusive to OCI team label May 1, 2024
@heifner heifner requested review from greg7mdp and linh2931 May 2, 2024 10:56
BOOST_AUTO_TEST_SUITE(multi_index_tests)

// this test is copy from leap test_api_multi_index
// this test is copy from spring test_api_multi_index
Copy link
Contributor

Choose a reason for hiding this comment

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

The s in this spring should be capitalized as Spring.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Why?

Copy link
Contributor

Choose a reason for hiding this comment

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

Here Spring is used as a name (Areg told me once when I updated some other files).

cmake_minimum_required( VERSION 3.5 )

set(EOSIO_VERSION_MIN "3.1")
set(EOSIO_VERSION_MIN "1.0")
Copy link
Contributor

Choose a reason for hiding this comment

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

Should it still be called EOSIO_VERSION, now that it goes back to 1.0. But no need to change for now.

BOOST_AUTO_TEST_SUITE(multi_index_tests)

// this test is copy from leap test_api_multi_index
// this test is copy from spring test_api_multi_index
Copy link
Contributor

@greg7mdp greg7mdp May 2, 2024

Choose a reason for hiding this comment

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

Suggested change
// this test is copy from spring test_api_multi_index
// this test is copied from spring's test_api_multi_index

@heifner heifner merged commit baa3f58 into main May 2, 2024
@heifner heifner deleted the GH-276-spring branch May 2, 2024 13:11
@ericpassmore
Copy link
Contributor

ericpassmore commented May 3, 2024

Note:start
group: RELEASE
category: CHORE
summary: Use spring instead of leap for integration tests.
Note:end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCI Work exclusive to OCI team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Change tests dependency to spring

5 participants