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

Move all not-x86_64 architecture tests to dedicated directories #5854

Open
janekmi opened this issue Aug 7, 2023 · 0 comments
Open

Move all not-x86_64 architecture tests to dedicated directories #5854

janekmi opened this issue Aug 7, 2023 · 0 comments
Labels
Priority: 4 low QA: CI .github/ and utils/ related to automated testing Type: Feature A feature request

Comments

@janekmi
Copy link
Contributor

janekmi commented Aug 7, 2023

Rationale

There is only a handful of tests which are ppc64-specific:

  • obj_heap_state/TEST3
  • obj_heap_state/TEST4
  • obj_heap_state/TEST5
  • obj_persist_count/TEST2
  • obj_persist_count/TEST3
  • pmempool_sync/TEST54
  • pmempool_sync/TEST55
  • util_poolset_size/TEST1
  • util_poolset/TEST10
  • util_poolset/TEST9

The existence of these tests next to not-ppc64 tests is confusing when trying to analyze whether all tests meant to be run were run. Moving these tests to a dedicated directory/directories will give a clear signal to the test log reader e.g. ppc64_obj_heap_state tests obviously not meant to be run in the x86_64 CI.

API Changes

None.

@janekmi janekmi added the Type: Feature A feature request label Aug 7, 2023
@janekmi janekmi added Priority: 4 low QA: CI .github/ and utils/ related to automated testing labels Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: 4 low QA: CI .github/ and utils/ related to automated testing Type: Feature A feature request
Projects
None yet
Development

No branches or pull requests

1 participant