[oppia/oppia] 5b0088: Remove detectOpenHandles and forceExit when runnin...

1 view
Skip to first unread message

imchristie

unread,
Dec 24, 2024, 6:38:43 AM12/24/24
to oppia-de...@googlegroups.com
Branch: refs/heads/gh-readonly-queue/develop/pr-21493-d136d10fb644d93b4c3906e614d8f0a7957ee6b8
Home: https://github.com/oppia/oppia
Commit: 5b0088bc96fbcdc83f7e696f3838ecde01ef2807
https://github.com/oppia/oppia/commit/5b0088bc96fbcdc83f7e696f3838ecde01ef2807
Author: imchristie <122439444+...@users.noreply.github.com>
Date: 2024-12-24 (Tue, 24 Dec 2024)

Changed paths:
M Makefile
M core/tests/puppeteer-acceptance-tests/specs/logged-in-user/create-and-delete-account.spec.ts
M scripts/servers.py

Log Message:
-----------
Remove detectOpenHandles and forceExit when running acceptance tests (#21493)

* Added test for i18n format

* Question Admin

* Added Functions for Question Admin

* Added Functions for Question Admin

* Added Functions for Question Admin

* Added Functions for Question Admin

* Update develop

* [GSoC'24] M1.11, Fix a part of #20374: Acceptance test coverage for a topic manger's CUJs (#20580)

* updates

* updates

* updates

* updates

* updates

* updates

* updates

* updates

* updates

* updates

* updates

* [GSoC'24] M1.8, Fix a part of #20374: Acceptance test coverage for 2 Topics Manager's CUJs. (#20569)

* updates

* updates

* updates

* updates

* updates

* updates

* updates

* updates

* updates

* updates

* updates

* updates

* Fix #20521: Fixed issues with AuthGuard for SubtopicViewerPage (#20579)

* fixed issues with auth guard

* fixed issues with tests

* fixed issues with frontend tests

* fixed linting issues

* Fix issue #20617: 'Blog Post Title' is now visible in the Blog Post Editor (#20634)

* Added necessary CSS properties to fix position of blog-post-title

* Changed position of blog-post-title on mobile viewport

* Removed bottom property to center the blog-post-title

---------

Co-authored-by: Hardik Goyal <135348086+Ha...@users.noreply.github.com>

* Moves AUTO_UPDATE_EXP_VOICE_ARTIST_LINK feature flag to prod (#20658)

Moves feature flag to prod

* Fix part of #18384: Base of new progress tab for learner dashboard redesign (#20522)

* Added feature flags

* refactored and replaced with new components community lessons (new progress tab)

* Replaced innerHtml

* Updated translation keys

* Updated variable names to match #20306

* Added notes, renamed card-display, updated temp progress value for explorations/collections

* Fixed lint issues

* Removed unused tag

* Adjusted spacing

* Last adjustment

* Fixed content sizing for screens > 1512 (prevent shrink if not enough obj)

* Fixed e2e error

* Renamed communityComplete variable

* Renamed feature flag for community lessons

---------

Co-authored-by: Hardik Goyal <135348086+Ha...@users.noreply.github.com>

* Fixing: #20641, The Signature is not visible clearly in mobile devices when the word count is too large (#20646)

increasing height in mobile device

* Fix part of #18921: Replace user-referenced TODO comments with issue-referenced TODO comments (#20464)

Part fix of #18921

Co-authored-by: Hardik Goyal <135348086+Ha...@users.noreply.github.com>

* [GSoC' 24] Fixes #20671 and general M1 fixes. (#20657)

* Updates

* Updates

* Updates

* Debugging

* Updates

* Updates

* Updates

* Updates

* Updates

* Updates

* Fix #20304: updated Makefile to start dsadmin (#20425)

* updated Makefile to start dsadmin

* added required changes

* restored index.yaml with develop

* removed xdg-open from dsadmin

---------

Co-authored-by: Hardik Goyal <135348086+Ha...@users.noreply.github.com>

* [GSoC'24] Modify translations bug fixes (#20666)

* Improve modal CSS

* Tick checkbox on saving a translation

* Update button text for clarity

* Show subsidiary modal only when editable translations exist

* Verify if RTE components of modified translation match when updating translation

* Add missing languages to supported content language list

* Fix frontend tests

* Fix acceptance test

* Fix bugs pertaining to stale and empty translations

* Fix linter issues

* Gate translation changes button behind feature flag

* Fix frontend test

* Fix rules display bug

* Implement part of #17712 : Acceptance tests for Exploration editor Section(CUJ 12). (#20669)

* Exploration-editor-CUJ-12

* Add proper specs

* Add proper specs

* changes

* [GSoC'24]M2.1 Redesign volunteer page (#20667)

* Redesign volunteer page

* fix tests

* fix the tests

* Fix rtl issues

* fix lighthouse tests

* Address review comments 1

* change lexico order

* [GSoC'24] Fix #20652, and #20649: Fixes the respective two flakes. (#20672)

* updates

* updates

* updates

* Fix #20787 and #20788: Allow naming of merge from develop steps in GitHub Workflows (#20907)

* Allow naming of merge from develop steps in GitHub Workflows

* Modify existing test for merge step

* Add a linter to require that all GitHub workflow steps be named

* Add tests for requiring steps to be named and fix minor details in merge step test

* Add names for workflow steps

* Fix grammar mistakes in comments

---------

Co-authored-by: Sean Lip <se...@seanlip.org>
Co-authored-by: Akhilesh Kr. <2827...@gmail.com>

* Fix part of #20001: Make pre-push hook more efficient. (#20905)

* Updates

* Updates

* Updates

* Updates

* Updates

* Updates

* Updates

* Updates

* Updates

* Updates

* Updates

* Updates

* Updates

* Updates

---------

Co-authored-by: Hardik Goyal <135348086+Ha...@users.noreply.github.com>
Co-authored-by: Akhilesh Kr. <2827...@gmail.com>

* Fix #20779: Makefile env PATH fix on WSL (#20780)

* makefile fixed

* Explaining comments

* Explaining FIXED_PATH with comments

* removed extra comment

---------

Co-authored-by: Hardik Goyal <135348086+Ha...@users.noreply.github.com>
Co-authored-by: Akhilesh Kr. <2827...@gmail.com>

* Fix #20399: Added tests for POST, PUT and DELETE and error handling for invalid method using 405 status code. (#20544)

* Added no 500 error tests for post put and delete. Also added 405 status code handling for invalid requests.

* Fixed linting issues

* Fixed more linting issues

* Fixed even more linting issues

* Fixed MyPy issues

* Fixed linting issues

* Fixed backend test error and updated 405 error message.

* Fixed linting errors

* Fixed linting errors

* Added requested formatting change

Co-authored-by: Vojtěch Jelínek <vojtech...@hey.com>

* Added requested formatting changes

* Made changes so that load_templates is only used for GET

* Made the requested changes

* Fixed linting issue

* Fixed failing backend test, made assertion for http_method neater

* Fixed backend test and made requested changes

* Fixed Mypy check error

* Fixed Mypy error by importing Any from typing

* Fixed linting errors

* Added comment to address why type Any is used

* Made requested changes in profile_test

* Updated comment about mock_add_user_to_raise_exception in profile_test

* Updated comment about mock_add_user_to_raise_exception in profile_test

* Made requested changes

* Fixed failing backend, linter and MyPy tests

* Fixed failing linter tests

* Fixed failing linter tests

* Fixed failing MyPy tests

* Added comment

* Fixed linting issues

* Added correct types in profile_test

* Corrected if block and typo

* Added test to fix failing backend coverage

* Fixed linting issues

* Fixed Mypy issues

---------

Co-authored-by: Vojtěch Jelínek <vojtech...@hey.com>
Co-authored-by: Sean Lip <se...@seanlip.org>
Co-authored-by: Akhilesh Kr. <2827...@gmail.com>

* Fix part of#19849: Multiple classrooms bug fixes (#20904)

* Fix part of#19849: Multiple classrooms bug fixes

* fix classrooms page alignment

* nit

* add classroom name and url fragment

* fix type

* add classroom name

* show classroom name

* fix test

* fix overflow

---------

Co-authored-by: Hardik Goyal <135348086+Ha...@users.noreply.github.com>
Co-authored-by: Akhilesh Kr. <2827...@gmail.com>

* Fix part of #19435: Review test page migration (#20790)

* review tests page migration

* *lint fix

* lint fix

* Reverting import changes

---------

Co-authored-by: Akhilesh Kr. <2827...@gmail.com>
Co-authored-by: Hardik Goyal <135348086+Ha...@users.noreply.github.com>

* fix lint

* added new line

* added new line

* same as upstream

* deleted zone.identifier

* deleted detechOpenHandles and forceExit

* added closeBrowser

* added comments in create-delete-account

---------

Co-authored-by: Akhilesh Kr <2827...@gmail.com>
Co-authored-by: Harshvardhan Singh <73544247+...@users.noreply.github.com>
Co-authored-by: Bryan Khor <67664138+b...@users.noreply.github.com>
Co-authored-by: Hardik Goyal <135348086+Ha...@users.noreply.github.com>
Co-authored-by: Nikhil <nikhil.ag...@gmail.com>
Co-authored-by: amyyeung17 <amyye...@gmail.com>
Co-authored-by: Mannika <84311047+...@users.noreply.github.com>
Co-authored-by: Oluwapolore Oyeniji <90858072+po...@users.noreply.github.com>
Co-authored-by: Justin Nguyen <70992422+...@users.noreply.github.com>
Co-authored-by: Jayam Patel <jayamp...@gmail.com>
Co-authored-by: Vir Kothari <7332925...@users.noreply.github.com>
Co-authored-by: Rahat <136263179...@users.noreply.github.com>
Co-authored-by: Akash Paloju <119884665+...@users.noreply.github.com>
Co-authored-by: Ali Orozgani <40970649...@users.noreply.github.com>
Co-authored-by: Sean Lip <se...@seanlip.org>
Co-authored-by: Priyanshu Verma <priyans...@outlook.in>
Co-authored-by: Mohit Ruwatia <12043831...@users.noreply.github.com>
Co-authored-by: Vojtěch Jelínek <vojtech...@hey.com>
Co-authored-by: Afzal Khan <trick...@gmail.com>



To unsubscribe from these emails, change your notification settings at https://github.com/oppia/oppia/settings/notifications

imchristie

unread,
Dec 24, 2024, 10:36:07 AM12/24/24
to oppia-de...@googlegroups.com
Branch: refs/heads/develop
Reply all
Reply to author
Forward
0 new messages