-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[Test only] Make a comment change #28300
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
Conversation
to see if Jenkins runs OK by default in stable10
|
This Jenkins fail happens here with just making a whitespace edit in a comment. So something is wrong with Jenkins or some code or test committed to stable10. |
|
hmm yes, seems there is a problem with auth.feature:10 I am thinking about the trashbin tests which requires a log in like using the web ui, maybe it is affecting this test somehow. |
|
No, trashbin tests were not merged yet. Actually that PR (#28268) is failing for the same reason. |
|
@PVince81 do you know about recent changes in stable10 which could make auth.feature:10 to fail? |
no |
|
bisect ? |
|
The test alone doesn't fail locally. It has to run the whole suite. Probably it just requires some particular feature to run before auth. Maybe we can modify run.sh to get tags as parameters, and add a tag to every feature. In this cases it is useful to be able to run just a couple of features. |
|
This was only to test Jenkins runs - closing. |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
to see if Jenkins runs OK by default in stable10