-
Notifications
You must be signed in to change notification settings - Fork 25
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
17 tests failing #733
Comments
Several of the changes would have produced changes in the expected results of these tests, but the expected results are included in the tree, so they should have been included with the merges. Can you expand one of the errors? |
Hi Nick, here is one of the expansions: [Input: /var/lib/jenkins/internal-resources/externaltests/tc/rttest/VICE/extension/extension-13.vpp, Result:src/test/resources/external/tc/rttest/VICE/extension/extension-13.vpp.result, Update Property:testing.update.testing.standard.SampleExternalsTest.extension-13.vpp] Expected (but not found) Strings: |
Ah! The clue is at the end, where it says that the name contains a reserved prefix. That change was made a while back, and therefore included changes to the external tests branch as well as the main development branch. I remember being careful to point this out to you at the time :-) So it looks like this has not been merged into the branch of external tests that you are testing with. For example, like 141 should now read:
This used to be "max_stimuli", which is an illegal name. See #711, which says, "NOTE that the external test suite has also changed slightly to remove the accidental error cases. This is also in a branch called ncb/development of the https://github.com/overturetool/externaltests repository." |
Thanks. I will look into how this works... |
External tests needed to be updated in the build server. Back to passing! |
The text was updated successfully, but these errors were encountered: