googleapis / sample-tester

Tool for testing semantically equivalent samples in multiple languages and environments
Apache License 2.0
10 stars 12 forks source link

test: Make gen_manifest globbing deterministically ordered #153

Closed vchudnov-g closed 4 years ago

vchudnov-g commented 4 years ago

This should address a source of test flakiness (eg as seen in #151)

vchudnov-g commented 4 years ago

FYI, the main change is in glob_non_yaml(). Everything else is just to accommodate that change in the calling code and in the test expectations (which are now lexicographically ordered)