Commit Graph

66 Commits

Author SHA1 Message Date
Marcial Rosales 57ef5ea64f Delete mqtt qos0 when connection closes 2025-06-04 10:49:19 +02:00
Marcial Rosales cc86ffe30a
Fix issue around rendering a mqtt qos0 queue 2025-06-03 16:40:55 +04:00
Marcial Rosales 94cba43e75 Relocate temp folder from /tmp to /var 2025-05-28 13:01:46 +02:00
Marcial Rosales 09fc5357a7 Fix credentials used to create vhost 2025-05-27 16:05:55 +02:00
Marcial Rosales a92242918b Stop page refresh
To prevent state element exception
2025-05-27 15:41:30 +02:00
Marcial Rosales 98061c8e96 Fix typo 2025-05-27 15:19:13 +02:00
Marcial Rosales 23eb9854ee Test SAC with consumres w/o priorities 2025-05-27 14:00:18 +02:00
Marcial Rosales 870c66734b Use different way to parse tables for consuers 2025-05-27 14:00:18 +02:00
Marcial Rosales 8960d19492 Apply patch that addresses the issue with SAC
And improve how to parse a html table to
extract its rows
2025-05-27 14:00:18 +02:00
Marcial Rosales d2767983dc Reproduce issue 2025-05-27 14:00:18 +02:00
Marcial Rosales 4fdbcb33e1 Add amqplib
Required to subscribe with a priority in the arguments
which is only possible in AMQP 0.9.1
2025-05-27 14:00:18 +02:00
Marcial Rosales 586a946213 Remove log statements 2025-05-27 14:00:18 +02:00
Marcial Rosales 70ec8dffdd Selenium test with SAC 2025-05-27 14:00:18 +02:00
Marcial Rosales 27b3e21554 Fix issue related to popup warning
And in particular locating the span#close button
2025-05-22 10:08:22 +02:00
Marcial Rosales 44dd282ed4 Eliminate flake around listing live amqp connections 2025-05-21 15:15:35 +02:00
Marcial Rosales f79c7229d5 Wait until page is fully loaded 2025-05-09 14:27:32 +02:00
Marcial Rosales 81cf5f2e46 Exclude other_rabbitmq when running start-others. And fix some issues 2025-05-08 18:29:54 +02:00
Marcial Rosales ea0dd8beb8 Add functions to mgt-api for selenium 2025-05-07 17:38:31 +02:00
Marcial Rosales 7653b6522a Fix test
it was necessary to add a queue first before checking which
columns are available
2025-05-03 11:27:05 +02:00
Marcial Rosales fa315e4d86 Fix location of definitions file 2025-05-03 10:56:05 +02:00
Marcial Rosales 64f7aa2c95 Minor test chnage 2025-05-02 18:08:09 +02:00
Marcial Rosales fb02466b20 Test columns for queues and exchanges 2025-05-02 16:25:01 +02:00
Marcial Rosales ba0510f85d Test columns available for queues and stream 2025-05-02 16:12:32 +02:00
Marcial Rosales 175abbff87 Test virtual hosts and select tags column 2025-05-02 15:47:32 +02:00
Marcial Rosales ea66a25dfa Testing new vhost has the tag 2025-05-02 14:56:49 +02:00
Marcial Rosales 7003fefa44 Select columns of vhosts 2025-05-02 13:05:25 +02:00
Marcial Rosales 1ab81f7901 Select tags column on vhosts table 2025-04-30 18:22:20 +02:00
Marcial Rosales 01ca72edc0 Test adding vhost 2025-04-30 18:08:58 +02:00
Marcial Rosales 0cb63bb544 Add queues and streams page and test suite 2025-04-25 17:04:40 +02:00
Marcial Rosales 0b1a4d283b Remove commented out exchange 2025-04-25 16:34:09 +02:00
Marcial Rosales 9e69496c85 Remove event exchange 2025-04-25 14:23:07 +02:00
Marcial Rosales b6d2ff85b2 Parse multi-line enabled_plugins
Use only needed required plugins for basic auth suite
2025-04-25 14:23:07 +02:00
Marcial Rosales ceb7b244f2 Convert multiline enabled_plugins to single value 2025-04-25 14:23:07 +02:00
Marcial Rosales 06bd98ddd1 Renconcile changes from tanzu rabbitmq 2025-04-08 11:06:50 +02:00
Michael Klishin 3756775ebe
Revert "Redirect to end_session_endpoint for idp_initiated logon when it is configured" 2025-03-28 02:31:09 -04:00
Marcial Rosales 46808c3ea6
Test with oauth2-proxy 2025-03-27 19:01:13 -04:00
Michael Klishin ab8799a739
Redirect to end_session_endpoint for idp-initiated logon
Conflicts:
	selenium/bin/components/fakeportal
2025-03-27 19:01:01 -04:00
Marcial Rosales 8b0589bd5c Add missing function that
checks if element is not visible
2025-03-12 10:32:04 +01:00
Marcial Rosales b09bfb25b6 Do not propagate none password for http auth backend 2025-02-25 12:50:58 +01:00
Marcial Rosales 2ab890f344
Fix flake on rabbitmq_mqtt auth_SUITE (#13180)
* Separate invalid client test from the valid one

* Apply same changes from pr #13197

* Deal with stalereferences caused by timing issues

looking up objects in the DOM

* Unlink before assertion
2025-02-12 17:15:51 +01:00
Marcial Rosales 1d8b28d10e Clean up 2024-11-28 16:56:12 +01:00
Marcial Rosales 0f9a7cfb9c Fix queue name 2024-11-28 16:54:19 +01:00
Marcial Rosales 40d150fb9d Fix bug building connection options for amqps 2024-11-28 16:30:50 +01:00
Marcial Rosales 31f0a5487f Fix issue in amqp10 2024-11-28 16:18:38 +01:00
Marcial Rosales 713c7c9a53 Fix queue name used in amqp10 2024-11-28 16:02:23 +01:00
Marcial Rosales 0ba194ae53 Replace java amqp10 with javascript one 2024-11-27 10:40:23 +01:00
Marcial Rosales 106012d57f Add extra logging
To capture where the flake occurs
2024-11-25 14:46:09 +01:00
Marcial Rosales 751dd41eb2 Fix issue 2024-11-25 14:46:09 +01:00
Marcial Rosales 50a316ac1e Add missing vhost 2024-11-21 17:07:27 +01:00
Marcial Rosales ce760c688b Insert control-cache headers to every resource and reload index.html 2024-11-21 16:47:48 +01:00