-
Notifications
You must be signed in to change notification settings - Fork 139
Run functional tests with -races #1400
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
Comments
After running this functional test:
I saw some gocb data race errors: |
Note to self: can run provision.py script with |
In progress From @sethrosetter: http://qa.sc.couchbase.com/view/mobile/job/centos-syncgateway-functional-tests-RACES/ There is your sandbox. Steps to get this working:
|
Waiting for job to start; http://qa.sc.couchbase.com/view/mobile/job/centos-syncgateway-functional-tests-RACES/ (job #1) |
Change needed on testcluster stuff: couchbaselabs/mobile-testkit#242 |
The test above had many failures, however I grepped all of the sync gateway logs of the failed cases and did not find the |
http://qa.sc.couchbase.com/view/mobile/job/centos-syncgateway-functional-tests-RACES/7/ will have the explicit checking of the SG logs for panics / races on any test failures. |
In progress: http://qa.sc.couchbase.com/view/mobile/job/centos-syncgateway-functional-tests-RACES/16/console this is checking every log zipfile for "panic" or "DATA RACE", even for passing tests. |
Detected races:
|
The job finished and found more race issues: http://qa.sc.couchbase.com/view/mobile/job/centos-syncgateway-functional-tests-RACES/16/consoleFull
I will dig into the logs and file tickets for all the ones that look to be unique. |
Filed: couchbase/go-couchbase#72 |
|
Retest #1260 and look for other issues.
The text was updated successfully, but these errors were encountered: