bennhub / GitHub-QA-Portfolio

0 stars 0 forks source link

[Mock issue report] The application crashes when users attempt to apply multiple filters on the search results page #1

Open bennhub opened 1 month ago

bennhub commented 1 month ago

Bug Report to demostrate my use of github issues

Summary

Brief description of the bug: The application crashes when users attempt to apply multiple filters on the search results page.

Steps to Reproduce

  1. Navigate to the search page in the application.
  2. Enter a term into the search box.
  3. Select multiple filters (e.g., Category and Date Range).
  4. Click on the "Apply Filters" button.
  5. Observe the application behavior.

Expected Behavior

The application should apply all selected filters and display the search results without crashing.

Actual Behavior

The application crashes with an error message: "Unexpected error occurred. Please try again."

Screenshots

inbox_11390265_c26097ec07ed09e7e584c86f5589af15_2023-11-29 12 45 06 (1)

Environment

Additional Context

Logs and configuration files: *[ERROR] 2024-09-02T15:34:56Z - Application crashed: NullPointerException at SearchFilterManager.java:45

Possible Solution

Severity

Test Cases

  1. Test applying a single filter and verify correct results display.
  2. Test applying multiple filters and verify no crash occurs.
  3. Confirm that no error message appears when applying filters.
bennhub commented 1 month ago

@devname

The issue has been upgraded to Critical due to its impact on production environments. Although it is currently observed only in staging, it poses a risk for our upcoming release tomorrow.

Details:

Action Required:

  1. Prioritize Fix: Given the critical nature of this bug, please address it as a priority.
  2. Testing: Ensure thorough testing after applying the fix to prevent recurrence.
  3. Deployment: Aim for a fix to be included in the release scheduled for tomorrow.

Please provide updates on your progress or any roadblocks you encounter. If additional context or information is needed, feel free to reach out.

Reach out if you need any additional info!

Thanks!