Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

CIRCLE / cloud

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 94
  • Merge Requests 10
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Merged
Merge request !313 opened Mar 23, 2015 by Csók Tamás@SM0FZR 
  • Report abuse
Report abuse

Selenium fix ✅

Better logging, hierarchy, stability fixes Corrected time handling

  • Discussion 5
  • Commits 17
  • Changes
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Csók Tamás @SM0FZR

    Added 1 new commit:

    • 8ff74260 - selenium: hierachy changes, teardown clearing, method changes
    Mar 28, 2015

    Added 1 new commit:

    • 8ff74260 - selenium: hierachy changes, teardown clearing, method changes
    Added 1 new commit: * 8ff74260 - selenium: hierachy changes, teardown clearing, method changes
    Toggle commit list
  • Csók Tamás @SM0FZR

    Added 1 new commit:

    • 89292b7d - selenium: logging revisited, errors corrected
    Mar 28, 2015

    Added 1 new commit:

    • 89292b7d - selenium: logging revisited, errors corrected
    Added 1 new commit: * 89292b7d - selenium: logging revisited, errors corrected
    Toggle commit list
  • Csók Tamás @SM0FZR

    Added 4 new commits:

    • 1cdf5ea0 - selenium: added activity result text to log upon failure
    • c2394baa - selenium: added timpestamp to correct time handling
    • 01890687 - selenium: corrected test cases with logging and error handling
    • d6304178 - selenium: corrections and stability improvements
    Apr 01, 2015

    Added 4 new commits:

    • 1cdf5ea0 - selenium: added activity result text to log upon failure
    • c2394baa - selenium: added timpestamp to correct time handling
    • 01890687 - selenium: corrected test cases with logging and error handling
    • d6304178 - selenium: corrections and stability improvements
    Added 4 new commits: * 1cdf5ea0 - selenium: added activity result text to log upon failure * c2394baa - selenium: added timpestamp to correct time handling * 01890687 - selenium: corrected test cases with logging and error handling * d6304178 - selenium: corrections and stability improvements
    Toggle commit list
  • Csók Tamás @SM0FZR

    Added 4 new commits:

    • dc0834bd - selenium: hierarchy change, assertion corrected
    • abcfee03 - selenium: stability upgrades, fallback action chains
    • 4114a462 - log file default max size upped a bit
    • 1837378c - selenium: xfvb-run changed option for virtual screen height and with
    Apr 02, 2015

    Added 4 new commits:

    • dc0834bd - selenium: hierarchy change, assertion corrected
    • abcfee03 - selenium: stability upgrades, fallback action chains
    • 4114a462 - log file default max size upped a bit
    • 1837378c - selenium: xfvb-run changed option for virtual screen height and with
    Added 4 new commits: * dc0834bd - selenium: hierarchy change, assertion corrected * abcfee03 - selenium: stability upgrades, fallback action chains * 4114a462 - log file default max size upped a bit * 1837378c - selenium: xfvb-run changed option for virtual screen height and with
    Toggle commit list
  • Csók Tamás @SM0FZR

    Added 1 new commit:

    • b57ec70b - selenium: simplyfied the wait_and_accept method
    Apr 02, 2015

    Added 1 new commit:

    • b57ec70b - selenium: simplyfied the wait_and_accept method
    Added 1 new commit: * b57ec70b - selenium: simplyfied the wait_and_accept method
    Toggle commit list
  • Kálmán Viktor
    @kviktor started a discussion on an old version of the diff Apr 07, 2015
    circle/dashboard/templates/dashboard/vm-detail/_activity-timeline.html
    5 5  
    6 6 {% for a in activities %}
    7 7 <div class="activity{% if a.pk == active.pk %} activity-active{%endif%}"
    8 data-activity-id="{{ a.pk }}" data-activity-code="{{ a.activity_code }}">
    8 data-activity-id="{{ a.pk }}" data-activity-code="{{ a.activity_code }}" timestamp="{{ a.started|date:"U" }}">
    • Kálmán Viktor @kviktor commented Apr 07, 2015
      Owner

      data-

      data-
    Please register or sign in to reply
  • Csók Tamás @SM0FZR

    Added 1 new commit:

    • 8349fd0a - html tag got data- prefix
    Apr 07, 2015

    Added 1 new commit:

    • 8349fd0a - html tag got data- prefix
    Added 1 new commit: * 8349fd0a - html tag got data- prefix
    Toggle commit list
  • Csók Tamás @SM0FZR

    Added 1 new commit:

    • b089b223 - added more fallback actions
    Apr 07, 2015

    Added 1 new commit:

    • b089b223 - added more fallback actions
    Added 1 new commit: * b089b223 - added more fallback actions
    Toggle commit list
  • Csók Tamás @SM0FZR

    Added 1 new commit:

    • 70c66a65 - corrected and tweaked few things
    Apr 07, 2015

    Added 1 new commit:

    • 70c66a65 - corrected and tweaked few things
    Added 1 new commit: * 70c66a65 - corrected and tweaked few things
    Toggle commit list
  • Csók Tamás @SM0FZR commented Apr 07, 2015
    Developer

    I think I finally managed to make stability close to 90-95%

    Imho given the tools used this is closely the best result. Simply put: It can't be 100% no matter what.

    Edited Apr 07, 2015
    I think I finally managed to make stability close to 90-95% Imho given the tools used this is closely the best result. Simply put: It can't be 100% no matter what.
  • Bach Dániel @bachdaniel commented Apr 07, 2015
    Owner

    img úr

    ![img úr](http://i.imgur.com/HyregUh.gif)
  • Kálmán Viktor
    @kviktor started a discussion on an old version of the diff Apr 09, 2015
    circle/dashboard/tests/selenium/config.py 0 → 100644
    7 # CIRCLE is free software: you can redistribute it and/or modify it under
    8 # the terms of the GNU General Public License as published by the Free
    9 # Software Foundation, either version 3 of the License, or (at your option)
    10 # any later version.
    11 #
    12 # CIRCLE is distributed in the hope that it will be useful, but WITHOUT ANY
    13 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
    14 # FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
    15 # details.
    16 #
    17 # You should have received a copy of the GNU General Public License along
    18 # with CIRCLE. If not, see <http://www.gnu.org/licenses/>.
    19 import random
    20
    21
    22 class SeleniumConfig:
    • Kálmán Viktor @kviktor commented Apr 09, 2015
      Owner

      (object)

      (object)
    Please register or sign in to reply
  • Csók Tamás @SM0FZR

    Added 2 new commits:

    • 2d5d6d20 - selenium: config is a child of the object class from nowon
    • 2195d4c8 - selenium: screenshots upon test breaking exceptions
    Apr 09, 2015

    Added 2 new commits:

    • 2d5d6d20 - selenium: config is a child of the object class from nowon
    • 2195d4c8 - selenium: screenshots upon test breaking exceptions
    Added 2 new commits: * 2d5d6d20 - selenium: config is a child of the object class from nowon * 2195d4c8 - selenium: screenshots upon test breaking exceptions
    Toggle commit list
  • Kálmán Viktor @kviktor commented Apr 09, 2015
    Owner

    +1

    +1
  • Bach Dániel @bachdaniel

    mentioned in commit 8d01770a

    Apr 09, 2015

    mentioned in commit 8d01770a

    mentioned in commit 8d01770aeef7df4a339ff244882c45c65a52a50f
    Toggle commit list
  • Bach Dániel @bachdaniel

    Status changed to merged

    Apr 09, 2015

    Status changed to merged

    Status changed to merged
    Toggle commit list
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment
Assignee
No assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
0
Labels
None
Assign labels
  • View labels
3
3 participants
Reference: circle/cloud!313